THEOplayerException
- THEOplayerException(ErrorCode code, String message)
+ THEOplayerException(ErrorCode code, String message)
Constructs an exception that can be thrown by the player.
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/Event.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/Event.html
index 413b3abce118..c4a176462471 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/Event.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/Event.html
@@ -254,7 +254,7 @@ Method Summary
- abstract Date
+ abstract Date
getDate ()
@@ -339,7 +339,7 @@ getType
>
getDate
- @NonNull () abstract Date getDate ()
+ @NonNull () abstract Date getDate ()
The Date when the event occurred.
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/EventType.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/EventType.html
index 98cdb969493b..046345798d45 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/EventType.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/EventType.html
@@ -246,7 +246,7 @@ Method Summary
- abstract String
+ abstract String
getName ()
@@ -305,7 +305,7 @@ Method Detail
>
getName
- abstract String getName ()
+ abstract String getName ()
The name of this EventType.
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/ads/AdErrorEvent.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/ads/AdErrorEvent.html
index 7cf0f3e72d45..ce735da2c735 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/ads/AdErrorEvent.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/ads/AdErrorEvent.html
@@ -259,7 +259,7 @@ Method Summary
- abstract String
+ abstract String
getError ()
@@ -330,7 +330,7 @@ Method Detail
>
getError
- @Nullable () abstract String getError ()
+ @Nullable () abstract String getError ()
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/ads/AdIntegrationKind.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/ads/AdIntegrationKind.html
index 7e22bf5d7910..5a32f368040c 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/ads/AdIntegrationKind.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/ads/AdIntegrationKind.html
@@ -173,7 +173,7 @@ Field Summary
- public final String
+ public final String
type
@@ -284,13 +284,13 @@ Method Summary
static AdIntegrationKind
- from (@Nullable () String type)
+ from (@Nullable () String type)
Converts a textual representation of the integration to an actual AdIntegrationKind instance.
- String
+ String
toString ()
@@ -308,13 +308,13 @@ Method Summary
static AdIntegrationKind
- valueOf (String name)
+ valueOf (String name)
Returns the enum constant of this type with the specified name.
- String
+ String
getType ()
@@ -373,7 +373,7 @@ Method Detail
>
from
- @Nullable () static AdIntegrationKind from (@Nullable () String type)
+ @Nullable () static AdIntegrationKind from (@Nullable () String type)
Converts a textual representation of the integration to an actual AdIntegrationKind instance.
@@ -406,7 +406,7 @@ from
>
toString
- @NonNull () String toString ()
+ @NonNull () String toString ()
@@ -455,7 +455,7 @@ values
>
valueOf
- static AdIntegrationKind valueOf (String name)
+ static AdIntegrationKind valueOf (String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
@@ -481,8 +481,8 @@ valueOf
>
getType
- @NonNull () String getType ()
- The kind of the integration.
For more consistency recommended to use name .
+ @NonNull () String getType ()
+ The kind of the integration.
For more consistency recommended to use name .
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html
index b1b8c25128a8..6305e38d0f66 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html
@@ -173,103 +173,103 @@ Field Summary
- public final static String
+ public final static String
AD_BEGIN
- public final static String
+ public final static String
AD_END
- public final static String
+ public final static String
AD_SKIP
- public final static String
+ public final static String
AD_ERROR
- public final static String
+ public final static String
AD_BREAK_BEGIN
- public final static String
+ public final static String
AD_BREAK_END
- public final static String
+ public final static String
AD_LOADED
- public final static String
+ public final static String
AD_IMPRESSION
- public final static String
+ public final static String
AD_FIRST_QUARTILE
- public final static String
+ public final static String
AD_THIRD_QUARTILE
- public final static String
+ public final static String
AD_MIDPOINT
- public final static String
+ public final static String
ADD_AD
- public final static String
+ public final static String
ADD_AD_BREAK
- public final static String
+ public final static String
AD_BREAK_CHANGE
- public final static String
+ public final static String
REMOVE_AD_BREAK
- public final static String
+ public final static String
AD_TAPPED
- public final static String
+ public final static String
AD_CLICKED
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/cache/CacheEventTypes.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/cache/CacheEventTypes.html
index a7992627a026..8dae11832b36 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/cache/CacheEventTypes.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/cache/CacheEventTypes.html
@@ -182,7 +182,7 @@ Field Summary
- public final String
+ public final String
name
@@ -213,7 +213,7 @@ Constructor Summary
CacheEventTypes (String name)
+ href="#CacheEventTypes(java.lang.String)">CacheEventTypes(String name)
@@ -267,7 +267,7 @@ Method Summary
- String
+ String
getName ()
@@ -309,7 +309,7 @@ Constructor Detail
- public final String
+ public final String
name
@@ -273,7 +273,7 @@ Method Summary
- String
+ String
getName ()
@@ -332,7 +332,7 @@ Method Detail
>
getName
- String getName ()
+ String getName ()
The name of this EventType.
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEventTypes.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEventTypes.html
index 00d2f21bfde9..9cc2f9c3eb7a 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEventTypes.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEventTypes.html
@@ -188,7 +188,7 @@ Field Summary
- public final String
+ public final String
name
@@ -267,7 +267,7 @@ Method Summary
- String
+ String
getName ()
@@ -326,7 +326,7 @@ Method Detail
>
getName
- String getName ()
+ String getName ()
The name of this EventType.
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/ContentProtectionSuccessEvent.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/ContentProtectionSuccessEvent.html
index 484668b46930..ddcea49e79c6 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/ContentProtectionSuccessEvent.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/ContentProtectionSuccessEvent.html
@@ -254,7 +254,7 @@ Method Summary
- abstract String
+ abstract String
getMediaTrackType ()
@@ -319,7 +319,7 @@ Method Detail
>
getMediaTrackType
- @NonNull () abstract String getMediaTrackType ()
+ @NonNull () abstract String getMediaTrackType ()
The textual representation of the media-track type.
Returns an empty string if the track type is unknown.
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/DurationChangeEvent.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/DurationChangeEvent.html
index 854e89d61e17..f240394c1852 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/DurationChangeEvent.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/DurationChangeEvent.html
@@ -254,7 +254,7 @@ Method Summary
- abstract Double
+ abstract Double
getDuration ()
@@ -319,7 +319,7 @@ Method Detail
>
getDuration
- @NonNull () abstract Double getDuration ()
+ @NonNull () abstract Double getDuration ()
The new duration of the content.
Returns 0 if the duration is unknown. Returns Double.NaN for a LIVE stream.
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/MediaEncryptedEvent.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/MediaEncryptedEvent.html
index d8c6cf8cd7cf..a51b0c7266f0 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/MediaEncryptedEvent.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/MediaEncryptedEvent.html
@@ -262,7 +262,7 @@ Method Summary
- abstract String
+ abstract String
getInitData ()
@@ -270,7 +270,7 @@ Method Summary
- abstract String
+ abstract String
getInitDataType ()
@@ -361,7 +361,7 @@ getCurrentTime
>
getInitData
- @NonNull () abstract String getInitData ()
+ @NonNull () abstract String getInitData ()
Get a textual representation of the data that was encrypted.
@@ -387,7 +387,7 @@ getInitData
>
getInitDataType
- @NonNull () abstract String getInitDataType ()
+ @NonNull () abstract String getInitDataType ()
Get a textual representation of the type of data that was encrypted.
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html
index fe74ba826372..51c2029823e2 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html
@@ -173,175 +173,175 @@ Field Summary
- public final static String
+ public final static String
PLAY
- public final static String
+ public final static String
PAUSE
- public final static String
+ public final static String
RATECHANGE
- public final static String
+ public final static String
VOLUMECHANGE
- public final static String
+ public final static String
PROGRESS
- public final static String
+ public final static String
DURATIONCHANGE
- public final static String
+ public final static String
SOURCECHANGE
- public final static String
+ public final static String
CURRENTSOURCECHANGE
- public final static String
+ public final static String
READYSTATECHANGE
- public final static String
+ public final static String
TIMEUPDATE
- public final static String
+ public final static String
WAITING
- public final static String
+ public final static String
PLAYING
- public final static String
+ public final static String
ENDED
- public final static String
+ public final static String
LOADEDMETADATA
- public final static String
+ public final static String
LOADEDDATA
- public final static String
+ public final static String
CANPLAY
- public final static String
+ public final static String
CANPLAYTHROUGH
- public final static String
+ public final static String
SEGMENTNOTFOUND
- public final static String
+ public final static String
ERROR
- public final static String
+ public final static String
ENCRYPTED
- public final static String
+ public final static String
CONTENTPROTECTIONERROR
- public final static String
+ public final static String
CONTENTPROTECTIONSUCCESS
- public final static String
+ public final static String
NOSUPPORTEDREPRESENTATIONFOUND
- public final static String
+ public final static String
SEEKING
- public final static String
+ public final static String
SEEKED
- public final static String
+ public final static String
PRESENTATIONMODECHANGE
- public final static String
+ public final static String
DESTROY
- public final static String
+ public final static String
LOADSTART
- public final static String
+ public final static String
RESIZE
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/SegmentNotFoundEvent.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/SegmentNotFoundEvent.html
index 167bf5d5cea2..452237a5255d 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/SegmentNotFoundEvent.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/SegmentNotFoundEvent.html
@@ -262,7 +262,7 @@ Method Summary
- abstract String
+ abstract String
getError ()
@@ -361,7 +361,7 @@ getSegmentStartTime
>
getError
- @NonNull () abstract String getError ()
+ @NonNull () abstract String getError ()
The error message to indicate why the segment was not found.
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/TimeUpdateEvent.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/TimeUpdateEvent.html
index 71fef943cb39..746ac6eafa29 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/TimeUpdateEvent.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/TimeUpdateEvent.html
@@ -262,7 +262,7 @@ Method Summary
- abstract Date
+ abstract Date
getCurrentProgramDateTime ()
@@ -353,7 +353,7 @@ getCurrentTime
>
getCurrentProgramDateTime
- @Nullable () abstract Date getCurrentProgramDateTime ()
+ @Nullable () abstract Date getCurrentProgramDateTime ()
The program date time associated with the player.
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/theolive/DistributionLoadStartEvent.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/theolive/DistributionLoadStartEvent.html
index 79d998e22e5b..e513700fb7e3 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/theolive/DistributionLoadStartEvent.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/theolive/DistributionLoadStartEvent.html
@@ -254,7 +254,7 @@ Method Summary
- abstract String
+ abstract String
getDistributionId ()
@@ -319,7 +319,7 @@ Method Detail
>
getDistributionId
- abstract String getDistributionId ()
+ abstract String getDistributionId ()
The new distribution of the player.
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.Flags.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/theolive/DistributionLoadedEvent.html
similarity index 72%
rename from theoplayer/static/theoplayer/v10/api-reference/android/androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.Flags.html
rename to theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/theolive/DistributionLoadedEvent.html
index b7da8f0219ef..7aec3f2a8cc4 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.Flags.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/event/player/theolive/DistributionLoadedEvent.html
@@ -1,25 +1,25 @@
- Flags
+ DistributionLoadedEvent
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
JavaScript is disabled on your browser.
@@ -36,7 +36,7 @@
@@ -88,8 +88,8 @@
-
Methods inherited from class java.lang.annotation.Annotation
-
annotationType, equals, hashCode, toString
+
Methods inherited from class com.theoplayer.android.api.event.Event
+
getDate, getType
@@ -298,6 +311,32 @@ Constructor Detail
Method Detail
+
+
+
+
+
@@ -319,7 +358,7 @@
Method Detail
@@ -336,7 +375,7 @@ Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+ JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Nested Class Summary
+
+
+ Nested Classes
+
+ Modifier and Type
+ Class
+ Description
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Field Summary
+
+
+ Fields
+
+ Modifier and Type
+ Field
+ Description
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Constructor Summary
+
+
+ Constructors
+
+
+ Constructor
+ Description
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Enum Constant Summary
+
+ Enum Constants
+
+ Enum Constant
+ Description
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Method Summary
+
+
+ All Methods
+
+
+
+
+
+ Modifier and Type
+ Method
+ Description
+
+
+
+ abstract String
+
+ getId ()
+
+
+
+
+
+ abstract String
+
+ getName ()
+
+
+
+
+
+
+
+
+
+
+
+
+ Methods inherited from class java.lang.Object
+ clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString,
+ wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+ Method Detail
+
+
+
+
+
+
+ getId
+ abstract String getId ()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/Endpoint.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/Endpoint.html
index 52de9b2a5133..0ef7f05821c7 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/Endpoint.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/Endpoint.html
@@ -173,7 +173,7 @@
Field Summary
- private final String
+ private final String
hespSrc
@@ -185,37 +185,37 @@ Field Summary
- private final String
+ private final String
hlsSrc
- private final String
+ private final String
adSrc
- private final String
+ private final String
daiAssetKey
- private final String
+ private final String
cdn
- private final Integer
+ private final Integer
weight
- private final Integer
+ private final Integer
priority
@@ -227,7 +227,7 @@ Field Summary
- private Double
+ private Double
targetLatency
@@ -258,7 +258,7 @@ Constructor Summary
Endpoint (String hespSrc, EndpointMillicastSource millicastSrc, String hlsSrc, 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.Integer,java.lang.Integer,com.theoplayer.android.api.theolive.ContentProtectionConfiguration,java.lang.Double)">Endpoint(String hespSrc, EndpointMillicastSource millicastSrc, String hlsSrc, String adSrc, String daiAssetKey, String cdn, Integer weight, Integer priority, ContentProtectionConfiguration contentProtection, Double targetLatency)
@@ -312,7 +312,7 @@ Method Summary
- final String
+ final String
getHespSrc ()
@@ -328,7 +328,7 @@ Method Summary
- final String
+ final String
getHlsSrc ()
@@ -336,7 +336,7 @@ Method Summary
- final String
+ final String
getAdSrc ()
@@ -344,7 +344,7 @@ Method Summary
- final String
+ final String
getDaiAssetKey ()
@@ -352,7 +352,7 @@ Method Summary
- final String
+ final String
getCdn ()
@@ -360,7 +360,7 @@ Method Summary
- final Integer
+ final Integer
getWeight ()
@@ -368,7 +368,7 @@ Method Summary
- final Integer
+ final Integer
getPriority ()
@@ -384,7 +384,7 @@ Method Summary
- final Double
+ final Double
getTargetLatency ()
@@ -394,7 +394,7 @@ Method Summary
final Unit
- setTargetLatency (Double targetLatency)
+ setTargetLatency (Double targetLatency)
@@ -434,7 +434,7 @@ Constructor Detail
Endpoint
- Endpoint(String hespSrc, EndpointMillicastSource millicastSrc, String hlsSrc, String adSrc, String daiAssetKey, String cdn, Integer weight, Integer priority, ContentProtectionConfiguration contentProtection, Double targetLatency)
+ Endpoint(String hespSrc, EndpointMillicastSource millicastSrc, String hlsSrc, String adSrc, String daiAssetKey, String cdn, Integer weight, Integer priority, ContentProtectionConfiguration contentProtection, Double targetLatency)
@@ -461,7 +461,7 @@ Method Detail
>
getHespSrc
- final String getHespSrc ()
+ final String getHespSrc ()
@@ -507,7 +507,7 @@ getMillicastSrc
>
getHlsSrc
- final String getHlsSrc ()
+ final String getHlsSrc ()
@@ -530,7 +530,7 @@ getHlsSrc
>
getAdSrc
- final String getAdSrc ()
+ final String getAdSrc ()
@@ -553,7 +553,7 @@ getAdSrc
>
getDaiAssetKey
- final String getDaiAssetKey ()
+ final String getDaiAssetKey ()
@@ -576,7 +576,7 @@ getDaiAssetKey
>
getCdn
- final String getCdn ()
+ final String getCdn ()
@@ -599,7 +599,7 @@ getCdn
>
getWeight
- final Integer getWeight ()
+ final Integer getWeight ()
@@ -622,7 +622,7 @@ getWeight
>
getPriority
- final Integer getPriority ()
+ final Integer getPriority ()
@@ -668,7 +668,7 @@ getContentProtection
>
getTargetLatency
- final Double getTargetLatency ()
+ final Double getTargetLatency ()
@@ -691,7 +691,7 @@ getTargetLatency
>
setTargetLatency
- final Unit setTargetLatency (Double targetLatency)
+ final Unit setTargetLatency (Double targetLatency)
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/EndpointMillicastSource.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/EndpointMillicastSource.html
index 53d7b01b634e..b7408cf4e5fa 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/EndpointMillicastSource.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/EndpointMillicastSource.html
@@ -173,25 +173,25 @@ Field Summary
- private final String
+ private final String
name
- private final String
+ private final String
accountId
- private final String
+ private final String
subscriberToken
- private final String
+ private final String
directorUrl
@@ -228,7 +228,7 @@ Constructor Summary
EndpointMillicastSource (String name, String accountId, String subscriberToken, String directorUrl, WebRTCOptions webrtc)
+ href="#EndpointMillicastSource(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.theolive.WebRTCOptions)">EndpointMillicastSource(String name, String accountId, String subscriberToken, String directorUrl, WebRTCOptions webrtc)
@@ -282,7 +282,7 @@ Method Summary
- final String
+ final String
getName ()
@@ -290,7 +290,7 @@ Method Summary
- final String
+ final String
getAccountId ()
@@ -298,7 +298,7 @@ Method Summary
- final String
+ final String
getSubscriberToken ()
@@ -306,7 +306,7 @@ Method Summary
- final String
+ final String
getDirectorUrl ()
@@ -356,7 +356,7 @@ Constructor Detail
EndpointMillicastSource
- EndpointMillicastSource(String name, String accountId, String subscriberToken, String directorUrl, WebRTCOptions webrtc)
+ EndpointMillicastSource(String name, String accountId, String subscriberToken, String directorUrl, WebRTCOptions webrtc)
@@ -383,7 +383,7 @@ Method Detail
>
getName
- final String getName ()
+ final String getName ()
@@ -406,7 +406,7 @@ getName
>
getAccountId
- final String getAccountId ()
+ final String getAccountId ()
@@ -429,7 +429,7 @@ getAccountId
>
getSubscriberToken
- final String getSubscriberToken ()
+ final String getSubscriberToken ()
@@ -452,7 +452,7 @@ getSubscriberToken
>
getDirectorUrl
- final String getDirectorUrl ()
+ final String getDirectorUrl ()
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/FairPlayConfiguration.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/FairPlayConfiguration.html
index 6edbde153186..98e11040bcea 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/FairPlayConfiguration.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/FairPlayConfiguration.html
@@ -173,13 +173,13 @@ Field Summary
- private final String
+ private final String
licenseUrl
- private final String
+ private final String
certificateUrl
@@ -210,7 +210,7 @@ Constructor Summary
FairPlayConfiguration (String licenseUrl, String certificateUrl)
+ href="#FairPlayConfiguration(java.lang.String,java.lang.String)">FairPlayConfiguration(String licenseUrl, String certificateUrl)
@@ -264,7 +264,7 @@ Method Summary
- final String
+ final String
getLicenseUrl ()
@@ -272,7 +272,7 @@ Method Summary
- final String
+ final String
getCertificateUrl ()
@@ -314,7 +314,7 @@ Constructor Detail
FairPlayConfiguration
- FairPlayConfiguration(String licenseUrl, String certificateUrl)
+ FairPlayConfiguration(String licenseUrl, String certificateUrl)
@@ -341,7 +341,7 @@ Method Detail
>
getLicenseUrl
- final String getLicenseUrl ()
+ final String getLicenseUrl ()
@@ -364,7 +364,7 @@ getLicenseUrl
>
getCertificateUrl
- final String getCertificateUrl ()
+ final String getCertificateUrl ()
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/KeySystemConfiguration.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/KeySystemConfiguration.html
index 5de1b750758d..305c40f5ee25 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/KeySystemConfiguration.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/KeySystemConfiguration.html
@@ -173,7 +173,7 @@ Field Summary
- private final String
+ private final String
licenseUrl
@@ -204,7 +204,7 @@ Constructor Summary
KeySystemConfiguration (String licenseUrl)
+ href="#KeySystemConfiguration(java.lang.String)">KeySystemConfiguration(String licenseUrl)
@@ -258,7 +258,7 @@ Method Summary
- final String
+ final String
getLicenseUrl ()
@@ -300,7 +300,7 @@ Constructor Detail
KeySystemConfiguration
- KeySystemConfiguration(String licenseUrl)
+ KeySystemConfiguration(String licenseUrl)
@@ -327,7 +327,7 @@ Method Detail
>
getLicenseUrl
- final String getLicenseUrl ()
+ final String getLicenseUrl ()
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/PlayoutDelay.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/PlayoutDelay.html
index 2957f41e0941..cc8ab7982588 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/PlayoutDelay.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/PlayoutDelay.html
@@ -173,13 +173,13 @@ Field Summary
- private final Integer
+ private final Integer
minimum
- private final Integer
+ private final Integer
maximum
@@ -210,7 +210,7 @@ Constructor Summary
PlayoutDelay (Integer minimum, Integer maximum)
+ href="#PlayoutDelay(java.lang.Integer,java.lang.Integer)">PlayoutDelay(Integer minimum, Integer maximum)
@@ -264,7 +264,7 @@ Method Summary
- final Integer
+ final Integer
getMinimum ()
@@ -272,7 +272,7 @@ Method Summary
- final Integer
+ final Integer
getMaximum ()
@@ -314,7 +314,7 @@ Constructor Detail
PlayoutDelay
- PlayoutDelay(Integer minimum, Integer maximum)
+ PlayoutDelay(Integer minimum, Integer maximum)
@@ -354,7 +354,7 @@ Method Detail
>
getMinimum
- final Integer getMinimum ()
+ final Integer getMinimum ()
@@ -377,7 +377,7 @@ getMinimum
>
getMaximum
- final Integer getMaximum ()
+ final Integer getMaximum ()
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/THEOLiveConfig.Builder.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/THEOLiveConfig.Builder.html
index 378cf97fefb4..2d24b9f5f151 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/THEOLiveConfig.Builder.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/THEOLiveConfig.Builder.html
@@ -198,7 +198,7 @@ Constructor Summary
THEOLiveConfig.Builder (String externalSessionId, Boolean analyticsDisabled, String discoveryUrl)
+ href="#THEOLiveConfig.Builder(java.lang.String,java.lang.Boolean,java.lang.String)">THEOLiveConfig.Builder(String externalSessionId, Boolean analyticsDisabled, String discoveryUrl)
@@ -254,7 +254,7 @@ Method Summary
final THEOLiveConfig.Builder
- externalSessionId (String sessionId)
+ externalSessionId (String sessionId)
@@ -262,7 +262,7 @@ Method Summary
final THEOLiveConfig.Builder
- discoveryUrl (String url)
+ discoveryUrl (String url)
@@ -310,7 +310,7 @@ Constructor Detail
THEOLiveConfig.Builder
- THEOLiveConfig.Builder(String externalSessionId, Boolean analyticsDisabled, String discoveryUrl)
+ THEOLiveConfig.Builder(String externalSessionId, Boolean analyticsDisabled, String discoveryUrl)
@@ -337,7 +337,7 @@ Method Detail
>
externalSessionId
- final THEOLiveConfig.Builder externalSessionId (String sessionId)
+ final THEOLiveConfig.Builder externalSessionId (String sessionId)
@@ -360,7 +360,7 @@ externalSessionId
>
discoveryUrl
- final THEOLiveConfig.Builder discoveryUrl (String url)
+ final THEOLiveConfig.Builder discoveryUrl (String url)
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/THEOLiveConfig.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/THEOLiveConfig.html
index 2dd239bfd8e9..b83098ab2988 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/THEOLiveConfig.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/THEOLiveConfig.html
@@ -253,7 +253,7 @@ Method Summary
- abstract String
+ abstract String
getExternalSessionId ()
@@ -261,7 +261,7 @@ Method Summary
- abstract Boolean
+ abstract Boolean
getAnalyticsDisabled ()
@@ -269,7 +269,7 @@ Method Summary
- abstract String
+ abstract String
getDiscoveryUrl ()
@@ -328,7 +328,7 @@ Method Detail
>
getExternalSessionId
- abstract String getExternalSessionId ()
+ abstract String getExternalSessionId ()
An id used to report usage analytics
@@ -351,7 +351,7 @@ getExternalSessionId
>
getAnalyticsDisabled
- abstract Boolean getAnalyticsDisabled ()
+ abstract Boolean getAnalyticsDisabled ()
Returns whether the Analytics is supported or not.
@@ -374,7 +374,7 @@ getAnalyticsDisabled
>
getDiscoveryUrl
- abstract String getDiscoveryUrl ()
+ abstract String getDiscoveryUrl ()
Override for the discovery URL.
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/TheoLiveSource.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/TheoLiveSource.html
index 7ff276afd544..8b9067d232cc 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/TheoLiveSource.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/TheoLiveSource.html
@@ -173,7 +173,7 @@ Field Summary
- private final String
+ private final String
profile
@@ -185,7 +185,7 @@ Field Summary
- private final String
+ private final String
src
@@ -203,13 +203,13 @@ Field Summary
- private final Map <String , String >
+ private final Map <String , String >
headers
- private final Double
+ private final Double
liveOffset
@@ -221,19 +221,19 @@ Field Summary
- private final Boolean
+ private final Boolean
hlsDateRange
- private final String
+ private final String
timeServer
- private final Boolean
+ private final Boolean
lowLatency
@@ -294,7 +294,7 @@ Constructor Summary
TheoLiveSource (String src, Map <String , String > headers, LatencyConfiguration latencyConfiguration, DRMConfiguration drm, String profile, WebRTCOptions webrtc)
+ href="#TheoLiveSource(java.lang.String,java.util.Map,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.drm.DRMConfiguration,java.lang.String,com.theoplayer.android.api.theolive.WebRTCOptions)">TheoLiveSource(String src, Map <String , String > headers, LatencyConfiguration latencyConfiguration, DRMConfiguration drm, String profile, WebRTCOptions webrtc)
@@ -348,7 +348,7 @@ Method Summary
- final String
+ final String
getProfile ()
@@ -364,15 +364,15 @@ Method Summary
- Boolean
+ Boolean
- equals (Object other)
+ equals (Object other)
- Integer
+ Integer
hashCode ()
@@ -382,7 +382,7 @@ Method Summary
final TheoLiveSource
- copy (String src, Map <String , String > headers, LatencyConfiguration latencyConfiguration, String profile, WebRTCOptions webrtc)
+ copy (String src, Map <String , String > headers, LatencyConfiguration latencyConfiguration, String profile, WebRTCOptions webrtc)
Creates a new TheoLiveSource with the same properties as this source, optionally replacing specific properties with the given values.
@@ -390,7 +390,7 @@ Method Summary
TheoLiveSource
- copy (String src, DRMConfiguration drm, SourceType type, Map <String , String > headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)
+ copy (String src, DRMConfiguration drm, SourceType type, Map <String , String > headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)
Creates a new TypedSource with the same properties as this source, optionally replacing specific properties with the given values.
@@ -436,7 +436,7 @@ Constructor Detail
TheoLiveSource
- TheoLiveSource(String src, Map <String , String > headers, LatencyConfiguration latencyConfiguration, DRMConfiguration drm, String profile, WebRTCOptions webrtc)
+ TheoLiveSource(String src, Map <String , String > headers, LatencyConfiguration latencyConfiguration, DRMConfiguration drm, String profile, WebRTCOptions webrtc)
@@ -490,7 +490,7 @@ Method Detail
>
getProfile
- final String getProfile ()
+ final String getProfile ()
@@ -536,7 +536,7 @@ getWebrtc
>
equals
- Boolean equals (Object other)
+ Boolean equals (Object other)
@@ -559,7 +559,7 @@ equals
>
hashCode
- Integer hashCode ()
+ Integer hashCode ()
@@ -582,7 +582,7 @@ hashCode
>
copy
- final TheoLiveSource copy (String src, Map <String , String > headers, LatencyConfiguration latencyConfiguration, String profile, WebRTCOptions webrtc)
+ final TheoLiveSource copy (String src, Map <String , String > headers, LatencyConfiguration latencyConfiguration, String profile, WebRTCOptions webrtc)
Creates a new TheoLiveSource with the same properties as this source, optionally replacing specific properties with the given values.
@@ -605,7 +605,7 @@ copy
>
copy
- TheoLiveSource copy (String src, DRMConfiguration drm, SourceType type, Map <String , String > headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)
+ TheoLiveSource copy (String src, DRMConfiguration drm, SourceType type, Map <String , String > headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)
Creates a new TypedSource with the same properties as this source, optionally replacing specific properties with the given values.
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/package-summary.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/package-summary.html
index efa70860d459..24dddba4f35e 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/package-summary.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/theolive/package-summary.html
@@ -108,30 +108,16 @@ Package com.theoplayer.android.api.theolive
@@ -148,14 +134,30 @@
Package com.theoplayer.android.api.theolive
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/timerange/TimeRanges.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/timerange/TimeRanges.html
index 8d91d3fd70ec..1d4a77dd719e 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/timerange/TimeRanges.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/timerange/TimeRanges.html
@@ -118,7 +118,7 @@
Interface TimeRanges
public interface TimeRanges
- implements Iterable <T >
+ implements Iterable <T >
The TimeRanges API which can be used to get information regarding multiple periods in the playback.
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/util/JavaCallback.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/util/JavaCallback.html
index d4149f819b1f..446eeed82934 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/util/JavaCallback.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/util/JavaCallback.html
@@ -114,7 +114,7 @@
Interface JavaCallback
-public interface JavaCallback <T extends Object >
+public interface JavaCallback <T extends Object >
@@ -256,7 +256,7 @@
Method Summary
abstract Unit
- onError (Throwable exception)
+ onError (Throwable exception)
@@ -336,7 +336,7 @@
onSuccess
>
onError
- abstract Unit onError (Throwable exception)
+ abstract Unit onError (Throwable exception)
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/util/Logger.Companion.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/util/Logger.Companion.html
index 846fe7080fce..8d6bae1b63f4 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/util/Logger.Companion.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/util/Logger.Companion.html
@@ -173,91 +173,91 @@ Field Summary
- public final static String
+ public final static String
ContentPlayer
- public final static String
+ public final static String
Media3
- public final static String
+ public final static String
HTTP
- public final static String
+ public final static String
Cache
- public final static String
+ public final static String
License
- public final static String
+ public final static String
PictureInPicture
- public final static String
+ public final static String
Fullscreen
- public final static String
+ public final static String
MediaTailor
- public final static String
+ public final static String
Chromecast
- public final static String
+ public final static String
GoogleDAI
- public final static String
+ public final static String
GoogleIMA
- public final static String
+ public final static String
THEOAds
- public final static String
+ public final static String
Millicast
- public final static String
+ public final static String
TheoLive
- public final static String
+ public final static String
CMCD
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/util/Logger.Listener.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/util/Logger.Listener.html
index 7bd3e6b58970..bb973f9080fb 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/util/Logger.Listener.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/util/Logger.Listener.html
@@ -248,7 +248,7 @@ Method Summary
Unit
- log (Integer logLevel, String tag, String message)
+ log (Integer logLevel, String tag, String message)
Called when the tag would print a message.
@@ -256,41 +256,41 @@ Method Summary
Unit
- logVerbose (String tag, String message)
+ logVerbose (String tag, String message)
- Called when the tag would print a Verbose message, same level as Log.VERBOSE .
+ Called when the tag would print a Verbose message, same level as Log.VERBOSE .
Unit
- logDebug (String tag, String message)
+ logDebug (String tag, String message)
- Called when the tag would print a Debug message, same level as Log.DEBUG .
+ Called when the tag would print a Debug message, same level as Log.DEBUG .
Unit
- logInfo (String tag, String message)
+ logInfo (String tag, String message)
- Called when the tag would print an Info message, same level as Log.INFO .
+ Called when the tag would print an Info message, same level as Log.INFO .
Unit
- logWarning (String tag, String message)
+ logWarning (String tag, String message)
- Called when the tag would print a Warning message, same level as Log.WARN .
+ Called when the tag would print a Warning message, same level as Log.WARN .
Unit
- logError (String tag, String message)
+ logError (String tag, String message)
- Called when the tag would print an Error message, same level as Log.ERROR .
+ Called when the tag would print an Error message, same level as Log.ERROR .
@@ -345,7 +345,7 @@ Method Detail
>
log
- Unit log (Integer logLevel, String tag, String message)
+ Unit log (Integer logLevel, String tag, String message)
Called when the tag would print a message.
@@ -383,8 +383,8 @@ log
>
logVerbose
- Unit logVerbose (String tag, String message)
- Called when the tag would print a Verbose message, same level as Log.VERBOSE .
+ Unit logVerbose (String tag, String message)
+ Called when the tag would print a Verbose message, same level as Log.VERBOSE .
@@ -417,8 +417,8 @@ logVerbose
>
logDebug
- Unit logDebug (String tag, String message)
- Called when the tag would print a Debug message, same level as Log.DEBUG .
+ Unit logDebug (String tag, String message)
+ Called when the tag would print a Debug message, same level as Log.DEBUG .
@@ -451,8 +451,8 @@ logDebug
>
logInfo
- Unit logInfo (String tag, String message)
- Called when the tag would print an Info message, same level as Log.INFO .
+ Unit logInfo (String tag, String message)
+ Called when the tag would print an Info message, same level as Log.INFO .
@@ -485,8 +485,8 @@ logInfo
>
logWarning
- Unit logWarning (String tag, String message)
- Called when the tag would print a Warning message, same level as Log.WARN .
+ Unit logWarning (String tag, String message)
+ Called when the tag would print a Warning message, same level as Log.WARN .
@@ -519,8 +519,8 @@ logWarning
>
logError
- Unit logError (String tag, String message)
- Called when the tag would print an Error message, same level as Log.ERROR .
+ Unit logError (String tag, String message)
+ Called when the tag would print an Error message, same level as Log.ERROR .
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/util/Logger.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/util/Logger.html
index 2d6b2183779a..aee5fd376528 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/util/Logger.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/util/Logger.html
@@ -262,7 +262,7 @@ Method Summary
abstract Unit
- enableTags (String tags)
+ enableTags (String tags)
Enables logs with the provided tags.
@@ -278,7 +278,7 @@ Method Summary
abstract Unit
- disableTags (String tags)
+ disableTags (String tags)
Disables logs with the provided tags.
@@ -359,7 +359,7 @@ Method Detail
>
enableTags
- abstract Unit enableTags (String tags)
+ abstract Unit enableTags (String tags)
Enables logs with the provided tags.
@@ -405,7 +405,7 @@ enableAllTags
>
disableTags
- abstract Unit disableTags (String tags)
+ abstract Unit disableTags (String tags)
Disables logs with the provided tags.
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/util/SimpleList.html b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/util/SimpleList.html
index 2ce5f1e53cd1..bf512d862339 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/util/SimpleList.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/com/theoplayer/android/api/util/SimpleList.html
@@ -118,7 +118,7 @@ Interface SimpleList
public interface SimpleList <T>
- implements Iterable <T >
+ implements Iterable <T >
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/deprecated.html b/theoplayer/static/theoplayer/v10/api-reference/android/deprecated.html
index 21ffe87f010a..579bb77be6a1 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/deprecated.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/deprecated.html
@@ -96,8 +96,6 @@ Contents
Methods
-
Constructors
-
For Removal
@@ -199,64 +197,6 @@
Contents
-
-
-
-
-
- Constructors
-
- Constructor
- Description
-
-
-
-
- androidx.media3.extractor.mp4.THEOplayerFragmentedMp4Extractor()
-
-
-
-
-
-
- androidx.media3.extractor.mp4.THEOplayerFragmentedMp4Extractor(int)
-
-
-
-
-
-
- androidx.media3.extractor.mp4.THEOplayerFragmentedMp4Extractor(int,androidx.media3.common.util.TimestampAdjuster)
-
-
-
-
-
-
- androidx.media3.extractor.mp4.THEOplayerFragmentedMp4Extractor(int,androidx.media3.common.util.TimestampAdjuster,androidx.media3.extractor.mp4.Track)
-
-
-
-
-
-
- androidx.media3.extractor.mp4.THEOplayerFragmentedMp4Extractor(int,androidx.media3.common.util.TimestampAdjuster,androidx.media3.extractor.mp4.Track,java.util.List)
-
-
-
-
-
-
- androidx.media3.extractor.mp4.THEOplayerFragmentedMp4Extractor(int,androidx.media3.common.util.TimestampAdjuster,androidx.media3.extractor.mp4.Track,java.util.List,androidx.media3.extractor.TrackOutput)
-
-
-
-
-
-
-
-
-
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/element-list b/theoplayer/static/theoplayer/v10/api-reference/android/element-list
index 4df3b2957068..8439a97cdd99 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/element-list
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/element-list
@@ -1,6 +1,5 @@
$dokka.format:javadoc-v1
$dokka.linkExtension:html
-$dokka.location:androidx.media3.extractor.mp4/THEOplayerFragmentedMp4Extractor.Flags///PointingToDeclaration/androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.Flags.html
$dokka.location:com.theoplayer.android.api.abr/AbrStrategyConfiguration.Builder///PointingToDeclaration/com/theoplayer/android/api/abr/AbrStrategyConfiguration.Builder.html
$dokka.location:com.theoplayer.android.api.abr/AbrStrategyMetadata.Builder///PointingToDeclaration/com/theoplayer/android/api/abr/AbrStrategyMetadata.Builder.html
$dokka.location:com.theoplayer.android.api.ads.theoads.event/TheoAdsEventTypes.Identifiers///PointingToDeclaration/com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html
@@ -65,7 +64,6 @@ $dokka.location:com.theoplayer.android.api.theolive/THEOLiveConfig.Builder///Poi
$dokka.location:com.theoplayer.android.api.util/Logger.Companion///PointingToDeclaration/com/theoplayer/android/api/util/Logger.Companion.html
$dokka.location:com.theoplayer.android.api.util/Logger.Listener///PointingToDeclaration/com/theoplayer/android/api/util/Logger.Listener.html
$dokka.location:com.theoplayer.android.api/THEOplayerConfig.Builder///PointingToDeclaration/com/theoplayer/android/api/THEOplayerConfig.Builder.html
-androidx.media3.extractor.mp4
com.theoplayer.android.api
com.theoplayer.android.api.abr
com.theoplayer.android.api.ads
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-1.html b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-1.html
index 0011e3f0ec4a..8bf9c59951a9 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-1.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-1.html
@@ -1361,7 +1361,7 @@ A
addSuppressed(java.lang.Throwable)
- - function in java.lang.Throwable
+ - function in java.lang.Throwable
@@ -1810,17 +1810,6 @@ A
-
-
- androidx.media3.extractor.mp4
-
- - package androidx.media3.extractor.mp4
-
-
-
-
-
-
@@ -1840,7 +1829,7 @@ A
annotationType()
- - function in java.lang.annotation.Annotation
+ - function in java.lang.annotation.Annotation
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-12.html b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-12.html
index 4642145734ae..0cddc0e4776e 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-12.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-12.html
@@ -793,7 +793,7 @@ L
- Called when the tag would print a Debug message, same level as Log.DEBUG .
+ Called when the tag would print a Debug message, same level as Log.DEBUG .
@@ -806,7 +806,7 @@ L
- Called when the tag would print an Error message, same level as Log.ERROR .
+ Called when the tag would print an Error message, same level as Log.ERROR .
@@ -858,7 +858,7 @@ L
- Called when the tag would print an Info message, same level as Log.INFO .
+ Called when the tag would print an Info message, same level as Log.INFO .
@@ -871,7 +871,7 @@ L
- Called when the tag would print a Verbose message, same level as Log.VERBOSE .
+ Called when the tag would print a Verbose message, same level as Log.VERBOSE .
@@ -884,7 +884,7 @@ L
- Called when the tag would print a Warning message, same level as Log.WARN .
+ Called when the tag would print a Warning message, same level as Log.WARN .
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-13.html b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-13.html
index 2b48673844ba..498b9bb5658e 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-13.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-13.html
@@ -835,19 +835,6 @@ M
The source is an MKV stream.
-
-
-
-
- modifyTrack(androidx.media3.extractor.mp4.Track)
-
- - function in androidx.media3.extractor.mp4.THEOplayerFragmentedMp4Extractor
-
-
-
-
-
-
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-14.html b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-14.html
index 55be4cf7cfc0..592288be1293 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-14.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-14.html
@@ -276,19 +276,6 @@ N
The builder for the network and retry configuration.
-
-
-
-
- newFactory(androidx.media3.extractor.text.SubtitleParser.Factory)
-
- - function in androidx.media3.extractor.mp4.THEOplayerFragmentedMp4Extractor
-
-
-
- Creates a factory for THEOplayerFragmentedMp4Extractor instances with the provided .
-
-
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-16.html b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-16.html
index 03a8edebb5b7..1f7113dc0d73 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-16.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-16.html
@@ -906,7 +906,7 @@ P
printStackTrace()
- - function in java.lang.Throwable
+ - function in java.lang.Throwable
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-18.html b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-18.html
index 8c05c61f2635..c633a79d5e15 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-18.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-18.html
@@ -159,19 +159,6 @@ R
Fired when RATECHANGE occurs for the Player .
-
-
-
-
- read(androidx.media3.extractor.ExtractorInput,androidx.media3.extractor.PositionHolder)
-
- - function in androidx.media3.extractor.mp4.THEOplayerFragmentedMp4Extractor
-
-
-
-
-
-
@@ -380,19 +367,6 @@ R
Register a custom advertisement integration.
-
-
-
-
- release()
-
- - function in androidx.media3.extractor.mp4.THEOplayerFragmentedMp4Extractor
-
-
-
-
-
-
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-19.html b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-19.html
index b0f1610f6c70..9902fa281ae6 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-19.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-19.html
@@ -276,19 +276,6 @@ S
-
-
-
-
- seek(long,long)
-
- - function in androidx.media3.extractor.mp4.THEOplayerFragmentedMp4Extractor
-
-
-
-
-
-
@@ -3974,7 +3961,7 @@ S
setStackTrace(kotlin.Array)
- - function in java.lang.Throwable
+ - function in java.lang.Throwable
@@ -5125,19 +5112,6 @@ S
Fired when an ad was skipped.
-
-
-
-
- sniff(androidx.media3.extractor.ExtractorInput)
-
- - function in androidx.media3.extractor.mp4.THEOplayerFragmentedMp4Extractor
-
-
-
-
-
-
@@ -5248,7 +5222,7 @@ S
spliterator()
- - function in java.lang.CachingTaskList
+ - function in java.lang.CachingTaskList
@@ -5261,7 +5235,7 @@ S
spliterator()
- - function in java.lang.MediaTrackList
+ - function in java.lang.MediaTrackList
@@ -5274,7 +5248,7 @@ S
spliterator()
- - function in java.lang.QualityList
+ - function in java.lang.QualityList
@@ -5287,7 +5261,7 @@ S
spliterator()
- - function in java.lang.SimpleList
+ - function in java.lang.SimpleList
@@ -5300,7 +5274,7 @@ S
spliterator()
- - function in java.lang.TextTrackCueList
+ - function in java.lang.TextTrackCueList
@@ -5313,7 +5287,7 @@ S
spliterator()
- - function in java.lang.TextTrackList
+ - function in java.lang.TextTrackList
@@ -5326,7 +5300,7 @@ S
spliterator()
- - function in java.lang.TimeRanges
+ - function in java.lang.TimeRanges
@@ -5339,7 +5313,7 @@ S
spliterator()
- - function in java.lang.TrackList
+ - function in java.lang.TrackList
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-20.html b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-20.html
index 04f097431839..e48ecbb5f3bf 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-20.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-20.html
@@ -1004,32 +1004,6 @@ T
A THEOplayer exception that gives an informative description of the error that occurred.
-
-
-
-
- THEOplayerFragmentedMp4Extractor
-
- - class in androidx.media3.extractor.mp4
-
-
-
- Extracts data from the FMP4 container format.
-
-
-
-
-
-
- THEOplayerFragmentedMp4Extractor.Flags
-
- - class in androidx.media3.extractor.mp4.THEOplayerFragmentedMp4Extractor
-
-
-
- Flags controlling the behavior of the extractor.
-
-
@@ -1387,7 +1361,7 @@ T
toString()
- - function in java.lang.Throwable
+ - function in java.lang.Throwable
@@ -1400,7 +1374,7 @@ T
toString()
- - function in java.lang.annotation.Annotation
+ - function in java.lang.annotation.Annotation
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-3.html b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-3.html
index 9d9fd1eb5e25..7bc1c1e91e1e 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-3.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-3.html
@@ -1641,19 +1641,6 @@ C
Sets the transmission mode to be used for Common Media Client Data (CTA-5004).
-
-
-
-
- codecsToParseWithinGopSampleDependenciesAsFlags(int)
-
- - function in androidx.media3.extractor.mp4.THEOplayerFragmentedMp4Extractor
-
-
-
- Returns Flags denoting if an extractor should parse within GOP sample dependencies.
-
-
com.theoplayer.android.api
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-4.html b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-4.html
index 062b9e996c31..5aeb66e8b9c4 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-4.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-4.html
@@ -1290,6 +1290,32 @@ D
+
+
+
+
+ Distribution
+
+ - class in com.theoplayer.android.api.theolive
+
+
+
+ A THEOlive distribution.
+
+
+
+
+
+
+ DistributionLoadedEvent
+
+ - class in com.theoplayer.android.api.event.player.theolive
+
+
+
+ Fired when @see TheoLiveEventTypes.DISTRIBUTIONLOADED occurs for the @see Player .
+
+
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-5.html b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-5.html
index ca31ab23c3ce..27e4d5837f88 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-5.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-5.html
@@ -724,7 +724,7 @@ E
equals(Object)
- - function in java.lang.annotation.Annotation
+ - function in java.lang.annotation.Annotation
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-6.html b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-6.html
index 1636fc60c1b6..6842849342ff 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-6.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-6.html
@@ -321,7 +321,7 @@ F
fillInStackTrace()
- - function in java.lang.Throwable
+ - function in java.lang.Throwable
@@ -672,7 +672,7 @@ F
forEach(java.util.function.Consumer)
- - function in java.lang.CachingTaskList
+ - function in java.lang.CachingTaskList
@@ -685,7 +685,7 @@ F
forEach(java.util.function.Consumer)
- - function in java.lang.MediaTrackList
+ - function in java.lang.MediaTrackList
@@ -698,7 +698,7 @@ F
forEach(java.util.function.Consumer)
- - function in java.lang.QualityList
+ - function in java.lang.QualityList
@@ -711,7 +711,7 @@ F
forEach(java.util.function.Consumer)
- - function in java.lang.SimpleList
+ - function in java.lang.SimpleList
@@ -724,7 +724,7 @@ F
forEach(java.util.function.Consumer)
- - function in java.lang.TextTrackCueList
+ - function in java.lang.TextTrackCueList
@@ -737,7 +737,7 @@ F
forEach(java.util.function.Consumer)
- - function in java.lang.TextTrackList
+ - function in java.lang.TextTrackList
@@ -750,7 +750,7 @@ F
forEach(java.util.function.Consumer)
- - function in java.lang.TimeRanges
+ - function in java.lang.TimeRanges
@@ -763,7 +763,7 @@ F
forEach(java.util.function.Consumer)
- - function in java.lang.TrackList
+ - function in java.lang.TrackList
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-7.html b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-7.html
index d26ad7cf4a10..63e2f1373e05 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-7.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-7.html
@@ -2388,7 +2388,7 @@ G
getCause()
- - function in java.lang.Throwable
+ - function in java.lang.Throwable
@@ -4995,6 +4995,19 @@ G
The Date when the event occurred.
+
+
+
+
+ getDate()
+
+ - function in com.theoplayer.android.api.event.DistributionLoadedEvent
+
+
+
+ The Date when the event occurred.
+
+
@@ -6048,6 +6061,19 @@ G
+
+
+
+
+ getDistribution()
+
+ - function in com.theoplayer.android.api.event.player.theolive.DistributionLoadedEvent
+
+
+
+ The loaded distribution of the player.
+
+
@@ -8726,6 +8752,19 @@ G
The identifier of the key.
+
+
+
+
+ getId()
+
+ - function in com.theoplayer.android.api.theolive.Distribution
+
+
+
+
+
+
@@ -10188,7 +10227,7 @@ G
getLocalizedMessage()
- - function in java.lang.Throwable
+ - function in java.lang.Throwable
@@ -10799,7 +10838,7 @@ G
getMessage()
- - function in java.lang.Throwable
+ - function in java.lang.Throwable
@@ -11209,6 +11248,19 @@ G
The name of the quality as defined in the manifest.
+
+
+
+
+ getName()
+
+ - function in com.theoplayer.android.api.theolive.Distribution
+
+
+
+
+
+
@@ -14017,19 +14069,6 @@ G
-
-
-
-
- getSniffFailureDetails()
-
- - function in androidx.media3.extractor.mp4.THEOplayerFragmentedMp4Extractor
-
-
-
-
-
-
@@ -14322,7 +14361,7 @@ G
getStackTrace()
- - function in java.lang.Throwable
+ - function in java.lang.Throwable
@@ -15076,7 +15115,7 @@ G
getSuppressed()
- - function in java.lang.Throwable
+ - function in java.lang.Throwable
@@ -17228,6 +17267,19 @@ G
The Type of the Event.
+
+
+
+
+ getType()
+
+ - function in com.theoplayer.android.api.event.DistributionLoadedEvent
+
+
+
+ The Type of the Event.
+
+
@@ -18255,19 +18307,6 @@ G
A unique identifier of the text track cue.
-
-
-
-
- getUnderlyingImplementation()
-
- - function in androidx.media3.extractor.Extractor
-
-
-
-
-
-
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-8.html b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-8.html
index 5b5331ca6274..c88dce2a62e0 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-8.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-8.html
@@ -451,7 +451,7 @@ H
hashCode()
- - function in java.lang.annotation.Annotation
+ - function in java.lang.annotation.Annotation
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-9.html b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-9.html
index ee94e7490605..978daa606421 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-9.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/index-files/index-9.html
@@ -432,26 +432,13 @@ I
-
-
-
-
- init(androidx.media3.extractor.ExtractorOutput)
-
- - function in androidx.media3.extractor.mp4.THEOplayerFragmentedMp4Extractor
-
-
-
-
-
-
initCause(java.lang.Throwable)
- - function in java.lang.Throwable
+ - function in java.lang.Throwable
@@ -2622,7 +2609,7 @@ I
iterator()
- - function in java.lang.CachingTaskList
+ - function in java.lang.CachingTaskList
@@ -2635,7 +2622,7 @@ I
iterator()
- - function in java.lang.MediaTrackList
+ - function in java.lang.MediaTrackList
@@ -2648,7 +2635,7 @@ I
iterator()
- - function in java.lang.QualityList
+ - function in java.lang.QualityList
@@ -2661,7 +2648,7 @@ I
iterator()
- - function in java.lang.SimpleList
+ - function in java.lang.SimpleList
@@ -2674,7 +2661,7 @@ I
iterator()
- - function in java.lang.TextTrackCueList
+ - function in java.lang.TextTrackCueList
@@ -2687,7 +2674,7 @@ I
iterator()
- - function in java.lang.TextTrackList
+ - function in java.lang.TextTrackList
@@ -2700,7 +2687,7 @@ I
iterator()
- - function in java.lang.TimeRanges
+ - function in java.lang.TimeRanges
@@ -2713,7 +2700,7 @@ I
iterator()
- - function in java.lang.TrackList
+ - function in java.lang.TrackList
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/index.html b/theoplayer/static/theoplayer/v10/api-reference/android/index.html
index c5be4ce408fd..08f5a2bc861c 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/index.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/index.html
@@ -107,133 +107,131 @@ THEOplayer Android SDK
- androidx.media3.extractor.mp4
+ com.theoplayer.android.api This package defines the API of the THEOplayer Android SDK.
- com.theoplayer.android.api This package defines the API of the THEOplayer Android SDK.
+ com.theoplayer.android.api.abr
- com.theoplayer.android.api.abr
+ com.theoplayer.android.api.ads
- com.theoplayer.android.api.ads
+ com.theoplayer.android.api.ads.dai
- com.theoplayer.android.api.ads.dai
+ com.theoplayer.android.api.ads.ima
- com.theoplayer.android.api.ads.ima
+ com.theoplayer.android.api.ads.mediatailor
- com.theoplayer.android.api.ads.mediatailor
+ com.theoplayer.android.api.ads.theoads
- com.theoplayer.android.api.ads.theoads
+ com.theoplayer.android.api.ads.theoads.event
- com.theoplayer.android.api.ads.theoads.event
+ com.theoplayer.android.api.cache
- com.theoplayer.android.api.cache
+ com.theoplayer.android.api.cast
- com.theoplayer.android.api.cast
+ com.theoplayer.android.api.cast.chromecast
- com.theoplayer.android.api.cast.chromecast
+ com.theoplayer.android.api.cmcd
- com.theoplayer.android.api.cmcd
+ com.theoplayer.android.api.contentprotection
- com.theoplayer.android.api.contentprotection
+ com.theoplayer.android.api.error
- com.theoplayer.android.api.error
+ com.theoplayer.android.api.event
- com.theoplayer.android.api.event
+ com.theoplayer.android.api.event.ads
- com.theoplayer.android.api.event.ads
+ com.theoplayer.android.api.event.cache
- com.theoplayer.android.api.event.cache
+ com.theoplayer.android.api.event.cache.task
- com.theoplayer.android.api.event.cache.task
+ com.theoplayer.android.api.event.cache.tasklist
- com.theoplayer.android.api.event.cache.tasklist
+ com.theoplayer.android.api.event.chromecast
- com.theoplayer.android.api.event.chromecast
+ com.theoplayer.android.api.event.player
- com.theoplayer.android.api.event.player
+ com.theoplayer.android.api.event.player.theolive
- com.theoplayer.android.api.event.player.theolive
+ com.theoplayer.android.api.event.track
- com.theoplayer.android.api.event.track
+ com.theoplayer.android.api.event.track.mediatrack
- com.theoplayer.android.api.event.track.mediatrack
+ com.theoplayer.android.api.event.track.mediatrack.audio
- com.theoplayer.android.api.event.track.mediatrack.audio
+ com.theoplayer.android.api.event.track.mediatrack.audio.list
- com.theoplayer.android.api.event.track.mediatrack.audio.list
+ com.theoplayer.android.api.event.track.mediatrack.quality
- com.theoplayer.android.api.event.track.mediatrack.quality
+ com.theoplayer.android.api.event.track.mediatrack.video
- com.theoplayer.android.api.event.track.mediatrack.video
+ com.theoplayer.android.api.event.track.mediatrack.video.list
- com.theoplayer.android.api.event.track.mediatrack.video.list
+ com.theoplayer.android.api.event.track.texttrack
- com.theoplayer.android.api.event.track.texttrack
+ com.theoplayer.android.api.event.track.texttrack.list
- com.theoplayer.android.api.event.track.texttrack.list
+ com.theoplayer.android.api.event.track.texttrack.texttrackcue
- com.theoplayer.android.api.event.track.texttrack.texttrackcue
+ com.theoplayer.android.api.event.track.tracklist
- com.theoplayer.android.api.event.track.tracklist
+ com.theoplayer.android.api.fullscreen
- com.theoplayer.android.api.fullscreen
+ com.theoplayer.android.api.latency
- com.theoplayer.android.api.latency
+ com.theoplayer.android.api.metrics
- com.theoplayer.android.api.metrics
+ com.theoplayer.android.api.millicast
- com.theoplayer.android.api.millicast
+ com.theoplayer.android.api.network
- com.theoplayer.android.api.network
+ com.theoplayer.android.api.network.http
- com.theoplayer.android.api.network.http
+ com.theoplayer.android.api.pip
- com.theoplayer.android.api.pip
+ com.theoplayer.android.api.player
- com.theoplayer.android.api.player
+ com.theoplayer.android.api.player.theolive
- com.theoplayer.android.api.player.theolive
+ com.theoplayer.android.api.player.track
- com.theoplayer.android.api.player.track
+ com.theoplayer.android.api.player.track.mediatrack
- com.theoplayer.android.api.player.track.mediatrack
+ com.theoplayer.android.api.player.track.mediatrack.quality
- com.theoplayer.android.api.player.track.mediatrack.quality
+ com.theoplayer.android.api.player.track.texttrack
- com.theoplayer.android.api.player.track.texttrack
+ com.theoplayer.android.api.player.track.texttrack.cue
- com.theoplayer.android.api.player.track.texttrack.cue
+ com.theoplayer.android.api.player.track.texttrack.id3
- com.theoplayer.android.api.player.track.texttrack.id3
+ com.theoplayer.android.api.settings
- com.theoplayer.android.api.settings
+ com.theoplayer.android.api.source
- com.theoplayer.android.api.source
+ com.theoplayer.android.api.source.addescription
- com.theoplayer.android.api.source.addescription
+ com.theoplayer.android.api.source.dash
- com.theoplayer.android.api.source.dash
+ com.theoplayer.android.api.source.drm
- com.theoplayer.android.api.source.drm
+ com.theoplayer.android.api.source.drm.preintegration
- com.theoplayer.android.api.source.drm.preintegration
+ com.theoplayer.android.api.source.hesp
- com.theoplayer.android.api.source.hesp
+ com.theoplayer.android.api.source.hls
- com.theoplayer.android.api.source.hls
+ com.theoplayer.android.api.source.mediatailor
- com.theoplayer.android.api.source.mediatailor
+ com.theoplayer.android.api.source.metadata
- com.theoplayer.android.api.source.metadata
+ com.theoplayer.android.api.source.ssai
- com.theoplayer.android.api.source.ssai
+ com.theoplayer.android.api.source.ssai.dai
- com.theoplayer.android.api.source.ssai.dai
+ com.theoplayer.android.api.theolive
- com.theoplayer.android.api.theolive
+ com.theoplayer.android.api.timerange
- com.theoplayer.android.api.timerange
-
- com.theoplayer.android.api.util
+ com.theoplayer.android.api.util
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/member-search-index.js b/theoplayer/static/theoplayer/v10/api-reference/android/member-search-index.js
index 97bab6e47e83..e1699ac19639 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/member-search-index.js
+++ b/theoplayer/static/theoplayer/v10/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":"GlobalCast","l":"getChromeCast()","url":"com/theoplayer/android/api/cast/GlobalCast.html#getChromeCast()"}, {"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":"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":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"THEOplayerFragmentedMp4Extractor()","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#THEOplayerFragmentedMp4Extractor()"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"THEOplayerFragmentedMp4Extractor(SubtitleParser.Factory)","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#THEOplayerFragmentedMp4Extractor(androidx.media3.extractor.text.SubtitleParser.Factory)"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"THEOplayerFragmentedMp4Extractor(int)","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#THEOplayerFragmentedMp4Extractor(int)"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"THEOplayerFragmentedMp4Extractor(SubtitleParser.Factory, int)","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#THEOplayerFragmentedMp4Extractor(androidx.media3.extractor.text.SubtitleParser.Factory,int)"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"THEOplayerFragmentedMp4Extractor(int, TimestampAdjuster)","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#THEOplayerFragmentedMp4Extractor(int,androidx.media3.common.util.TimestampAdjuster)"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"THEOplayerFragmentedMp4Extractor(int, TimestampAdjuster, Track)","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#THEOplayerFragmentedMp4Extractor(int,androidx.media3.common.util.TimestampAdjuster,androidx.media3.extractor.mp4.Track)"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"THEOplayerFragmentedMp4Extractor(int, TimestampAdjuster, Track, List)","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#THEOplayerFragmentedMp4Extractor(int,androidx.media3.common.util.TimestampAdjuster,androidx.media3.extractor.mp4.Track,java.util.List)"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"THEOplayerFragmentedMp4Extractor(int, TimestampAdjuster, Track, List, TrackOutput)","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#THEOplayerFragmentedMp4Extractor(int,androidx.media3.common.util.TimestampAdjuster,androidx.media3.extractor.mp4.Track,java.util.List,androidx.media3.extractor.TrackOutput)"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"THEOplayerFragmentedMp4Extractor(SubtitleParser.Factory, int, TimestampAdjuster, Track, List, TrackOutput)","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#THEOplayerFragmentedMp4Extractor(androidx.media3.extractor.text.SubtitleParser.Factory,int,androidx.media3.common.util.TimestampAdjuster,androidx.media3.extractor.mp4.Track,java.util.List,androidx.media3.extractor.TrackOutput)"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"newFactory(SubtitleParser.Factory)","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#newFactory(androidx.media3.extractor.text.SubtitleParser.Factory)"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"codecsToParseWithinGopSampleDependenciesAsFlags(int)","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#codecsToParseWithinGopSampleDependenciesAsFlags(int)"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"sniff(ExtractorInput)","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#sniff(androidx.media3.extractor.ExtractorInput)"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"getSniffFailureDetails()","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#getSniffFailureDetails()"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"init(ExtractorOutput)","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#init(androidx.media3.extractor.ExtractorOutput)"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"seek(long, long)","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#seek(long,long)"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"release()","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#release()"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"read(ExtractorInput, PositionHolder)","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#read(androidx.media3.extractor.ExtractorInput,androidx.media3.extractor.PositionHolder)"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"modifyTrack(Track)","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#modifyTrack(androidx.media3.extractor.mp4.Track)"}, {"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":"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":"THEOplayerDestroyedException","l":"THEOplayerDestroyedException()","url":"com/theoplayer/android/api/THEOplayerDestroyedException.html#THEOplayerDestroyedException()"}, {"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(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,Object)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"autoIntegrations(boolean)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#autoIntegrations(boolean)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"tunnelingEnabled(boolean)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#tunnelingEnabled(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":"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":"Integration","l":"getType()","url":"com/theoplayer/android/api/Integration.html#getType()"}, {"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.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.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":"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":"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.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.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":"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":"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.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":"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":"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":"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":"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":"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.event","c":"EventType","l":"getName()","url":"com/theoplayer/android/api/event/EventType.html#getName()"}, {"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","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":"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.chromecast","c":"ChromecastEventTypes","l":"ChromecastEventTypes()","url":"com/theoplayer/android/api/event/chromecast/ChromecastEventTypes.html#ChromecastEventTypes()"}, {"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.ads","c":"AdBreakEvent","l":"getAdBreak()","url":"com/theoplayer/android/api/event/ads/AdBreakEvent.html#getAdBreak()"}, {"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":"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":"SingleAdEvent","l":"getAd()","url":"com/theoplayer/android/api/event/ads/SingleAdEvent.html#getAd()"}, {"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.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.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":"ChangeEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/texttrack/ChangeEvent.html#getTrack()"}, {"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","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":"TextTrackEventTypes","l":"TextTrackEventTypes()","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#TextTrackEventTypes()"}, {"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":"CueChangeEvent","l":"getTextTrack()","url":"com/theoplayer/android/api/event/track/texttrack/CueChangeEvent.html#getTextTrack()"}, {"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.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.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.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","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":"QualityChangedEvent","l":"getQuality()","url":"com/theoplayer/android/api/event/track/mediatrack/audio/QualityChangedEvent.html#getQuality()"}, {"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.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","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.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.quality","c":"QualityEventTypes","l":"QualityEventTypes()","url":"com/theoplayer/android/api/event/track/mediatrack/quality/QualityEventTypes.html#QualityEventTypes()"}, {"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","c":"CacheStateChangeEvent","l":"getStatus()","url":"com/theoplayer/android/api/event/cache/CacheStateChangeEvent.html#getStatus()"}, {"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.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":"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.task","c":"CachingTaskProgressEvent","l":"getProgress()","url":"com/theoplayer/android/api/event/cache/task/CachingTaskProgressEvent.html#getProgress()"}, {"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":"CanPlayThroughEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/CanPlayThroughEvent.html#getCurrentTime()"}, {"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":"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":"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":"PresentationModeChange","l":"getPresentationMode()","url":"com/theoplayer/android/api/event/player/PresentationModeChange.html#getPresentationMode()"}, {"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":"SeekingEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/SeekingEvent.html#getCurrentTime()"}, {"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":"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":"EndedEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/EndedEvent.html#getCurrentTime()"}, {"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":"WaitingEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/WaitingEvent.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":"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":"PauseEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/PauseEvent.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":"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":"LoadedMetadataEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/LoadedMetadataEvent.html#getCurrentTime()"}, {"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":"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":"SeekedEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/SeekedEvent.html#getCurrentTime()"}, {"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":"ErrorEvent","l":"getErrorObject()","url":"com/theoplayer/android/api/event/player/ErrorEvent.html#getErrorObject()"}, {"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":"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":"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.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":"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":"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":"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.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.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.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.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":"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":"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":"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":"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":"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":"getCustomData()","url":"com/theoplayer/android/api/ads/AdBreak.html#getCustomData()"}, {"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":"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":"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":"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":"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, Integer, Object)","url":"com/theoplayer/android/api/ads/AdBreakInit.html#AdBreakInit(java.lang.Integer,java.lang.Integer,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"AdBreakInit(Integer, Integer)","url":"com/theoplayer/android/api/ads/AdBreakInit.html#AdBreakInit(java.lang.Integer,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.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.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":"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.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":"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":"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":"CachingTaskList","l":"getTaskById(String)","url":"com/theoplayer/android/api/cache/CachingTaskList.html#getTaskById(java.lang.String)"}, {"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":"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":"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":"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":"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.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":"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":"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":"LicenseRequestCallback","l":"request(Request)","url":"com/theoplayer/android/api/contentprotection/LicenseRequestCallback.html#request(com.theoplayer.android.api.contentprotection.Request)"}, {"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":"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":"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":"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":"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.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.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.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.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":"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":"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":"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":"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":"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":"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.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":"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":"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.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.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.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","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","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.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.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":"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.settings","c":"SslSettings","l":"setKeyStore(KeyStore)","url":"com/theoplayer/android/api/settings/SslSettings.html#setKeyStore(java.security.KeyStore)"}, {"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":"preloadChannels(List)","url":"com/theoplayer/android/api/player/theolive/TheoLive.html#preloadChannels(java.util.List)"}, {"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","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":"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)","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)"}, {"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":"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":"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":"Endpoint","l":"Endpoint(String, EndpointMillicastSource, 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.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":"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":"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":"MediaTailorAdAvail","l":"getId()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdAvail.html#getId()"}, {"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(Integer, Integer)","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#THEOAdBreak(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":"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)","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)"}, {"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":"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.theoads.event","c":"TheoAdsErrorEvent","l":"getMessage()","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsErrorEvent.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":"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":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"FLAG_WORKAROUND_EVERY_VIDEO_FRAME_IS_SYNC_FRAME","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#FLAG_WORKAROUND_EVERY_VIDEO_FRAME_IS_SYNC_FRAME"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"FLAG_WORKAROUND_IGNORE_TFDT_BOX","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#FLAG_WORKAROUND_IGNORE_TFDT_BOX"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"FLAG_ENABLE_EMSG_TRACK","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#FLAG_ENABLE_EMSG_TRACK"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"FLAG_WORKAROUND_IGNORE_EDIT_LISTS","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#FLAG_WORKAROUND_IGNORE_EDIT_LISTS"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"FLAG_EMIT_RAW_SUBTITLE_DATA","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#FLAG_EMIT_RAW_SUBTITLE_DATA"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"FLAG_READ_WITHIN_GOP_SAMPLE_DEPENDENCIES","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#FLAG_READ_WITHIN_GOP_SAMPLE_DEPENDENCIES"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"FLAG_READ_WITHIN_GOP_SAMPLE_DEPENDENCIES_H265","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#FLAG_READ_WITHIN_GOP_SAMPLE_DEPENDENCIES_H265"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"FLAG_MERGE_FRAGMENTED_SIDX","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#FLAG_MERGE_FRAGMENTED_SIDX"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"FACTORY","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#FACTORY"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"RESULT_CONTINUE","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#RESULT_CONTINUE"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"RESULT_SEEK","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#RESULT_SEEK"}, {"p":"androidx.media3.extractor.mp4","c":"THEOplayerFragmentedMp4Extractor","l":"RESULT_END_OF_INPUT","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html#RESULT_END_OF_INPUT"}, {"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.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":"INSTANCE","url":"com/theoplayer/android/api/util/Logger.Companion.html#INSTANCE"}, {"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.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.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.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.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.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.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.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.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.quality","c":"QualityEventTypes","l":"UPDATE","url":"com/theoplayer/android/api/event/track/mediatrack/quality/QualityEventTypes.html#UPDATE"}, {"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.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.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":"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":"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":"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":"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.error","c":"ErrorCode","l":"id","url":"com/theoplayer/android/api/error/ErrorCode.html#id"}, {"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":"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.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":"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.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.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.player","c":"PresentationMode","l":"mode","url":"com/theoplayer/android/api/player/PresentationMode.html#mode"}, {"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":"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.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","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":"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":"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":"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":"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":"THEOADS_ERROR","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html#THEOADS_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":"THEOADS_ERROR","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.html#THEOADS_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","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.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.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.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.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.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.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.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.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":"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":"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.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.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.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.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","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":"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":"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":"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.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":"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":"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.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":"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.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":"GlobalCast","l":"getChromeCast()","url":"com/theoplayer/android/api/cast/GlobalCast.html#getChromeCast()"}, {"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":"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","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":"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":"THEOplayerDestroyedException","l":"THEOplayerDestroyedException()","url":"com/theoplayer/android/api/THEOplayerDestroyedException.html#THEOplayerDestroyedException()"}, {"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(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,Object)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"autoIntegrations(boolean)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#autoIntegrations(boolean)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"tunnelingEnabled(boolean)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#tunnelingEnabled(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":"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":"Integration","l":"getType()","url":"com/theoplayer/android/api/Integration.html#getType()"}, {"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.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.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":"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":"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.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.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":"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":"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.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":"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":"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":"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":"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":"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.event","c":"EventType","l":"getName()","url":"com/theoplayer/android/api/event/EventType.html#getName()"}, {"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","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":"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.chromecast","c":"ChromecastEventTypes","l":"ChromecastEventTypes()","url":"com/theoplayer/android/api/event/chromecast/ChromecastEventTypes.html#ChromecastEventTypes()"}, {"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.ads","c":"AdBreakEvent","l":"getAdBreak()","url":"com/theoplayer/android/api/event/ads/AdBreakEvent.html#getAdBreak()"}, {"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":"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":"SingleAdEvent","l":"getAd()","url":"com/theoplayer/android/api/event/ads/SingleAdEvent.html#getAd()"}, {"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.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.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":"ChangeEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/texttrack/ChangeEvent.html#getTrack()"}, {"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","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":"TextTrackEventTypes","l":"TextTrackEventTypes()","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#TextTrackEventTypes()"}, {"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":"CueChangeEvent","l":"getTextTrack()","url":"com/theoplayer/android/api/event/track/texttrack/CueChangeEvent.html#getTextTrack()"}, {"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.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.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.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","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":"QualityChangedEvent","l":"getQuality()","url":"com/theoplayer/android/api/event/track/mediatrack/audio/QualityChangedEvent.html#getQuality()"}, {"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.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","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.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.quality","c":"QualityEventTypes","l":"QualityEventTypes()","url":"com/theoplayer/android/api/event/track/mediatrack/quality/QualityEventTypes.html#QualityEventTypes()"}, {"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","c":"CacheStateChangeEvent","l":"getStatus()","url":"com/theoplayer/android/api/event/cache/CacheStateChangeEvent.html#getStatus()"}, {"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.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":"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.task","c":"CachingTaskProgressEvent","l":"getProgress()","url":"com/theoplayer/android/api/event/cache/task/CachingTaskProgressEvent.html#getProgress()"}, {"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":"CanPlayThroughEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/CanPlayThroughEvent.html#getCurrentTime()"}, {"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":"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":"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":"PresentationModeChange","l":"getPresentationMode()","url":"com/theoplayer/android/api/event/player/PresentationModeChange.html#getPresentationMode()"}, {"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":"SeekingEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/SeekingEvent.html#getCurrentTime()"}, {"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":"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":"EndedEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/EndedEvent.html#getCurrentTime()"}, {"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":"WaitingEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/WaitingEvent.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":"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":"PauseEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/PauseEvent.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":"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":"LoadedMetadataEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/LoadedMetadataEvent.html#getCurrentTime()"}, {"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":"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":"SeekedEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/SeekedEvent.html#getCurrentTime()"}, {"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":"ErrorEvent","l":"getErrorObject()","url":"com/theoplayer/android/api/event/player/ErrorEvent.html#getErrorObject()"}, {"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":"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.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":"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":"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":"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.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.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.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.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":"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":"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":"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":"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":"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":"getCustomData()","url":"com/theoplayer/android/api/ads/AdBreak.html#getCustomData()"}, {"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":"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":"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":"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":"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, Integer, Object)","url":"com/theoplayer/android/api/ads/AdBreakInit.html#AdBreakInit(java.lang.Integer,java.lang.Integer,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"AdBreakInit(Integer, Integer)","url":"com/theoplayer/android/api/ads/AdBreakInit.html#AdBreakInit(java.lang.Integer,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.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.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":"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.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":"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":"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":"CachingTaskList","l":"getTaskById(String)","url":"com/theoplayer/android/api/cache/CachingTaskList.html#getTaskById(java.lang.String)"}, {"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":"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":"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":"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":"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.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":"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":"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":"LicenseRequestCallback","l":"request(Request)","url":"com/theoplayer/android/api/contentprotection/LicenseRequestCallback.html#request(com.theoplayer.android.api.contentprotection.Request)"}, {"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":"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":"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":"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":"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.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.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.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.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":"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":"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":"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":"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":"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":"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.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":"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":"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.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.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.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","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","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.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.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":"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.settings","c":"SslSettings","l":"setKeyStore(KeyStore)","url":"com/theoplayer/android/api/settings/SslSettings.html#setKeyStore(java.security.KeyStore)"}, {"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":"preloadChannels(List)","url":"com/theoplayer/android/api/player/theolive/TheoLive.html#preloadChannels(java.util.List)"}, {"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","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":"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)","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)"}, {"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":"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":"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, 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.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":"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":"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":"MediaTailorAdAvail","l":"getId()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdAvail.html#getId()"}, {"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(Integer, Integer)","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#THEOAdBreak(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":"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)","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)"}, {"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":"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.theoads.event","c":"TheoAdsErrorEvent","l":"getMessage()","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsErrorEvent.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":"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","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.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":"INSTANCE","url":"com/theoplayer/android/api/util/Logger.Companion.html#INSTANCE"}, {"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.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.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.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.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.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.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.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.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.quality","c":"QualityEventTypes","l":"UPDATE","url":"com/theoplayer/android/api/event/track/mediatrack/quality/QualityEventTypes.html#UPDATE"}, {"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.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.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":"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":"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.error","c":"ErrorCode","l":"id","url":"com/theoplayer/android/api/error/ErrorCode.html#id"}, {"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":"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.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":"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.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.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.player","c":"PresentationMode","l":"mode","url":"com/theoplayer/android/api/player/PresentationMode.html#mode"}, {"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":"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.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","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":"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":"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":"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":"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":"THEOADS_ERROR","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html#THEOADS_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":"THEOADS_ERROR","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.html#THEOADS_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","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.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.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.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.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.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.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.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.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":"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":"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.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.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.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.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","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":"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":"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":"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.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":"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":"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.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":"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.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/v10/api-reference/android/package-list b/theoplayer/static/theoplayer/v10/api-reference/android/package-list
index 4df3b2957068..8439a97cdd99 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/package-list
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/package-list
@@ -1,6 +1,5 @@
$dokka.format:javadoc-v1
$dokka.linkExtension:html
-$dokka.location:androidx.media3.extractor.mp4/THEOplayerFragmentedMp4Extractor.Flags///PointingToDeclaration/androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.Flags.html
$dokka.location:com.theoplayer.android.api.abr/AbrStrategyConfiguration.Builder///PointingToDeclaration/com/theoplayer/android/api/abr/AbrStrategyConfiguration.Builder.html
$dokka.location:com.theoplayer.android.api.abr/AbrStrategyMetadata.Builder///PointingToDeclaration/com/theoplayer/android/api/abr/AbrStrategyMetadata.Builder.html
$dokka.location:com.theoplayer.android.api.ads.theoads.event/TheoAdsEventTypes.Identifiers///PointingToDeclaration/com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html
@@ -65,7 +64,6 @@ $dokka.location:com.theoplayer.android.api.theolive/THEOLiveConfig.Builder///Poi
$dokka.location:com.theoplayer.android.api.util/Logger.Companion///PointingToDeclaration/com/theoplayer/android/api/util/Logger.Companion.html
$dokka.location:com.theoplayer.android.api.util/Logger.Listener///PointingToDeclaration/com/theoplayer/android/api/util/Logger.Listener.html
$dokka.location:com.theoplayer.android.api/THEOplayerConfig.Builder///PointingToDeclaration/com/theoplayer/android/api/THEOplayerConfig.Builder.html
-androidx.media3.extractor.mp4
com.theoplayer.android.api
com.theoplayer.android.api.abr
com.theoplayer.android.api.ads
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/package-search-index.js b/theoplayer/static/theoplayer/v10/api-reference/android/package-search-index.js
index 72d24cb1f73c..e54cb4b97d76 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/package-search-index.js
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/package-search-index.js
@@ -1 +1 @@
-var packageSearchIndex = [{"l":"com.theoplayer.android.api.cast","url":"com/theoplayer/android/api/cast/package-summary.html"}, {"l":"com.theoplayer.android.api.millicast","url":"com/theoplayer/android/api/millicast/package-summary.html"}, {"l":"androidx.media3.extractor.mp4","url":"androidx/media3/extractor/mp4/package-summary.html"}, {"l":"com.theoplayer.android.api","url":"com/theoplayer/android/api/package-summary.html"}, {"l":"com.theoplayer.android.api.util","url":"com/theoplayer/android/api/util/package-summary.html"}, {"l":"com.theoplayer.android.api.abr","url":"com/theoplayer/android/api/abr/package-summary.html"}, {"l":"com.theoplayer.android.api.fullscreen","url":"com/theoplayer/android/api/fullscreen/package-summary.html"}, {"l":"com.theoplayer.android.api.cast.chromecast","url":"com/theoplayer/android/api/cast/chromecast/package-summary.html"}, {"l":"com.theoplayer.android.api.event","url":"com/theoplayer/android/api/event/package-summary.html"}, {"l":"com.theoplayer.android.api.event.chromecast","url":"com/theoplayer/android/api/event/chromecast/package-summary.html"}, {"l":"com.theoplayer.android.api.event.ads","url":"com/theoplayer/android/api/event/ads/package-summary.html"}, {"l":"com.theoplayer.android.api.event.track.tracklist","url":"com/theoplayer/android/api/event/track/tracklist/package-summary.html"}, {"l":"com.theoplayer.android.api.event.track.texttrack","url":"com/theoplayer/android/api/event/track/texttrack/package-summary.html"}, {"l":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/package-summary.html"}, {"l":"com.theoplayer.android.api.event.track.texttrack.list","url":"com/theoplayer/android/api/event/track/texttrack/list/package-summary.html"}, {"l":"com.theoplayer.android.api.event.track.mediatrack","url":"com/theoplayer/android/api/event/track/mediatrack/package-summary.html"}, {"l":"com.theoplayer.android.api.event.track.mediatrack.audio","url":"com/theoplayer/android/api/event/track/mediatrack/audio/package-summary.html"}, {"l":"com.theoplayer.android.api.event.track.mediatrack.audio.list","url":"com/theoplayer/android/api/event/track/mediatrack/audio/list/package-summary.html"}, {"l":"com.theoplayer.android.api.event.track.mediatrack.video","url":"com/theoplayer/android/api/event/track/mediatrack/video/package-summary.html"}, {"l":"com.theoplayer.android.api.event.track.mediatrack.video.list","url":"com/theoplayer/android/api/event/track/mediatrack/video/list/package-summary.html"}, {"l":"com.theoplayer.android.api.event.track.mediatrack.quality","url":"com/theoplayer/android/api/event/track/mediatrack/quality/package-summary.html"}, {"l":"com.theoplayer.android.api.event.track","url":"com/theoplayer/android/api/event/track/package-summary.html"}, {"l":"com.theoplayer.android.api.event.cache","url":"com/theoplayer/android/api/event/cache/package-summary.html"}, {"l":"com.theoplayer.android.api.event.cache.tasklist","url":"com/theoplayer/android/api/event/cache/tasklist/package-summary.html"}, {"l":"com.theoplayer.android.api.event.cache.task","url":"com/theoplayer/android/api/event/cache/task/package-summary.html"}, {"l":"com.theoplayer.android.api.event.player","url":"com/theoplayer/android/api/event/player/package-summary.html"}, {"l":"com.theoplayer.android.api.event.player.theolive","url":"com/theoplayer/android/api/event/player/theolive/package-summary.html"}, {"l":"com.theoplayer.android.api.error","url":"com/theoplayer/android/api/error/package-summary.html"}, {"l":"com.theoplayer.android.api.metrics","url":"com/theoplayer/android/api/metrics/package-summary.html"}, {"l":"com.theoplayer.android.api.pip","url":"com/theoplayer/android/api/pip/package-summary.html"}, {"l":"com.theoplayer.android.api.ads","url":"com/theoplayer/android/api/ads/package-summary.html"}, {"l":"com.theoplayer.android.api.cache","url":"com/theoplayer/android/api/cache/package-summary.html"}, {"l":"com.theoplayer.android.api.contentprotection","url":"com/theoplayer/android/api/contentprotection/package-summary.html"}, {"l":"com.theoplayer.android.api.timerange","url":"com/theoplayer/android/api/timerange/package-summary.html"}, {"l":"com.theoplayer.android.api.cmcd","url":"com/theoplayer/android/api/cmcd/package-summary.html"}, {"l":"com.theoplayer.android.api.player","url":"com/theoplayer/android/api/player/package-summary.html"}, {"l":"com.theoplayer.android.api.player.track.texttrack","url":"com/theoplayer/android/api/player/track/texttrack/package-summary.html"}, {"l":"com.theoplayer.android.api.player.track.texttrack.cue","url":"com/theoplayer/android/api/player/track/texttrack/cue/package-summary.html"}, {"l":"com.theoplayer.android.api.player.track.texttrack.id3","url":"com/theoplayer/android/api/player/track/texttrack/id3/package-summary.html"}, {"l":"com.theoplayer.android.api.player.track","url":"com/theoplayer/android/api/player/track/package-summary.html"}, {"l":"com.theoplayer.android.api.player.track.mediatrack","url":"com/theoplayer/android/api/player/track/mediatrack/package-summary.html"}, {"l":"com.theoplayer.android.api.player.track.mediatrack.quality","url":"com/theoplayer/android/api/player/track/mediatrack/quality/package-summary.html"}, {"l":"com.theoplayer.android.api.settings","url":"com/theoplayer/android/api/settings/package-summary.html"}, {"l":"com.theoplayer.android.api.latency","url":"com/theoplayer/android/api/latency/package-summary.html"}, {"l":"com.theoplayer.android.api.network","url":"com/theoplayer/android/api/network/package-summary.html"}, {"l":"com.theoplayer.android.api.network.http","url":"com/theoplayer/android/api/network/http/package-summary.html"}, {"l":"com.theoplayer.android.api.player.theolive","url":"com/theoplayer/android/api/player/theolive/package-summary.html"}, {"l":"com.theoplayer.android.api.source","url":"com/theoplayer/android/api/source/package-summary.html"}, {"l":"com.theoplayer.android.api.source.addescription","url":"com/theoplayer/android/api/source/addescription/package-summary.html"}, {"l":"com.theoplayer.android.api.source.dash","url":"com/theoplayer/android/api/source/dash/package-summary.html"}, {"l":"com.theoplayer.android.api.source.drm","url":"com/theoplayer/android/api/source/drm/package-summary.html"}, {"l":"com.theoplayer.android.api.source.drm.preintegration","url":"com/theoplayer/android/api/source/drm/preintegration/package-summary.html"}, {"l":"com.theoplayer.android.api.source.hesp","url":"com/theoplayer/android/api/source/hesp/package-summary.html"}, {"l":"com.theoplayer.android.api.source.hls","url":"com/theoplayer/android/api/source/hls/package-summary.html"}, {"l":"com.theoplayer.android.api.source.mediatailor","url":"com/theoplayer/android/api/source/mediatailor/package-summary.html"}, {"l":"com.theoplayer.android.api.source.metadata","url":"com/theoplayer/android/api/source/metadata/package-summary.html"}, {"l":"com.theoplayer.android.api.source.ssai","url":"com/theoplayer/android/api/source/ssai/package-summary.html"}, {"l":"com.theoplayer.android.api.source.ssai.dai","url":"com/theoplayer/android/api/source/ssai/dai/package-summary.html"}, {"l":"com.theoplayer.android.api.theolive","url":"com/theoplayer/android/api/theolive/package-summary.html"}, {"l":"com.theoplayer.android.api.ads.ima","url":"com/theoplayer/android/api/ads/ima/package-summary.html"}, {"l":"com.theoplayer.android.api.ads.mediatailor","url":"com/theoplayer/android/api/ads/mediatailor/package-summary.html"}, {"l":"com.theoplayer.android.api.ads.theoads","url":"com/theoplayer/android/api/ads/theoads/package-summary.html"}, {"l":"com.theoplayer.android.api.ads.theoads.event","url":"com/theoplayer/android/api/ads/theoads/event/package-summary.html"}, {"l":"com.theoplayer.android.api.ads.dai","url":"com/theoplayer/android/api/ads/dai/package-summary.html"}, {"l":"All packages","url":"index.html"}]
+var packageSearchIndex = [{"l":"com.theoplayer.android.api.cast","url":"com/theoplayer/android/api/cast/package-summary.html"}, {"l":"com.theoplayer.android.api.millicast","url":"com/theoplayer/android/api/millicast/package-summary.html"}, {"l":"com.theoplayer.android.api","url":"com/theoplayer/android/api/package-summary.html"}, {"l":"com.theoplayer.android.api.util","url":"com/theoplayer/android/api/util/package-summary.html"}, {"l":"com.theoplayer.android.api.abr","url":"com/theoplayer/android/api/abr/package-summary.html"}, {"l":"com.theoplayer.android.api.fullscreen","url":"com/theoplayer/android/api/fullscreen/package-summary.html"}, {"l":"com.theoplayer.android.api.cast.chromecast","url":"com/theoplayer/android/api/cast/chromecast/package-summary.html"}, {"l":"com.theoplayer.android.api.event","url":"com/theoplayer/android/api/event/package-summary.html"}, {"l":"com.theoplayer.android.api.event.chromecast","url":"com/theoplayer/android/api/event/chromecast/package-summary.html"}, {"l":"com.theoplayer.android.api.event.ads","url":"com/theoplayer/android/api/event/ads/package-summary.html"}, {"l":"com.theoplayer.android.api.event.track.tracklist","url":"com/theoplayer/android/api/event/track/tracklist/package-summary.html"}, {"l":"com.theoplayer.android.api.event.track.texttrack","url":"com/theoplayer/android/api/event/track/texttrack/package-summary.html"}, {"l":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/package-summary.html"}, {"l":"com.theoplayer.android.api.event.track.texttrack.list","url":"com/theoplayer/android/api/event/track/texttrack/list/package-summary.html"}, {"l":"com.theoplayer.android.api.event.track.mediatrack","url":"com/theoplayer/android/api/event/track/mediatrack/package-summary.html"}, {"l":"com.theoplayer.android.api.event.track.mediatrack.audio","url":"com/theoplayer/android/api/event/track/mediatrack/audio/package-summary.html"}, {"l":"com.theoplayer.android.api.event.track.mediatrack.audio.list","url":"com/theoplayer/android/api/event/track/mediatrack/audio/list/package-summary.html"}, {"l":"com.theoplayer.android.api.event.track.mediatrack.video","url":"com/theoplayer/android/api/event/track/mediatrack/video/package-summary.html"}, {"l":"com.theoplayer.android.api.event.track.mediatrack.video.list","url":"com/theoplayer/android/api/event/track/mediatrack/video/list/package-summary.html"}, {"l":"com.theoplayer.android.api.event.track.mediatrack.quality","url":"com/theoplayer/android/api/event/track/mediatrack/quality/package-summary.html"}, {"l":"com.theoplayer.android.api.event.track","url":"com/theoplayer/android/api/event/track/package-summary.html"}, {"l":"com.theoplayer.android.api.event.cache","url":"com/theoplayer/android/api/event/cache/package-summary.html"}, {"l":"com.theoplayer.android.api.event.cache.tasklist","url":"com/theoplayer/android/api/event/cache/tasklist/package-summary.html"}, {"l":"com.theoplayer.android.api.event.cache.task","url":"com/theoplayer/android/api/event/cache/task/package-summary.html"}, {"l":"com.theoplayer.android.api.event.player","url":"com/theoplayer/android/api/event/player/package-summary.html"}, {"l":"com.theoplayer.android.api.event.player.theolive","url":"com/theoplayer/android/api/event/player/theolive/package-summary.html"}, {"l":"com.theoplayer.android.api.error","url":"com/theoplayer/android/api/error/package-summary.html"}, {"l":"com.theoplayer.android.api.metrics","url":"com/theoplayer/android/api/metrics/package-summary.html"}, {"l":"com.theoplayer.android.api.pip","url":"com/theoplayer/android/api/pip/package-summary.html"}, {"l":"com.theoplayer.android.api.ads","url":"com/theoplayer/android/api/ads/package-summary.html"}, {"l":"com.theoplayer.android.api.cache","url":"com/theoplayer/android/api/cache/package-summary.html"}, {"l":"com.theoplayer.android.api.contentprotection","url":"com/theoplayer/android/api/contentprotection/package-summary.html"}, {"l":"com.theoplayer.android.api.timerange","url":"com/theoplayer/android/api/timerange/package-summary.html"}, {"l":"com.theoplayer.android.api.cmcd","url":"com/theoplayer/android/api/cmcd/package-summary.html"}, {"l":"com.theoplayer.android.api.player","url":"com/theoplayer/android/api/player/package-summary.html"}, {"l":"com.theoplayer.android.api.player.track.texttrack","url":"com/theoplayer/android/api/player/track/texttrack/package-summary.html"}, {"l":"com.theoplayer.android.api.player.track.texttrack.cue","url":"com/theoplayer/android/api/player/track/texttrack/cue/package-summary.html"}, {"l":"com.theoplayer.android.api.player.track.texttrack.id3","url":"com/theoplayer/android/api/player/track/texttrack/id3/package-summary.html"}, {"l":"com.theoplayer.android.api.player.track","url":"com/theoplayer/android/api/player/track/package-summary.html"}, {"l":"com.theoplayer.android.api.player.track.mediatrack","url":"com/theoplayer/android/api/player/track/mediatrack/package-summary.html"}, {"l":"com.theoplayer.android.api.player.track.mediatrack.quality","url":"com/theoplayer/android/api/player/track/mediatrack/quality/package-summary.html"}, {"l":"com.theoplayer.android.api.settings","url":"com/theoplayer/android/api/settings/package-summary.html"}, {"l":"com.theoplayer.android.api.latency","url":"com/theoplayer/android/api/latency/package-summary.html"}, {"l":"com.theoplayer.android.api.network","url":"com/theoplayer/android/api/network/package-summary.html"}, {"l":"com.theoplayer.android.api.network.http","url":"com/theoplayer/android/api/network/http/package-summary.html"}, {"l":"com.theoplayer.android.api.player.theolive","url":"com/theoplayer/android/api/player/theolive/package-summary.html"}, {"l":"com.theoplayer.android.api.source","url":"com/theoplayer/android/api/source/package-summary.html"}, {"l":"com.theoplayer.android.api.source.addescription","url":"com/theoplayer/android/api/source/addescription/package-summary.html"}, {"l":"com.theoplayer.android.api.source.dash","url":"com/theoplayer/android/api/source/dash/package-summary.html"}, {"l":"com.theoplayer.android.api.source.drm","url":"com/theoplayer/android/api/source/drm/package-summary.html"}, {"l":"com.theoplayer.android.api.source.drm.preintegration","url":"com/theoplayer/android/api/source/drm/preintegration/package-summary.html"}, {"l":"com.theoplayer.android.api.source.hesp","url":"com/theoplayer/android/api/source/hesp/package-summary.html"}, {"l":"com.theoplayer.android.api.source.hls","url":"com/theoplayer/android/api/source/hls/package-summary.html"}, {"l":"com.theoplayer.android.api.source.mediatailor","url":"com/theoplayer/android/api/source/mediatailor/package-summary.html"}, {"l":"com.theoplayer.android.api.source.metadata","url":"com/theoplayer/android/api/source/metadata/package-summary.html"}, {"l":"com.theoplayer.android.api.source.ssai","url":"com/theoplayer/android/api/source/ssai/package-summary.html"}, {"l":"com.theoplayer.android.api.source.ssai.dai","url":"com/theoplayer/android/api/source/ssai/dai/package-summary.html"}, {"l":"com.theoplayer.android.api.theolive","url":"com/theoplayer/android/api/theolive/package-summary.html"}, {"l":"com.theoplayer.android.api.ads.ima","url":"com/theoplayer/android/api/ads/ima/package-summary.html"}, {"l":"com.theoplayer.android.api.ads.mediatailor","url":"com/theoplayer/android/api/ads/mediatailor/package-summary.html"}, {"l":"com.theoplayer.android.api.ads.theoads","url":"com/theoplayer/android/api/ads/theoads/package-summary.html"}, {"l":"com.theoplayer.android.api.ads.theoads.event","url":"com/theoplayer/android/api/ads/theoads/event/package-summary.html"}, {"l":"com.theoplayer.android.api.ads.dai","url":"com/theoplayer/android/api/ads/dai/package-summary.html"}, {"l":"All packages","url":"index.html"}]
diff --git a/theoplayer/static/theoplayer/v10/api-reference/android/type-search-index.js b/theoplayer/static/theoplayer/v10/api-reference/android/type-search-index.js
index 0b4b214d04c7..b69ffa693bc2 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/android/type-search-index.js
+++ b/theoplayer/static/theoplayer/v10/api-reference/android/type-search-index.js
@@ -1 +1 @@
-var typeSearchIndex = [{"p":"com.theoplayer.android.api.cast","l":"CastConfiguration.Builder","url":"com/theoplayer/android/api/cast/CastConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.cast","l":"CastConfiguration","url":"com/theoplayer/android/api/cast/CastConfiguration.html"}, {"p":"com.theoplayer.android.api.cast","l":"CastIntegration","url":"com/theoplayer/android/api/cast/CastIntegration.html"}, {"p":"com.theoplayer.android.api.cast","l":"CastIntegrationFactory","url":"com/theoplayer/android/api/cast/CastIntegrationFactory.html"}, {"p":"com.theoplayer.android.api.cast","l":"GlobalCast","url":"com/theoplayer/android/api/cast/GlobalCast.html"}, {"p":"com.theoplayer.android.api.cast","l":"CastStrategy","url":"com/theoplayer/android/api/cast/CastStrategy.html"}, {"p":"com.theoplayer.android.api.cast","l":"Cast","url":"com/theoplayer/android/api/cast/Cast.html"}, {"p":"com.theoplayer.android.api.cast","l":"CastConfigurationKt","url":"com/theoplayer/android/api/cast/CastConfigurationKt.html"}, {"p":"com.theoplayer.android.api.millicast","l":"MillicastIntegration","url":"com/theoplayer/android/api/millicast/MillicastIntegration.html"}, {"p":"com.theoplayer.android.api.millicast","l":"MillicastIntegrationFactory","url":"com/theoplayer/android/api/millicast/MillicastIntegrationFactory.html"}, {"p":"com.theoplayer.android.api.millicast","l":"MillicastSource","url":"com/theoplayer/android/api/millicast/MillicastSource.html"}, {"p":"androidx.media3.extractor.mp4","l":"THEOplayerFragmentedMp4Extractor.Flags","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.Flags.html"}, {"p":"androidx.media3.extractor.mp4","l":"THEOplayerFragmentedMp4Extractor","url":"androidx/media3/extractor/mp4/THEOplayerFragmentedMp4Extractor.html"}, {"p":"com.theoplayer.android.api","l":"THEOplayerView","url":"com/theoplayer/android/api/THEOplayerView.html"}, {"p":"com.theoplayer.android.api","l":"IntegrationType","url":"com/theoplayer/android/api/IntegrationType.html"}, {"p":"com.theoplayer.android.api","l":"THEOplayerDestroyedException","url":"com/theoplayer/android/api/THEOplayerDestroyedException.html"}, {"p":"com.theoplayer.android.api","l":"THEOplayerConfig.Builder","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html"}, {"p":"com.theoplayer.android.api","l":"THEOplayerConfig","url":"com/theoplayer/android/api/THEOplayerConfig.html"}, {"p":"com.theoplayer.android.api","l":"Integration","url":"com/theoplayer/android/api/Integration.html"}, {"p":"com.theoplayer.android.api","l":"THEOplayerSettings","url":"com/theoplayer/android/api/THEOplayerSettings.html"}, {"p":"com.theoplayer.android.api","l":"THEOplayerGlobal","url":"com/theoplayer/android/api/THEOplayerGlobal.html"}, {"p":"com.theoplayer.android.api.util","l":"SimpleList","url":"com/theoplayer/android/api/util/SimpleList.html"}, {"p":"com.theoplayer.android.api.util","l":"JavaCallback","url":"com/theoplayer/android/api/util/JavaCallback.html"}, {"p":"com.theoplayer.android.api.util","l":"Logger.Companion","url":"com/theoplayer/android/api/util/Logger.Companion.html"}, {"p":"com.theoplayer.android.api.util","l":"Logger.Listener","url":"com/theoplayer/android/api/util/Logger.Listener.html"}, {"p":"com.theoplayer.android.api.util","l":"Logger","url":"com/theoplayer/android/api/util/Logger.html"}, {"p":"com.theoplayer.android.api.abr","l":"AbrStrategyType","url":"com/theoplayer/android/api/abr/AbrStrategyType.html"}, {"p":"com.theoplayer.android.api.abr","l":"Abr","url":"com/theoplayer/android/api/abr/Abr.html"}, {"p":"com.theoplayer.android.api.abr","l":"AbrStrategyConfiguration.Builder","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.abr","l":"AbrStrategyConfiguration","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.html"}, {"p":"com.theoplayer.android.api.abr","l":"AbrStrategyMetadata.Builder","url":"com/theoplayer/android/api/abr/AbrStrategyMetadata.Builder.html"}, {"p":"com.theoplayer.android.api.abr","l":"AbrStrategyMetadata","url":"com/theoplayer/android/api/abr/AbrStrategyMetadata.html"}, {"p":"com.theoplayer.android.api.fullscreen","l":"FullScreenManager","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html"}, {"p":"com.theoplayer.android.api.fullscreen","l":"IntentCreationListener","url":"com/theoplayer/android/api/fullscreen/IntentCreationListener.html"}, {"p":"com.theoplayer.android.api.fullscreen","l":"FullScreenChangeListener","url":"com/theoplayer/android/api/fullscreen/FullScreenChangeListener.html"}, {"p":"com.theoplayer.android.api.fullscreen","l":"ScreenOrientation","url":"com/theoplayer/android/api/fullscreen/ScreenOrientation.html"}, {"p":"com.theoplayer.android.api.fullscreen","l":"FullScreenActivity","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html"}, {"p":"com.theoplayer.android.api.cast.chromecast","l":"ErrorCode","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html"}, {"p":"com.theoplayer.android.api.cast.chromecast","l":"Chromecast","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html"}, {"p":"com.theoplayer.android.api.cast.chromecast","l":"GlobalChromecast","url":"com/theoplayer/android/api/cast/chromecast/GlobalChromecast.html"}, {"p":"com.theoplayer.android.api.cast.chromecast","l":"CastError","url":"com/theoplayer/android/api/cast/chromecast/CastError.html"}, {"p":"com.theoplayer.android.api.cast.chromecast","l":"DefaultCastOptionsProvider","url":"com/theoplayer/android/api/cast/chromecast/DefaultCastOptionsProvider.html"}, {"p":"com.theoplayer.android.api.cast.chromecast","l":"PlayerCastState","url":"com/theoplayer/android/api/cast/chromecast/PlayerCastState.html"}, {"p":"com.theoplayer.android.api.cast.chromecast","l":"ChromecastConnectionCallback","url":"com/theoplayer/android/api/cast/chromecast/ChromecastConnectionCallback.html"}, {"p":"com.theoplayer.android.api.event","l":"EventType","url":"com/theoplayer/android/api/event/EventType.html"}, {"p":"com.theoplayer.android.api.event","l":"EventListener","url":"com/theoplayer/android/api/event/EventListener.html"}, {"p":"com.theoplayer.android.api.event","l":"Event","url":"com/theoplayer/android/api/event/Event.html"}, {"p":"com.theoplayer.android.api.event","l":"EventDispatcher","url":"com/theoplayer/android/api/event/EventDispatcher.html"}, {"p":"com.theoplayer.android.api.event.chromecast","l":"ChromecastEventTypes","url":"com/theoplayer/android/api/event/chromecast/ChromecastEventTypes.html"}, {"p":"com.theoplayer.android.api.event.chromecast","l":"CastErrorEvent","url":"com/theoplayer/android/api/event/chromecast/CastErrorEvent.html"}, {"p":"com.theoplayer.android.api.event.chromecast","l":"ChromecastEvent","url":"com/theoplayer/android/api/event/chromecast/ChromecastEvent.html"}, {"p":"com.theoplayer.android.api.event.chromecast","l":"CastStateChangeEvent","url":"com/theoplayer/android/api/event/chromecast/CastStateChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdEndEvent","url":"com/theoplayer/android/api/event/ads/AdEndEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdSkipEvent","url":"com/theoplayer/android/api/event/ads/AdSkipEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdBreakEvent","url":"com/theoplayer/android/api/event/ads/AdBreakEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdBeginEvent","url":"com/theoplayer/android/api/event/ads/AdBeginEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"RemoveAdBreakEvent","url":"com/theoplayer/android/api/event/ads/RemoveAdBreakEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdErrorEvent","url":"com/theoplayer/android/api/event/ads/AdErrorEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdsEventTypes.Identifiers","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdsEventTypes","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdMidpointEvent","url":"com/theoplayer/android/api/event/ads/AdMidpointEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdImpressionEvent","url":"com/theoplayer/android/api/event/ads/AdImpressionEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdBreakBeginEvent","url":"com/theoplayer/android/api/event/ads/AdBreakBeginEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdLoadedEvent","url":"com/theoplayer/android/api/event/ads/AdLoadedEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AddAdEvent","url":"com/theoplayer/android/api/event/ads/AddAdEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AddAdBreakEvent","url":"com/theoplayer/android/api/event/ads/AddAdBreakEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"SingleAdEvent","url":"com/theoplayer/android/api/event/ads/SingleAdEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdClickedEvent","url":"com/theoplayer/android/api/event/ads/AdClickedEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdBreakChangeEvent","url":"com/theoplayer/android/api/event/ads/AdBreakChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdTappedEvent","url":"com/theoplayer/android/api/event/ads/AdTappedEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdBreakEndEvent","url":"com/theoplayer/android/api/event/ads/AdBreakEndEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdThirdQuartileEvent","url":"com/theoplayer/android/api/event/ads/AdThirdQuartileEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdEvent","url":"com/theoplayer/android/api/event/ads/AdEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdFirstQuartileEvent","url":"com/theoplayer/android/api/event/ads/AdFirstQuartileEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdIntegrationKind","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html"}, {"p":"com.theoplayer.android.api.event.track.tracklist","l":"TrackListEvent","url":"com/theoplayer/android/api/event/track/tracklist/TrackListEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack","l":"UpdateCueEvent","url":"com/theoplayer/android/api/event/track/texttrack/UpdateCueEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack","l":"ChangeEvent","url":"com/theoplayer/android/api/event/track/texttrack/ChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack","l":"ExitCueEvent","url":"com/theoplayer/android/api/event/track/texttrack/ExitCueEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack","l":"EnterCueEvent","url":"com/theoplayer/android/api/event/track/texttrack/EnterCueEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack","l":"TextTrackEventTypes","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack","l":"RemoveCueEvent","url":"com/theoplayer/android/api/event/track/texttrack/RemoveCueEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack","l":"CueChangeEvent","url":"com/theoplayer/android/api/event/track/texttrack/CueChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack","l":"AddCueEvent","url":"com/theoplayer/android/api/event/track/texttrack/AddCueEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","l":"EnterEvent","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/EnterEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","l":"TextTrackCueEventTypes","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/TextTrackCueEventTypes.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","l":"UpdateEvent","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/UpdateEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","l":"ExitEvent","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/ExitEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","l":"TextTrackCueEvent","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/TextTrackCueEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack.list","l":"TrackListChangeEvent","url":"com/theoplayer/android/api/event/track/texttrack/list/TrackListChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack.list","l":"RemoveTrackEvent","url":"com/theoplayer/android/api/event/track/texttrack/list/RemoveTrackEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack.list","l":"TextTrackListEventTypes","url":"com/theoplayer/android/api/event/track/texttrack/list/TextTrackListEventTypes.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack.list","l":"AddTrackEvent","url":"com/theoplayer/android/api/event/track/texttrack/list/AddTrackEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack","l":"AbstractTargetQualityChangedEvent","url":"com/theoplayer/android/api/event/track/mediatrack/AbstractTargetQualityChangedEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","l":"AudioTrackEventTypes","url":"com/theoplayer/android/api/event/track/mediatrack/audio/AudioTrackEventTypes.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","l":"ChangeEvent","url":"com/theoplayer/android/api/event/track/mediatrack/audio/ChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","l":"ActiveQualityChangedEvent","url":"com/theoplayer/android/api/event/track/mediatrack/audio/ActiveQualityChangedEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","l":"QualityChangedEvent","url":"com/theoplayer/android/api/event/track/mediatrack/audio/QualityChangedEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","l":"TargetQualityChangedEvent","url":"com/theoplayer/android/api/event/track/mediatrack/audio/TargetQualityChangedEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio.list","l":"AudioTrackListEventTypes","url":"com/theoplayer/android/api/event/track/mediatrack/audio/list/AudioTrackListEventTypes.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio.list","l":"TrackListChangeEvent","url":"com/theoplayer/android/api/event/track/mediatrack/audio/list/TrackListChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio.list","l":"RemoveTrackEvent","url":"com/theoplayer/android/api/event/track/mediatrack/audio/list/RemoveTrackEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio.list","l":"AddTrackEvent","url":"com/theoplayer/android/api/event/track/mediatrack/audio/list/AddTrackEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video","l":"ChangeEvent","url":"com/theoplayer/android/api/event/track/mediatrack/video/ChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video","l":"VideoTrackEventTypes","url":"com/theoplayer/android/api/event/track/mediatrack/video/VideoTrackEventTypes.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video","l":"ActiveQualityChangedEvent","url":"com/theoplayer/android/api/event/track/mediatrack/video/ActiveQualityChangedEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video","l":"TargetQualityChangedEvent","url":"com/theoplayer/android/api/event/track/mediatrack/video/TargetQualityChangedEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video.list","l":"VideoTrackListEventTypes","url":"com/theoplayer/android/api/event/track/mediatrack/video/list/VideoTrackListEventTypes.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video.list","l":"TrackListChangeEvent","url":"com/theoplayer/android/api/event/track/mediatrack/video/list/TrackListChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video.list","l":"RemoveTrackEvent","url":"com/theoplayer/android/api/event/track/mediatrack/video/list/RemoveTrackEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video.list","l":"AddTrackEvent","url":"com/theoplayer/android/api/event/track/mediatrack/video/list/AddTrackEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.quality","l":"QualityEventTypes","url":"com/theoplayer/android/api/event/track/mediatrack/quality/QualityEventTypes.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.quality","l":"QualityUpdateEvent","url":"com/theoplayer/android/api/event/track/mediatrack/quality/QualityUpdateEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.quality","l":"QualityEvent","url":"com/theoplayer/android/api/event/track/mediatrack/quality/QualityEvent.html"}, {"p":"com.theoplayer.android.api.event.track","l":"TrackEvent","url":"com/theoplayer/android/api/event/track/TrackEvent.html"}, {"p":"com.theoplayer.android.api.event.cache","l":"CacheEventTypes","url":"com/theoplayer/android/api/event/cache/CacheEventTypes.html"}, {"p":"com.theoplayer.android.api.event.cache","l":"CacheStateChangeEvent","url":"com/theoplayer/android/api/event/cache/CacheStateChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.cache","l":"CacheEvent","url":"com/theoplayer/android/api/event/cache/CacheEvent.html"}, {"p":"com.theoplayer.android.api.event.cache.tasklist","l":"CachingTaskListEventTypes","url":"com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEventTypes.html"}, {"p":"com.theoplayer.android.api.event.cache.tasklist","l":"RemoveTaskEvent","url":"com/theoplayer/android/api/event/cache/tasklist/RemoveTaskEvent.html"}, {"p":"com.theoplayer.android.api.event.cache.tasklist","l":"CachingTaskListEvent","url":"com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEvent.html"}, {"p":"com.theoplayer.android.api.event.cache.tasklist","l":"AddTaskEvent","url":"com/theoplayer/android/api/event/cache/tasklist/AddTaskEvent.html"}, {"p":"com.theoplayer.android.api.event.cache.task","l":"CachingTaskEvent","url":"com/theoplayer/android/api/event/cache/task/CachingTaskEvent.html"}, {"p":"com.theoplayer.android.api.event.cache.task","l":"CachingTaskEventTypes","url":"com/theoplayer/android/api/event/cache/task/CachingTaskEventTypes.html"}, {"p":"com.theoplayer.android.api.event.cache.task","l":"CachingTaskErrorEvent","url":"com/theoplayer/android/api/event/cache/task/CachingTaskErrorEvent.html"}, {"p":"com.theoplayer.android.api.event.cache.task","l":"CachingTaskStateChangeEvent","url":"com/theoplayer/android/api/event/cache/task/CachingTaskStateChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.cache.task","l":"CachingTaskProgressEvent","url":"com/theoplayer/android/api/event/cache/task/CachingTaskProgressEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"DurationChangeEvent","url":"com/theoplayer/android/api/event/player/DurationChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"CanPlayThroughEvent","url":"com/theoplayer/android/api/event/player/CanPlayThroughEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"RateChangeEvent","url":"com/theoplayer/android/api/event/player/RateChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"TimeUpdateEvent","url":"com/theoplayer/android/api/event/player/TimeUpdateEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"ResizeEvent","url":"com/theoplayer/android/api/event/player/ResizeEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"PresentationModeChange","url":"com/theoplayer/android/api/event/player/PresentationModeChange.html"}, {"p":"com.theoplayer.android.api.event.player","l":"LoadedDataEvent","url":"com/theoplayer/android/api/event/player/LoadedDataEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"SeekingEvent","url":"com/theoplayer/android/api/event/player/SeekingEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"SourceChangeEvent","url":"com/theoplayer/android/api/event/player/SourceChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"VolumeChangeEvent","url":"com/theoplayer/android/api/event/player/VolumeChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"DestroyEvent","url":"com/theoplayer/android/api/event/player/DestroyEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"EndedEvent","url":"com/theoplayer/android/api/event/player/EndedEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"PlayEvent","url":"com/theoplayer/android/api/event/player/PlayEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"PlayingEvent","url":"com/theoplayer/android/api/event/player/PlayingEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"WaitingEvent","url":"com/theoplayer/android/api/event/player/WaitingEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"PlayerEvent","url":"com/theoplayer/android/api/event/player/PlayerEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"ContentProtectionSuccessEvent","url":"com/theoplayer/android/api/event/player/ContentProtectionSuccessEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"NoSupportedRepresentationFoundEvent","url":"com/theoplayer/android/api/event/player/NoSupportedRepresentationFoundEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"ReadyStateChangeEvent","url":"com/theoplayer/android/api/event/player/ReadyStateChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"PauseEvent","url":"com/theoplayer/android/api/event/player/PauseEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"ProgressEvent","url":"com/theoplayer/android/api/event/player/ProgressEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"LoadStartEvent","url":"com/theoplayer/android/api/event/player/LoadStartEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"MediaEncryptedEvent","url":"com/theoplayer/android/api/event/player/MediaEncryptedEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"LoadedMetadataEvent","url":"com/theoplayer/android/api/event/player/LoadedMetadataEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"CanPlayEvent","url":"com/theoplayer/android/api/event/player/CanPlayEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"PlayerEventTypes.Identifiers","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html"}, {"p":"com.theoplayer.android.api.event.player","l":"PlayerEventTypes","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html"}, {"p":"com.theoplayer.android.api.event.player","l":"SeekedEvent","url":"com/theoplayer/android/api/event/player/SeekedEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"SegmentNotFoundEvent","url":"com/theoplayer/android/api/event/player/SegmentNotFoundEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"ErrorEvent","url":"com/theoplayer/android/api/event/player/ErrorEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"ContentProtectionErrorEvent","url":"com/theoplayer/android/api/event/player/ContentProtectionErrorEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"CurrentSourceChangeEvent","url":"com/theoplayer/android/api/event/player/CurrentSourceChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.player.theolive","l":"TheoLiveEventTypes.Identifiers","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html"}, {"p":"com.theoplayer.android.api.event.player.theolive","l":"TheoLiveEventTypes","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.html"}, {"p":"com.theoplayer.android.api.event.player.theolive","l":"DistributionLoadStartEvent","url":"com/theoplayer/android/api/event/player/theolive/DistributionLoadStartEvent.html"}, {"p":"com.theoplayer.android.api.event.player.theolive","l":"DistributionOfflineEvent","url":"com/theoplayer/android/api/event/player/theolive/DistributionOfflineEvent.html"}, {"p":"com.theoplayer.android.api.event.player.theolive","l":"EndpointLoadedEvent","url":"com/theoplayer/android/api/event/player/theolive/EndpointLoadedEvent.html"}, {"p":"com.theoplayer.android.api.event.player.theolive","l":"IntentToFallbackEvent","url":"com/theoplayer/android/api/event/player/theolive/IntentToFallbackEvent.html"}, {"p":"com.theoplayer.android.api.event.player.theolive","l":"TheoLiveEvent","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEvent.html"}, {"p":"com.theoplayer.android.api.error","l":"ErrorCode","url":"com/theoplayer/android/api/error/ErrorCode.html"}, {"p":"com.theoplayer.android.api.error","l":"ErrorCategory","url":"com/theoplayer/android/api/error/ErrorCategory.html"}, {"p":"com.theoplayer.android.api.error","l":"ContentProtectionException","url":"com/theoplayer/android/api/error/ContentProtectionException.html"}, {"p":"com.theoplayer.android.api.error","l":"THEOplayerException","url":"com/theoplayer/android/api/error/THEOplayerException.html"}, {"p":"com.theoplayer.android.api.metrics","l":"BufferedSegments","url":"com/theoplayer/android/api/metrics/BufferedSegments.html"}, {"p":"com.theoplayer.android.api.metrics","l":"Metrics","url":"com/theoplayer/android/api/metrics/Metrics.html"}, {"p":"com.theoplayer.android.api.pip","l":"PiPType","url":"com/theoplayer/android/api/pip/PiPType.html"}, {"p":"com.theoplayer.android.api.pip","l":"PipConfiguration.Builder","url":"com/theoplayer/android/api/pip/PipConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.pip","l":"PipConfiguration","url":"com/theoplayer/android/api/pip/PipConfiguration.html"}, {"p":"com.theoplayer.android.api.pip","l":"PiPManager","url":"com/theoplayer/android/api/pip/PiPManager.html"}, {"p":"com.theoplayer.android.api.ads","l":"OmidFriendlyObstruction","url":"com/theoplayer/android/api/ads/OmidFriendlyObstruction.html"}, {"p":"com.theoplayer.android.api.ads","l":"Omid","url":"com/theoplayer/android/api/ads/Omid.html"}, {"p":"com.theoplayer.android.api.ads","l":"LinearAd","url":"com/theoplayer/android/api/ads/LinearAd.html"}, {"p":"com.theoplayer.android.api.ads","l":"Ad","url":"com/theoplayer/android/api/ads/Ad.html"}, {"p":"com.theoplayer.android.api.ads","l":"CompanionAd","url":"com/theoplayer/android/api/ads/CompanionAd.html"}, {"p":"com.theoplayer.android.api.ads","l":"AdBreak","url":"com/theoplayer/android/api/ads/AdBreak.html"}, {"p":"com.theoplayer.android.api.ads","l":"OmidFriendlyObstructionPurpose","url":"com/theoplayer/android/api/ads/OmidFriendlyObstructionPurpose.html"}, {"p":"com.theoplayer.android.api.ads","l":"UniversalAdId","url":"com/theoplayer/android/api/ads/UniversalAdId.html"}, {"p":"com.theoplayer.android.api.ads","l":"NonLinearAd","url":"com/theoplayer/android/api/ads/NonLinearAd.html"}, {"p":"com.theoplayer.android.api.ads","l":"Ads","url":"com/theoplayer/android/api/ads/Ads.html"}, {"p":"com.theoplayer.android.api.ads","l":"MediaFile.Builder","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html"}, {"p":"com.theoplayer.android.api.ads","l":"MediaFile","url":"com/theoplayer/android/api/ads/MediaFile.html"}, {"p":"com.theoplayer.android.api.ads","l":"ServerSideAdIntegrationHandler","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationHandler.html"}, {"p":"com.theoplayer.android.api.ads","l":"ServerSideAdIntegrationController","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html"}, {"p":"com.theoplayer.android.api.ads","l":"AdInit","url":"com/theoplayer/android/api/ads/AdInit.html"}, {"p":"com.theoplayer.android.api.ads","l":"AdBreakInit","url":"com/theoplayer/android/api/ads/AdBreakInit.html"}, {"p":"com.theoplayer.android.api.ads","l":"ServerSideAdIntegrationFactory","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationFactory.html"}, {"p":"com.theoplayer.android.api.cache","l":"Cache","url":"com/theoplayer/android/api/cache/Cache.html"}, {"p":"com.theoplayer.android.api.cache","l":"CachingTaskStatus","url":"com/theoplayer/android/api/cache/CachingTaskStatus.html"}, {"p":"com.theoplayer.android.api.cache","l":"CachingPreferredTrackSelection.Builder","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.Builder.html"}, {"p":"com.theoplayer.android.api.cache","l":"CachingPreferredTrackSelection","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.html"}, {"p":"com.theoplayer.android.api.cache","l":"CachingParameters.Builder","url":"com/theoplayer/android/api/cache/CachingParameters.Builder.html"}, {"p":"com.theoplayer.android.api.cache","l":"CachingParameters","url":"com/theoplayer/android/api/cache/CachingParameters.html"}, {"p":"com.theoplayer.android.api.cache","l":"CachingTaskList","url":"com/theoplayer/android/api/cache/CachingTaskList.html"}, {"p":"com.theoplayer.android.api.cache","l":"CacheStatus","url":"com/theoplayer/android/api/cache/CacheStatus.html"}, {"p":"com.theoplayer.android.api.cache","l":"CachingTask","url":"com/theoplayer/android/api/cache/CachingTask.html"}, {"p":"com.theoplayer.android.api.cache","l":"CachingTaskProgress","url":"com/theoplayer/android/api/cache/CachingTaskProgress.html"}, {"p":"com.theoplayer.android.api.cache","l":"CachingTaskLicense","url":"com/theoplayer/android/api/cache/CachingTaskLicense.html"}, {"p":"com.theoplayer.android.api.cache","l":"CacheNotificationsBuilder","url":"com/theoplayer/android/api/cache/CacheNotificationsBuilder.html"}, {"p":"com.theoplayer.android.api.cache","l":"NoChangeBuilder","url":"com/theoplayer/android/api/cache/NoChangeBuilder.html"}, {"p":"com.theoplayer.android.api.cache","l":"CacheStorageType","url":"com/theoplayer/android/api/cache/CacheStorageType.html"}, {"p":"com.theoplayer.android.api.cache","l":"CachingTaskError","url":"com/theoplayer/android/api/cache/CachingTaskError.html"}, {"p":"com.theoplayer.android.api.contentprotection","l":"ContentProtectionIntegration","url":"com/theoplayer/android/api/contentprotection/ContentProtectionIntegration.html"}, {"p":"com.theoplayer.android.api.contentprotection","l":"RequestMethod","url":"com/theoplayer/android/api/contentprotection/RequestMethod.html"}, {"p":"com.theoplayer.android.api.contentprotection","l":"Request","url":"com/theoplayer/android/api/contentprotection/Request.html"}, {"p":"com.theoplayer.android.api.contentprotection","l":"LicenseRequestCallback","url":"com/theoplayer/android/api/contentprotection/LicenseRequestCallback.html"}, {"p":"com.theoplayer.android.api.contentprotection","l":"CertificateRequestCallback","url":"com/theoplayer/android/api/contentprotection/CertificateRequestCallback.html"}, {"p":"com.theoplayer.android.api.contentprotection","l":"KeySystemId","url":"com/theoplayer/android/api/contentprotection/KeySystemId.html"}, {"p":"com.theoplayer.android.api.contentprotection","l":"ContentProtectionIntegrationFactory","url":"com/theoplayer/android/api/contentprotection/ContentProtectionIntegrationFactory.html"}, {"p":"com.theoplayer.android.api.contentprotection","l":"Response","url":"com/theoplayer/android/api/contentprotection/Response.html"}, {"p":"com.theoplayer.android.api.contentprotection","l":"CertificateResponseCallback","url":"com/theoplayer/android/api/contentprotection/CertificateResponseCallback.html"}, {"p":"com.theoplayer.android.api.contentprotection","l":"LicenseResponseCallback","url":"com/theoplayer/android/api/contentprotection/LicenseResponseCallback.html"}, {"p":"com.theoplayer.android.api.timerange","l":"TimeRange","url":"com/theoplayer/android/api/timerange/TimeRange.html"}, {"p":"com.theoplayer.android.api.timerange","l":"TimeRanges","url":"com/theoplayer/android/api/timerange/TimeRanges.html"}, {"p":"com.theoplayer.android.api.cmcd","l":"CMCDTransmissionMode","url":"com/theoplayer/android/api/cmcd/CMCDTransmissionMode.html"}, {"p":"com.theoplayer.android.api.player","l":"RenderingTarget","url":"com/theoplayer/android/api/player/RenderingTarget.html"}, {"p":"com.theoplayer.android.api.player","l":"PresentationMode","url":"com/theoplayer/android/api/player/PresentationMode.html"}, {"p":"com.theoplayer.android.api.player","l":"Player","url":"com/theoplayer/android/api/player/Player.html"}, {"p":"com.theoplayer.android.api.player","l":"ReadyState","url":"com/theoplayer/android/api/player/ReadyState.html"}, {"p":"com.theoplayer.android.api.player","l":"AspectRatio","url":"com/theoplayer/android/api/player/AspectRatio.html"}, {"p":"com.theoplayer.android.api.player","l":"PreloadType","url":"com/theoplayer/android/api/player/PreloadType.html"}, {"p":"com.theoplayer.android.api.player","l":"NetworkConfiguration.Builder","url":"com/theoplayer/android/api/player/NetworkConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.player","l":"NetworkConfiguration","url":"com/theoplayer/android/api/player/NetworkConfiguration.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack","l":"TextTrackStyle.EdgeType","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack","l":"TextTrackStyle.FontStyle","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontStyle.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack","l":"TextTrackStyle.FontFamily","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack","l":"TextTrackStyle","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack","l":"TextTrackMode","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack","l":"TextTrack","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack","l":"TextTrackReadyState","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack","l":"TextTrackList","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackList.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack","l":"TextTrackKind","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack","l":"TextTrackType.Companion","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.Companion.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack","l":"TextTrackType","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","l":"TextTrackCue","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","l":"DateRangeCue.CustomAttributes","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.CustomAttributes.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","l":"DateRangeCue","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","l":"TextTrackCueList","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCueList.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","l":"ID3Cue","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Cue.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","l":"ID3Frame.Unknown","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Unknown.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","l":"ID3Frame.AttachedPicture","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","l":"ID3Frame.Comments","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","l":"ID3Frame.Chapter","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","l":"ID3Frame.ChapterToc","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","l":"ID3Frame.GeneralEncapsulatedObject","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","l":"ID3Frame.Private","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Private.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","l":"ID3Frame.Text","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Text.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","l":"ID3Frame.Url","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Url.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","l":"ID3Frame.Yospace","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","l":"ID3Frame","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.html"}, {"p":"com.theoplayer.android.api.player.track","l":"TrackList","url":"com/theoplayer/android/api/player/track/TrackList.html"}, {"p":"com.theoplayer.android.api.player.track","l":"Track","url":"com/theoplayer/android/api/player/track/Track.html"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","l":"MediaTrackList","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrackList.html"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","l":"MediaTrack","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","l":"VideoQuality","url":"com/theoplayer/android/api/player/track/mediatrack/quality/VideoQuality.html"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","l":"QualityList","url":"com/theoplayer/android/api/player/track/mediatrack/quality/QualityList.html"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","l":"AudioQuality","url":"com/theoplayer/android/api/player/track/mediatrack/quality/AudioQuality.html"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","l":"Quality","url":"com/theoplayer/android/api/player/track/mediatrack/quality/Quality.html"}, {"p":"com.theoplayer.android.api.settings","l":"SslSettings","url":"com/theoplayer/android/api/settings/SslSettings.html"}, {"p":"com.theoplayer.android.api.latency","l":"LatencyConfiguration.Builder","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.latency","l":"LatencyConfiguration","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html"}, {"p":"com.theoplayer.android.api.latency","l":"LatencyManager","url":"com/theoplayer/android/api/latency/LatencyManager.html"}, {"p":"com.theoplayer.android.api.network","l":"Network","url":"com/theoplayer/android/api/network/Network.html"}, {"p":"com.theoplayer.android.api.network.http","l":"HTTPInterceptor","url":"com/theoplayer/android/api/network/http/HTTPInterceptor.html"}, {"p":"com.theoplayer.android.api.network.http","l":"HTTPRequest","url":"com/theoplayer/android/api/network/http/HTTPRequest.html"}, {"p":"com.theoplayer.android.api.network.http","l":"InterceptableHTTPRequest","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html"}, {"p":"com.theoplayer.android.api.network.http","l":"ChunkInterceptor","url":"com/theoplayer/android/api/network/http/ChunkInterceptor.html"}, {"p":"com.theoplayer.android.api.network.http","l":"BodyInterceptor","url":"com/theoplayer/android/api/network/http/BodyInterceptor.html"}, {"p":"com.theoplayer.android.api.network.http","l":"HTTPResponse","url":"com/theoplayer/android/api/network/http/HTTPResponse.html"}, {"p":"com.theoplayer.android.api.network.http","l":"CompleteHTTPResponse","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html"}, {"p":"com.theoplayer.android.api.network.http","l":"InterceptableHTTPResponse","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html"}, {"p":"com.theoplayer.android.api.network.http","l":"JavaHTTPInterceptor","url":"com/theoplayer/android/api/network/http/JavaHTTPInterceptor.html"}, {"p":"com.theoplayer.android.api.network.http","l":"JavaChunkInterceptor","url":"com/theoplayer/android/api/network/http/JavaChunkInterceptor.html"}, {"p":"com.theoplayer.android.api.network.http","l":"JavaBodyInterceptor","url":"com/theoplayer/android/api/network/http/JavaBodyInterceptor.html"}, {"p":"com.theoplayer.android.api.network.http","l":"RequestType","url":"com/theoplayer/android/api/network/http/RequestType.html"}, {"p":"com.theoplayer.android.api.network.http","l":"RequestSubType","url":"com/theoplayer/android/api/network/http/RequestSubType.html"}, {"p":"com.theoplayer.android.api.network.http","l":"RequestMediaType","url":"com/theoplayer/android/api/network/http/RequestMediaType.html"}, {"p":"com.theoplayer.android.api.network.http","l":"ResponseType","url":"com/theoplayer/android/api/network/http/ResponseType.html"}, {"p":"com.theoplayer.android.api.player.theolive","l":"Channel","url":"com/theoplayer/android/api/player/theolive/Channel.html"}, {"p":"com.theoplayer.android.api.player.theolive","l":"VideoQuality","url":"com/theoplayer/android/api/player/theolive/VideoQuality.html"}, {"p":"com.theoplayer.android.api.player.theolive","l":"TheoLive","url":"com/theoplayer/android/api/player/theolive/TheoLive.html"}, {"p":"com.theoplayer.android.api.source","l":"AdIntegration","url":"com/theoplayer/android/api/source/AdIntegration.html"}, {"p":"com.theoplayer.android.api.source","l":"GoogleDaiTypedSource.Builder","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.Builder.html"}, {"p":"com.theoplayer.android.api.source","l":"GoogleDaiTypedSource","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.html"}, {"p":"com.theoplayer.android.api.source","l":"SourceAbrConfiguration","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html"}, {"p":"com.theoplayer.android.api.source","l":"SourceDescription.Builder","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html"}, {"p":"com.theoplayer.android.api.source","l":"SourceDescription","url":"com/theoplayer/android/api/source/SourceDescription.html"}, {"p":"com.theoplayer.android.api.source","l":"SourceType","url":"com/theoplayer/android/api/source/SourceType.html"}, {"p":"com.theoplayer.android.api.source","l":"StreamType","url":"com/theoplayer/android/api/source/StreamType.html"}, {"p":"com.theoplayer.android.api.source","l":"TextTrackDescription.Builder","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html"}, {"p":"com.theoplayer.android.api.source","l":"TextTrackDescription","url":"com/theoplayer/android/api/source/TextTrackDescription.html"}, {"p":"com.theoplayer.android.api.source","l":"TypedSource.Builder","url":"com/theoplayer/android/api/source/TypedSource.Builder.html"}, {"p":"com.theoplayer.android.api.source","l":"TypedSource","url":"com/theoplayer/android/api/source/TypedSource.html"}, {"p":"com.theoplayer.android.api.source.addescription","l":"AdDescription","url":"com/theoplayer/android/api/source/addescription/AdDescription.html"}, {"p":"com.theoplayer.android.api.source.addescription","l":"GoogleImaAdDescription.Builder","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.Builder.html"}, {"p":"com.theoplayer.android.api.source.addescription","l":"GoogleImaAdDescription","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.html"}, {"p":"com.theoplayer.android.api.source.dash","l":"DashPlaybackConfiguration.Builder","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.dash","l":"DashPlaybackConfiguration","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm","l":"ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey.html"}, {"p":"com.theoplayer.android.api.source.drm","l":"ClearkeyKeySystemConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm","l":"ClearkeyKeySystemConfiguration","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm","l":"DRMConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm","l":"DRMConfiguration","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm","l":"DRMIntegrationId.Companion","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.Companion.html"}, {"p":"com.theoplayer.android.api.source.drm","l":"DRMIntegrationId","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html"}, {"p":"com.theoplayer.android.api.source.drm","l":"FairPlayKeySystemConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm","l":"FairPlayKeySystemConfiguration","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm","l":"KeySystemConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm","l":"KeySystemConfiguration","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm","l":"LicenseType","url":"com/theoplayer/android/api/source/drm/LicenseType.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"AxinomDRMConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"AxinomDRMConfiguration","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"AzureDRMConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"AzureDRMConfiguration","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"ConaxDRMConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"ConaxDRMConfiguration","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"DRMPreIntegrationConfiguration","url":"com/theoplayer/android/api/source/drm/preintegration/DRMPreIntegrationConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"DRMTodayConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"DRMTodayConfiguration","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"IrdetoConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"IrdetoConfiguration","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"KeyOSDRMConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"KeyOSDRMConfiguration","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"KeyOSKeySystemConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"KeyOSKeySystemConfiguration","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"TitaniumDRMConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"TitaniumDRMConfiguration","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"VudrmDRMConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"VudrmDRMConfiguration","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"XstreamConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"XstreamConfiguration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html"}, {"p":"com.theoplayer.android.api.source.hesp","l":"HespPlaybackConfiguration.Builder","url":"com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.hesp","l":"HespPlaybackConfiguration","url":"com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.html"}, {"p":"com.theoplayer.android.api.source.hls","l":"HlsPlaybackConfiguration.Builder","url":"com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.hls","l":"HlsPlaybackConfiguration","url":"com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.html"}, {"p":"com.theoplayer.android.api.source.mediatailor","l":"MediaTailorSource.Builder","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html"}, {"p":"com.theoplayer.android.api.source.mediatailor","l":"MediaTailorSource","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html"}, {"p":"com.theoplayer.android.api.source.metadata","l":"ChromecastMetadataDescription.Builder","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html"}, {"p":"com.theoplayer.android.api.source.metadata","l":"ChromecastMetadataDescription","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html"}, {"p":"com.theoplayer.android.api.source.metadata","l":"ChromecastMetadataImage","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html"}, {"p":"com.theoplayer.android.api.source.metadata","l":"ChromecastMetadataType.Companion","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.Companion.html"}, {"p":"com.theoplayer.android.api.source.metadata","l":"ChromecastMetadataType","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html"}, {"p":"com.theoplayer.android.api.source.metadata","l":"MetadataDescription","url":"com/theoplayer/android/api/source/metadata/MetadataDescription.html"}, {"p":"com.theoplayer.android.api.source.ssai","l":"CustomSsaiDescription","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescription.html"}, {"p":"com.theoplayer.android.api.source.ssai","l":"CustomSsaiDescriptionSerializer","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionSerializer.html"}, {"p":"com.theoplayer.android.api.source.ssai","l":"CustomSsaiDescriptionRegistry","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionRegistry.html"}, {"p":"com.theoplayer.android.api.source.ssai","l":"GoogleDaiConfiguration.Builder","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.ssai","l":"GoogleDaiConfiguration","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.html"}, {"p":"com.theoplayer.android.api.source.ssai","l":"SsaiDescription","url":"com/theoplayer/android/api/source/ssai/SsaiDescription.html"}, {"p":"com.theoplayer.android.api.source.ssai","l":"SsaiIntegration.Companion","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.Companion.html"}, {"p":"com.theoplayer.android.api.source.ssai","l":"SsaiIntegration","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.html"}, {"p":"com.theoplayer.android.api.source.ssai","l":"StreamType.Companion","url":"com/theoplayer/android/api/source/ssai/StreamType.Companion.html"}, {"p":"com.theoplayer.android.api.source.ssai","l":"StreamType","url":"com/theoplayer/android/api/source/ssai/StreamType.html"}, {"p":"com.theoplayer.android.api.source.ssai.dai","l":"GoogleDaiLiveConfiguration.Builder","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.ssai.dai","l":"GoogleDaiLiveConfiguration","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.html"}, {"p":"com.theoplayer.android.api.source.ssai.dai","l":"GoogleDaiVodConfiguration.Builder","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.ssai.dai","l":"GoogleDaiVodConfiguration","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html"}, {"p":"com.theoplayer.android.api.theolive","l":"Endpoint","url":"com/theoplayer/android/api/theolive/Endpoint.html"}, {"p":"com.theoplayer.android.api.theolive","l":"ContentProtectionConfiguration","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html"}, {"p":"com.theoplayer.android.api.theolive","l":"FairPlayConfiguration","url":"com/theoplayer/android/api/theolive/FairPlayConfiguration.html"}, {"p":"com.theoplayer.android.api.theolive","l":"KeySystemConfiguration","url":"com/theoplayer/android/api/theolive/KeySystemConfiguration.html"}, {"p":"com.theoplayer.android.api.theolive","l":"EndpointMillicastSource","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html"}, {"p":"com.theoplayer.android.api.theolive","l":"WebRTCOptions","url":"com/theoplayer/android/api/theolive/WebRTCOptions.html"}, {"p":"com.theoplayer.android.api.theolive","l":"PlayoutDelay","url":"com/theoplayer/android/api/theolive/PlayoutDelay.html"}, {"p":"com.theoplayer.android.api.theolive","l":"THEOLiveConfig.Builder","url":"com/theoplayer/android/api/theolive/THEOLiveConfig.Builder.html"}, {"p":"com.theoplayer.android.api.theolive","l":"THEOLiveConfig","url":"com/theoplayer/android/api/theolive/THEOLiveConfig.html"}, {"p":"com.theoplayer.android.api.theolive","l":"TheoLiveSource","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html"}, {"p":"com.theoplayer.android.api.ads.ima","l":"GoogleImaAd","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html"}, {"p":"com.theoplayer.android.api.ads.ima","l":"GoogleImaAdBreak","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdBreak.html"}, {"p":"com.theoplayer.android.api.ads.ima","l":"GoogleImaAdErrorEvent","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdErrorEvent.html"}, {"p":"com.theoplayer.android.api.ads.ima","l":"GoogleImaAdEvent","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEvent.html"}, {"p":"com.theoplayer.android.api.ads.ima","l":"GoogleImaAdEventType","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html"}, {"p":"com.theoplayer.android.api.ads.ima","l":"GoogleImaCompanionAd","url":"com/theoplayer/android/api/ads/ima/GoogleImaCompanionAd.html"}, {"p":"com.theoplayer.android.api.ads.ima","l":"GoogleImaConfiguration","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfiguration.html"}, {"p":"com.theoplayer.android.api.ads.ima","l":"GoogleImaIntegration","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegration.html"}, {"p":"com.theoplayer.android.api.ads.ima","l":"GoogleImaIntegrationFactory","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegrationFactory.html"}, {"p":"com.theoplayer.android.api.ads.ima","l":"GoogleImaUniversalAdId","url":"com/theoplayer/android/api/ads/ima/GoogleImaUniversalAdId.html"}, {"p":"com.theoplayer.android.api.ads.ima","l":"GoogleImaConfigurationKt","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfigurationKt.html"}, {"p":"com.theoplayer.android.api.ads.ima","l":"GoogleImaIntegrationKt","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegrationKt.html"}, {"p":"com.theoplayer.android.api.ads.mediatailor","l":"MediaTailorAd","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAd.html"}, {"p":"com.theoplayer.android.api.ads.mediatailor","l":"MediaTailorAdAvail","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdAvail.html"}, {"p":"com.theoplayer.android.api.ads.mediatailor","l":"MediaTailorAdBreakEvent","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEvent.html"}, {"p":"com.theoplayer.android.api.ads.mediatailor","l":"MediaTailorAdBreakEventType","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html"}, {"p":"com.theoplayer.android.api.ads.mediatailor","l":"MediaTailorAdEvent","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEvent.html"}, {"p":"com.theoplayer.android.api.ads.mediatailor","l":"MediaTailorAdEventType","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html"}, {"p":"com.theoplayer.android.api.ads.mediatailor","l":"MediaTailorIntegration","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorIntegration.html"}, {"p":"com.theoplayer.android.api.ads.mediatailor","l":"MediaTailorIntegrationFactory","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorIntegrationFactory.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"THEOAd","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"THEOAdBreak","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"TheoAdDescription","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"TheoAdsLayoutOverride","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"TheoAdsIntegration","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegration.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"InterstitialType","url":"com/theoplayer/android/api/ads/theoads/InterstitialType.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"Interstitial","url":"com/theoplayer/android/api/ads/theoads/Interstitial.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"TheoAdsLayout","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"AdBreakInterstitial","url":"com/theoplayer/android/api/ads/theoads/AdBreakInterstitial.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"OverlayInterstitial","url":"com/theoplayer/android/api/ads/theoads/OverlayInterstitial.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"OverlayPosition","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"OverlaySize","url":"com/theoplayer/android/api/ads/theoads/OverlaySize.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"TheoAdsIntegrationFactory","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegrationFactory.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"TheoAdsIntegrationKt","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegrationKt.html"}, {"p":"com.theoplayer.android.api.ads.theoads.event","l":"TheoAdsEventTypes.Identifiers","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html"}, {"p":"com.theoplayer.android.api.ads.theoads.event","l":"TheoAdsEventTypes","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.html"}, {"p":"com.theoplayer.android.api.ads.theoads.event","l":"TheoAdsEvent","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEvent.html"}, {"p":"com.theoplayer.android.api.ads.theoads.event","l":"InterstitialEvent","url":"com/theoplayer/android/api/ads/theoads/event/InterstitialEvent.html"}, {"p":"com.theoplayer.android.api.ads.theoads.event","l":"AddInterstitialEvent","url":"com/theoplayer/android/api/ads/theoads/event/AddInterstitialEvent.html"}, {"p":"com.theoplayer.android.api.ads.theoads.event","l":"InterstitialBeginEvent","url":"com/theoplayer/android/api/ads/theoads/event/InterstitialBeginEvent.html"}, {"p":"com.theoplayer.android.api.ads.theoads.event","l":"InterstitialEndEvent","url":"com/theoplayer/android/api/ads/theoads/event/InterstitialEndEvent.html"}, {"p":"com.theoplayer.android.api.ads.theoads.event","l":"InterstitialUpdateEvent","url":"com/theoplayer/android/api/ads/theoads/event/InterstitialUpdateEvent.html"}, {"p":"com.theoplayer.android.api.ads.theoads.event","l":"InterstitialErrorEvent","url":"com/theoplayer/android/api/ads/theoads/event/InterstitialErrorEvent.html"}, {"p":"com.theoplayer.android.api.ads.theoads.event","l":"TheoAdsErrorEvent","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsErrorEvent.html"}, {"p":"com.theoplayer.android.api.ads.theoads.event","l":"TheoAdsFallbackEvent","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsFallbackEvent.html"}, {"p":"com.theoplayer.android.api.ads.dai","l":"GoogleDaiIntegration","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html"}, {"p":"com.theoplayer.android.api.ads.dai","l":"GoogleDaiIntegrationFactory","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegrationFactory.html"}, {"p":"com.theoplayer.android.api.ads.dai","l":"GoogleDaiIntegrationKt","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegrationKt.html"}, {"l":"All classes","url":"allclasses.html"}]
+var typeSearchIndex = [{"p":"com.theoplayer.android.api.cast","l":"CastConfiguration.Builder","url":"com/theoplayer/android/api/cast/CastConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.cast","l":"CastConfiguration","url":"com/theoplayer/android/api/cast/CastConfiguration.html"}, {"p":"com.theoplayer.android.api.cast","l":"CastIntegration","url":"com/theoplayer/android/api/cast/CastIntegration.html"}, {"p":"com.theoplayer.android.api.cast","l":"CastIntegrationFactory","url":"com/theoplayer/android/api/cast/CastIntegrationFactory.html"}, {"p":"com.theoplayer.android.api.cast","l":"GlobalCast","url":"com/theoplayer/android/api/cast/GlobalCast.html"}, {"p":"com.theoplayer.android.api.cast","l":"CastStrategy","url":"com/theoplayer/android/api/cast/CastStrategy.html"}, {"p":"com.theoplayer.android.api.cast","l":"Cast","url":"com/theoplayer/android/api/cast/Cast.html"}, {"p":"com.theoplayer.android.api.cast","l":"CastConfigurationKt","url":"com/theoplayer/android/api/cast/CastConfigurationKt.html"}, {"p":"com.theoplayer.android.api.millicast","l":"MillicastIntegration","url":"com/theoplayer/android/api/millicast/MillicastIntegration.html"}, {"p":"com.theoplayer.android.api.millicast","l":"MillicastIntegrationFactory","url":"com/theoplayer/android/api/millicast/MillicastIntegrationFactory.html"}, {"p":"com.theoplayer.android.api.millicast","l":"MillicastSource","url":"com/theoplayer/android/api/millicast/MillicastSource.html"}, {"p":"com.theoplayer.android.api","l":"THEOplayerView","url":"com/theoplayer/android/api/THEOplayerView.html"}, {"p":"com.theoplayer.android.api","l":"IntegrationType","url":"com/theoplayer/android/api/IntegrationType.html"}, {"p":"com.theoplayer.android.api","l":"THEOplayerDestroyedException","url":"com/theoplayer/android/api/THEOplayerDestroyedException.html"}, {"p":"com.theoplayer.android.api","l":"THEOplayerConfig.Builder","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html"}, {"p":"com.theoplayer.android.api","l":"THEOplayerConfig","url":"com/theoplayer/android/api/THEOplayerConfig.html"}, {"p":"com.theoplayer.android.api","l":"Integration","url":"com/theoplayer/android/api/Integration.html"}, {"p":"com.theoplayer.android.api","l":"THEOplayerSettings","url":"com/theoplayer/android/api/THEOplayerSettings.html"}, {"p":"com.theoplayer.android.api","l":"THEOplayerGlobal","url":"com/theoplayer/android/api/THEOplayerGlobal.html"}, {"p":"com.theoplayer.android.api.util","l":"SimpleList","url":"com/theoplayer/android/api/util/SimpleList.html"}, {"p":"com.theoplayer.android.api.util","l":"JavaCallback","url":"com/theoplayer/android/api/util/JavaCallback.html"}, {"p":"com.theoplayer.android.api.util","l":"Logger.Companion","url":"com/theoplayer/android/api/util/Logger.Companion.html"}, {"p":"com.theoplayer.android.api.util","l":"Logger.Listener","url":"com/theoplayer/android/api/util/Logger.Listener.html"}, {"p":"com.theoplayer.android.api.util","l":"Logger","url":"com/theoplayer/android/api/util/Logger.html"}, {"p":"com.theoplayer.android.api.abr","l":"AbrStrategyType","url":"com/theoplayer/android/api/abr/AbrStrategyType.html"}, {"p":"com.theoplayer.android.api.abr","l":"Abr","url":"com/theoplayer/android/api/abr/Abr.html"}, {"p":"com.theoplayer.android.api.abr","l":"AbrStrategyConfiguration.Builder","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.abr","l":"AbrStrategyConfiguration","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.html"}, {"p":"com.theoplayer.android.api.abr","l":"AbrStrategyMetadata.Builder","url":"com/theoplayer/android/api/abr/AbrStrategyMetadata.Builder.html"}, {"p":"com.theoplayer.android.api.abr","l":"AbrStrategyMetadata","url":"com/theoplayer/android/api/abr/AbrStrategyMetadata.html"}, {"p":"com.theoplayer.android.api.fullscreen","l":"FullScreenManager","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html"}, {"p":"com.theoplayer.android.api.fullscreen","l":"IntentCreationListener","url":"com/theoplayer/android/api/fullscreen/IntentCreationListener.html"}, {"p":"com.theoplayer.android.api.fullscreen","l":"FullScreenChangeListener","url":"com/theoplayer/android/api/fullscreen/FullScreenChangeListener.html"}, {"p":"com.theoplayer.android.api.fullscreen","l":"ScreenOrientation","url":"com/theoplayer/android/api/fullscreen/ScreenOrientation.html"}, {"p":"com.theoplayer.android.api.fullscreen","l":"FullScreenActivity","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html"}, {"p":"com.theoplayer.android.api.cast.chromecast","l":"ErrorCode","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html"}, {"p":"com.theoplayer.android.api.cast.chromecast","l":"Chromecast","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html"}, {"p":"com.theoplayer.android.api.cast.chromecast","l":"GlobalChromecast","url":"com/theoplayer/android/api/cast/chromecast/GlobalChromecast.html"}, {"p":"com.theoplayer.android.api.cast.chromecast","l":"CastError","url":"com/theoplayer/android/api/cast/chromecast/CastError.html"}, {"p":"com.theoplayer.android.api.cast.chromecast","l":"DefaultCastOptionsProvider","url":"com/theoplayer/android/api/cast/chromecast/DefaultCastOptionsProvider.html"}, {"p":"com.theoplayer.android.api.cast.chromecast","l":"PlayerCastState","url":"com/theoplayer/android/api/cast/chromecast/PlayerCastState.html"}, {"p":"com.theoplayer.android.api.cast.chromecast","l":"ChromecastConnectionCallback","url":"com/theoplayer/android/api/cast/chromecast/ChromecastConnectionCallback.html"}, {"p":"com.theoplayer.android.api.event","l":"EventType","url":"com/theoplayer/android/api/event/EventType.html"}, {"p":"com.theoplayer.android.api.event","l":"EventListener","url":"com/theoplayer/android/api/event/EventListener.html"}, {"p":"com.theoplayer.android.api.event","l":"Event","url":"com/theoplayer/android/api/event/Event.html"}, {"p":"com.theoplayer.android.api.event","l":"EventDispatcher","url":"com/theoplayer/android/api/event/EventDispatcher.html"}, {"p":"com.theoplayer.android.api.event.chromecast","l":"ChromecastEventTypes","url":"com/theoplayer/android/api/event/chromecast/ChromecastEventTypes.html"}, {"p":"com.theoplayer.android.api.event.chromecast","l":"CastErrorEvent","url":"com/theoplayer/android/api/event/chromecast/CastErrorEvent.html"}, {"p":"com.theoplayer.android.api.event.chromecast","l":"ChromecastEvent","url":"com/theoplayer/android/api/event/chromecast/ChromecastEvent.html"}, {"p":"com.theoplayer.android.api.event.chromecast","l":"CastStateChangeEvent","url":"com/theoplayer/android/api/event/chromecast/CastStateChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdEndEvent","url":"com/theoplayer/android/api/event/ads/AdEndEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdSkipEvent","url":"com/theoplayer/android/api/event/ads/AdSkipEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdBreakEvent","url":"com/theoplayer/android/api/event/ads/AdBreakEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdBeginEvent","url":"com/theoplayer/android/api/event/ads/AdBeginEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"RemoveAdBreakEvent","url":"com/theoplayer/android/api/event/ads/RemoveAdBreakEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdErrorEvent","url":"com/theoplayer/android/api/event/ads/AdErrorEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdsEventTypes.Identifiers","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdsEventTypes","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdMidpointEvent","url":"com/theoplayer/android/api/event/ads/AdMidpointEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdImpressionEvent","url":"com/theoplayer/android/api/event/ads/AdImpressionEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdBreakBeginEvent","url":"com/theoplayer/android/api/event/ads/AdBreakBeginEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdLoadedEvent","url":"com/theoplayer/android/api/event/ads/AdLoadedEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AddAdEvent","url":"com/theoplayer/android/api/event/ads/AddAdEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AddAdBreakEvent","url":"com/theoplayer/android/api/event/ads/AddAdBreakEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"SingleAdEvent","url":"com/theoplayer/android/api/event/ads/SingleAdEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdClickedEvent","url":"com/theoplayer/android/api/event/ads/AdClickedEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdBreakChangeEvent","url":"com/theoplayer/android/api/event/ads/AdBreakChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdTappedEvent","url":"com/theoplayer/android/api/event/ads/AdTappedEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdBreakEndEvent","url":"com/theoplayer/android/api/event/ads/AdBreakEndEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdThirdQuartileEvent","url":"com/theoplayer/android/api/event/ads/AdThirdQuartileEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdEvent","url":"com/theoplayer/android/api/event/ads/AdEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdFirstQuartileEvent","url":"com/theoplayer/android/api/event/ads/AdFirstQuartileEvent.html"}, {"p":"com.theoplayer.android.api.event.ads","l":"AdIntegrationKind","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html"}, {"p":"com.theoplayer.android.api.event.track.tracklist","l":"TrackListEvent","url":"com/theoplayer/android/api/event/track/tracklist/TrackListEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack","l":"UpdateCueEvent","url":"com/theoplayer/android/api/event/track/texttrack/UpdateCueEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack","l":"ChangeEvent","url":"com/theoplayer/android/api/event/track/texttrack/ChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack","l":"ExitCueEvent","url":"com/theoplayer/android/api/event/track/texttrack/ExitCueEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack","l":"EnterCueEvent","url":"com/theoplayer/android/api/event/track/texttrack/EnterCueEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack","l":"TextTrackEventTypes","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack","l":"RemoveCueEvent","url":"com/theoplayer/android/api/event/track/texttrack/RemoveCueEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack","l":"CueChangeEvent","url":"com/theoplayer/android/api/event/track/texttrack/CueChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack","l":"AddCueEvent","url":"com/theoplayer/android/api/event/track/texttrack/AddCueEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","l":"EnterEvent","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/EnterEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","l":"TextTrackCueEventTypes","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/TextTrackCueEventTypes.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","l":"UpdateEvent","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/UpdateEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","l":"ExitEvent","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/ExitEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","l":"TextTrackCueEvent","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/TextTrackCueEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack.list","l":"TrackListChangeEvent","url":"com/theoplayer/android/api/event/track/texttrack/list/TrackListChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack.list","l":"RemoveTrackEvent","url":"com/theoplayer/android/api/event/track/texttrack/list/RemoveTrackEvent.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack.list","l":"TextTrackListEventTypes","url":"com/theoplayer/android/api/event/track/texttrack/list/TextTrackListEventTypes.html"}, {"p":"com.theoplayer.android.api.event.track.texttrack.list","l":"AddTrackEvent","url":"com/theoplayer/android/api/event/track/texttrack/list/AddTrackEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack","l":"AbstractTargetQualityChangedEvent","url":"com/theoplayer/android/api/event/track/mediatrack/AbstractTargetQualityChangedEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","l":"AudioTrackEventTypes","url":"com/theoplayer/android/api/event/track/mediatrack/audio/AudioTrackEventTypes.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","l":"ChangeEvent","url":"com/theoplayer/android/api/event/track/mediatrack/audio/ChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","l":"ActiveQualityChangedEvent","url":"com/theoplayer/android/api/event/track/mediatrack/audio/ActiveQualityChangedEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","l":"QualityChangedEvent","url":"com/theoplayer/android/api/event/track/mediatrack/audio/QualityChangedEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","l":"TargetQualityChangedEvent","url":"com/theoplayer/android/api/event/track/mediatrack/audio/TargetQualityChangedEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio.list","l":"AudioTrackListEventTypes","url":"com/theoplayer/android/api/event/track/mediatrack/audio/list/AudioTrackListEventTypes.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio.list","l":"TrackListChangeEvent","url":"com/theoplayer/android/api/event/track/mediatrack/audio/list/TrackListChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio.list","l":"RemoveTrackEvent","url":"com/theoplayer/android/api/event/track/mediatrack/audio/list/RemoveTrackEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio.list","l":"AddTrackEvent","url":"com/theoplayer/android/api/event/track/mediatrack/audio/list/AddTrackEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video","l":"ChangeEvent","url":"com/theoplayer/android/api/event/track/mediatrack/video/ChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video","l":"VideoTrackEventTypes","url":"com/theoplayer/android/api/event/track/mediatrack/video/VideoTrackEventTypes.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video","l":"ActiveQualityChangedEvent","url":"com/theoplayer/android/api/event/track/mediatrack/video/ActiveQualityChangedEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video","l":"TargetQualityChangedEvent","url":"com/theoplayer/android/api/event/track/mediatrack/video/TargetQualityChangedEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video.list","l":"VideoTrackListEventTypes","url":"com/theoplayer/android/api/event/track/mediatrack/video/list/VideoTrackListEventTypes.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video.list","l":"TrackListChangeEvent","url":"com/theoplayer/android/api/event/track/mediatrack/video/list/TrackListChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video.list","l":"RemoveTrackEvent","url":"com/theoplayer/android/api/event/track/mediatrack/video/list/RemoveTrackEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video.list","l":"AddTrackEvent","url":"com/theoplayer/android/api/event/track/mediatrack/video/list/AddTrackEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.quality","l":"QualityEventTypes","url":"com/theoplayer/android/api/event/track/mediatrack/quality/QualityEventTypes.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.quality","l":"QualityUpdateEvent","url":"com/theoplayer/android/api/event/track/mediatrack/quality/QualityUpdateEvent.html"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.quality","l":"QualityEvent","url":"com/theoplayer/android/api/event/track/mediatrack/quality/QualityEvent.html"}, {"p":"com.theoplayer.android.api.event.track","l":"TrackEvent","url":"com/theoplayer/android/api/event/track/TrackEvent.html"}, {"p":"com.theoplayer.android.api.event.cache","l":"CacheEventTypes","url":"com/theoplayer/android/api/event/cache/CacheEventTypes.html"}, {"p":"com.theoplayer.android.api.event.cache","l":"CacheStateChangeEvent","url":"com/theoplayer/android/api/event/cache/CacheStateChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.cache","l":"CacheEvent","url":"com/theoplayer/android/api/event/cache/CacheEvent.html"}, {"p":"com.theoplayer.android.api.event.cache.tasklist","l":"CachingTaskListEventTypes","url":"com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEventTypes.html"}, {"p":"com.theoplayer.android.api.event.cache.tasklist","l":"RemoveTaskEvent","url":"com/theoplayer/android/api/event/cache/tasklist/RemoveTaskEvent.html"}, {"p":"com.theoplayer.android.api.event.cache.tasklist","l":"CachingTaskListEvent","url":"com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEvent.html"}, {"p":"com.theoplayer.android.api.event.cache.tasklist","l":"AddTaskEvent","url":"com/theoplayer/android/api/event/cache/tasklist/AddTaskEvent.html"}, {"p":"com.theoplayer.android.api.event.cache.task","l":"CachingTaskEvent","url":"com/theoplayer/android/api/event/cache/task/CachingTaskEvent.html"}, {"p":"com.theoplayer.android.api.event.cache.task","l":"CachingTaskEventTypes","url":"com/theoplayer/android/api/event/cache/task/CachingTaskEventTypes.html"}, {"p":"com.theoplayer.android.api.event.cache.task","l":"CachingTaskErrorEvent","url":"com/theoplayer/android/api/event/cache/task/CachingTaskErrorEvent.html"}, {"p":"com.theoplayer.android.api.event.cache.task","l":"CachingTaskStateChangeEvent","url":"com/theoplayer/android/api/event/cache/task/CachingTaskStateChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.cache.task","l":"CachingTaskProgressEvent","url":"com/theoplayer/android/api/event/cache/task/CachingTaskProgressEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"DurationChangeEvent","url":"com/theoplayer/android/api/event/player/DurationChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"CanPlayThroughEvent","url":"com/theoplayer/android/api/event/player/CanPlayThroughEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"RateChangeEvent","url":"com/theoplayer/android/api/event/player/RateChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"TimeUpdateEvent","url":"com/theoplayer/android/api/event/player/TimeUpdateEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"ResizeEvent","url":"com/theoplayer/android/api/event/player/ResizeEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"PresentationModeChange","url":"com/theoplayer/android/api/event/player/PresentationModeChange.html"}, {"p":"com.theoplayer.android.api.event.player","l":"LoadedDataEvent","url":"com/theoplayer/android/api/event/player/LoadedDataEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"SeekingEvent","url":"com/theoplayer/android/api/event/player/SeekingEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"SourceChangeEvent","url":"com/theoplayer/android/api/event/player/SourceChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"VolumeChangeEvent","url":"com/theoplayer/android/api/event/player/VolumeChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"DestroyEvent","url":"com/theoplayer/android/api/event/player/DestroyEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"EndedEvent","url":"com/theoplayer/android/api/event/player/EndedEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"PlayEvent","url":"com/theoplayer/android/api/event/player/PlayEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"PlayingEvent","url":"com/theoplayer/android/api/event/player/PlayingEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"WaitingEvent","url":"com/theoplayer/android/api/event/player/WaitingEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"PlayerEvent","url":"com/theoplayer/android/api/event/player/PlayerEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"ContentProtectionSuccessEvent","url":"com/theoplayer/android/api/event/player/ContentProtectionSuccessEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"NoSupportedRepresentationFoundEvent","url":"com/theoplayer/android/api/event/player/NoSupportedRepresentationFoundEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"ReadyStateChangeEvent","url":"com/theoplayer/android/api/event/player/ReadyStateChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"PauseEvent","url":"com/theoplayer/android/api/event/player/PauseEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"ProgressEvent","url":"com/theoplayer/android/api/event/player/ProgressEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"LoadStartEvent","url":"com/theoplayer/android/api/event/player/LoadStartEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"MediaEncryptedEvent","url":"com/theoplayer/android/api/event/player/MediaEncryptedEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"LoadedMetadataEvent","url":"com/theoplayer/android/api/event/player/LoadedMetadataEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"CanPlayEvent","url":"com/theoplayer/android/api/event/player/CanPlayEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"PlayerEventTypes.Identifiers","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html"}, {"p":"com.theoplayer.android.api.event.player","l":"PlayerEventTypes","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html"}, {"p":"com.theoplayer.android.api.event.player","l":"SeekedEvent","url":"com/theoplayer/android/api/event/player/SeekedEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"SegmentNotFoundEvent","url":"com/theoplayer/android/api/event/player/SegmentNotFoundEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"ErrorEvent","url":"com/theoplayer/android/api/event/player/ErrorEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"ContentProtectionErrorEvent","url":"com/theoplayer/android/api/event/player/ContentProtectionErrorEvent.html"}, {"p":"com.theoplayer.android.api.event.player","l":"CurrentSourceChangeEvent","url":"com/theoplayer/android/api/event/player/CurrentSourceChangeEvent.html"}, {"p":"com.theoplayer.android.api.event.player.theolive","l":"TheoLiveEventTypes.Identifiers","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html"}, {"p":"com.theoplayer.android.api.event.player.theolive","l":"TheoLiveEventTypes","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.html"}, {"p":"com.theoplayer.android.api.event.player.theolive","l":"DistributionLoadStartEvent","url":"com/theoplayer/android/api/event/player/theolive/DistributionLoadStartEvent.html"}, {"p":"com.theoplayer.android.api.event.player.theolive","l":"DistributionLoadedEvent","url":"com/theoplayer/android/api/event/player/theolive/DistributionLoadedEvent.html"}, {"p":"com.theoplayer.android.api.event.player.theolive","l":"DistributionOfflineEvent","url":"com/theoplayer/android/api/event/player/theolive/DistributionOfflineEvent.html"}, {"p":"com.theoplayer.android.api.event.player.theolive","l":"EndpointLoadedEvent","url":"com/theoplayer/android/api/event/player/theolive/EndpointLoadedEvent.html"}, {"p":"com.theoplayer.android.api.event.player.theolive","l":"IntentToFallbackEvent","url":"com/theoplayer/android/api/event/player/theolive/IntentToFallbackEvent.html"}, {"p":"com.theoplayer.android.api.event.player.theolive","l":"TheoLiveEvent","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEvent.html"}, {"p":"com.theoplayer.android.api.error","l":"ErrorCode","url":"com/theoplayer/android/api/error/ErrorCode.html"}, {"p":"com.theoplayer.android.api.error","l":"ErrorCategory","url":"com/theoplayer/android/api/error/ErrorCategory.html"}, {"p":"com.theoplayer.android.api.error","l":"ContentProtectionException","url":"com/theoplayer/android/api/error/ContentProtectionException.html"}, {"p":"com.theoplayer.android.api.error","l":"THEOplayerException","url":"com/theoplayer/android/api/error/THEOplayerException.html"}, {"p":"com.theoplayer.android.api.metrics","l":"BufferedSegments","url":"com/theoplayer/android/api/metrics/BufferedSegments.html"}, {"p":"com.theoplayer.android.api.metrics","l":"Metrics","url":"com/theoplayer/android/api/metrics/Metrics.html"}, {"p":"com.theoplayer.android.api.pip","l":"PiPType","url":"com/theoplayer/android/api/pip/PiPType.html"}, {"p":"com.theoplayer.android.api.pip","l":"PipConfiguration.Builder","url":"com/theoplayer/android/api/pip/PipConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.pip","l":"PipConfiguration","url":"com/theoplayer/android/api/pip/PipConfiguration.html"}, {"p":"com.theoplayer.android.api.pip","l":"PiPManager","url":"com/theoplayer/android/api/pip/PiPManager.html"}, {"p":"com.theoplayer.android.api.ads","l":"OmidFriendlyObstruction","url":"com/theoplayer/android/api/ads/OmidFriendlyObstruction.html"}, {"p":"com.theoplayer.android.api.ads","l":"Omid","url":"com/theoplayer/android/api/ads/Omid.html"}, {"p":"com.theoplayer.android.api.ads","l":"LinearAd","url":"com/theoplayer/android/api/ads/LinearAd.html"}, {"p":"com.theoplayer.android.api.ads","l":"Ad","url":"com/theoplayer/android/api/ads/Ad.html"}, {"p":"com.theoplayer.android.api.ads","l":"CompanionAd","url":"com/theoplayer/android/api/ads/CompanionAd.html"}, {"p":"com.theoplayer.android.api.ads","l":"AdBreak","url":"com/theoplayer/android/api/ads/AdBreak.html"}, {"p":"com.theoplayer.android.api.ads","l":"OmidFriendlyObstructionPurpose","url":"com/theoplayer/android/api/ads/OmidFriendlyObstructionPurpose.html"}, {"p":"com.theoplayer.android.api.ads","l":"UniversalAdId","url":"com/theoplayer/android/api/ads/UniversalAdId.html"}, {"p":"com.theoplayer.android.api.ads","l":"NonLinearAd","url":"com/theoplayer/android/api/ads/NonLinearAd.html"}, {"p":"com.theoplayer.android.api.ads","l":"Ads","url":"com/theoplayer/android/api/ads/Ads.html"}, {"p":"com.theoplayer.android.api.ads","l":"MediaFile.Builder","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html"}, {"p":"com.theoplayer.android.api.ads","l":"MediaFile","url":"com/theoplayer/android/api/ads/MediaFile.html"}, {"p":"com.theoplayer.android.api.ads","l":"ServerSideAdIntegrationHandler","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationHandler.html"}, {"p":"com.theoplayer.android.api.ads","l":"ServerSideAdIntegrationController","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html"}, {"p":"com.theoplayer.android.api.ads","l":"AdInit","url":"com/theoplayer/android/api/ads/AdInit.html"}, {"p":"com.theoplayer.android.api.ads","l":"AdBreakInit","url":"com/theoplayer/android/api/ads/AdBreakInit.html"}, {"p":"com.theoplayer.android.api.ads","l":"ServerSideAdIntegrationFactory","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationFactory.html"}, {"p":"com.theoplayer.android.api.cache","l":"Cache","url":"com/theoplayer/android/api/cache/Cache.html"}, {"p":"com.theoplayer.android.api.cache","l":"CachingTaskStatus","url":"com/theoplayer/android/api/cache/CachingTaskStatus.html"}, {"p":"com.theoplayer.android.api.cache","l":"CachingPreferredTrackSelection.Builder","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.Builder.html"}, {"p":"com.theoplayer.android.api.cache","l":"CachingPreferredTrackSelection","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.html"}, {"p":"com.theoplayer.android.api.cache","l":"CachingParameters.Builder","url":"com/theoplayer/android/api/cache/CachingParameters.Builder.html"}, {"p":"com.theoplayer.android.api.cache","l":"CachingParameters","url":"com/theoplayer/android/api/cache/CachingParameters.html"}, {"p":"com.theoplayer.android.api.cache","l":"CachingTaskList","url":"com/theoplayer/android/api/cache/CachingTaskList.html"}, {"p":"com.theoplayer.android.api.cache","l":"CacheStatus","url":"com/theoplayer/android/api/cache/CacheStatus.html"}, {"p":"com.theoplayer.android.api.cache","l":"CachingTask","url":"com/theoplayer/android/api/cache/CachingTask.html"}, {"p":"com.theoplayer.android.api.cache","l":"CachingTaskProgress","url":"com/theoplayer/android/api/cache/CachingTaskProgress.html"}, {"p":"com.theoplayer.android.api.cache","l":"CachingTaskLicense","url":"com/theoplayer/android/api/cache/CachingTaskLicense.html"}, {"p":"com.theoplayer.android.api.cache","l":"CacheNotificationsBuilder","url":"com/theoplayer/android/api/cache/CacheNotificationsBuilder.html"}, {"p":"com.theoplayer.android.api.cache","l":"NoChangeBuilder","url":"com/theoplayer/android/api/cache/NoChangeBuilder.html"}, {"p":"com.theoplayer.android.api.cache","l":"CacheStorageType","url":"com/theoplayer/android/api/cache/CacheStorageType.html"}, {"p":"com.theoplayer.android.api.cache","l":"CachingTaskError","url":"com/theoplayer/android/api/cache/CachingTaskError.html"}, {"p":"com.theoplayer.android.api.contentprotection","l":"ContentProtectionIntegration","url":"com/theoplayer/android/api/contentprotection/ContentProtectionIntegration.html"}, {"p":"com.theoplayer.android.api.contentprotection","l":"RequestMethod","url":"com/theoplayer/android/api/contentprotection/RequestMethod.html"}, {"p":"com.theoplayer.android.api.contentprotection","l":"Request","url":"com/theoplayer/android/api/contentprotection/Request.html"}, {"p":"com.theoplayer.android.api.contentprotection","l":"LicenseRequestCallback","url":"com/theoplayer/android/api/contentprotection/LicenseRequestCallback.html"}, {"p":"com.theoplayer.android.api.contentprotection","l":"CertificateRequestCallback","url":"com/theoplayer/android/api/contentprotection/CertificateRequestCallback.html"}, {"p":"com.theoplayer.android.api.contentprotection","l":"KeySystemId","url":"com/theoplayer/android/api/contentprotection/KeySystemId.html"}, {"p":"com.theoplayer.android.api.contentprotection","l":"ContentProtectionIntegrationFactory","url":"com/theoplayer/android/api/contentprotection/ContentProtectionIntegrationFactory.html"}, {"p":"com.theoplayer.android.api.contentprotection","l":"Response","url":"com/theoplayer/android/api/contentprotection/Response.html"}, {"p":"com.theoplayer.android.api.contentprotection","l":"CertificateResponseCallback","url":"com/theoplayer/android/api/contentprotection/CertificateResponseCallback.html"}, {"p":"com.theoplayer.android.api.contentprotection","l":"LicenseResponseCallback","url":"com/theoplayer/android/api/contentprotection/LicenseResponseCallback.html"}, {"p":"com.theoplayer.android.api.timerange","l":"TimeRange","url":"com/theoplayer/android/api/timerange/TimeRange.html"}, {"p":"com.theoplayer.android.api.timerange","l":"TimeRanges","url":"com/theoplayer/android/api/timerange/TimeRanges.html"}, {"p":"com.theoplayer.android.api.cmcd","l":"CMCDTransmissionMode","url":"com/theoplayer/android/api/cmcd/CMCDTransmissionMode.html"}, {"p":"com.theoplayer.android.api.player","l":"RenderingTarget","url":"com/theoplayer/android/api/player/RenderingTarget.html"}, {"p":"com.theoplayer.android.api.player","l":"PresentationMode","url":"com/theoplayer/android/api/player/PresentationMode.html"}, {"p":"com.theoplayer.android.api.player","l":"Player","url":"com/theoplayer/android/api/player/Player.html"}, {"p":"com.theoplayer.android.api.player","l":"ReadyState","url":"com/theoplayer/android/api/player/ReadyState.html"}, {"p":"com.theoplayer.android.api.player","l":"AspectRatio","url":"com/theoplayer/android/api/player/AspectRatio.html"}, {"p":"com.theoplayer.android.api.player","l":"PreloadType","url":"com/theoplayer/android/api/player/PreloadType.html"}, {"p":"com.theoplayer.android.api.player","l":"NetworkConfiguration.Builder","url":"com/theoplayer/android/api/player/NetworkConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.player","l":"NetworkConfiguration","url":"com/theoplayer/android/api/player/NetworkConfiguration.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack","l":"TextTrackStyle.EdgeType","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack","l":"TextTrackStyle.FontStyle","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontStyle.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack","l":"TextTrackStyle.FontFamily","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack","l":"TextTrackStyle","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack","l":"TextTrackMode","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack","l":"TextTrack","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack","l":"TextTrackReadyState","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack","l":"TextTrackList","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackList.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack","l":"TextTrackKind","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack","l":"TextTrackType.Companion","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.Companion.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack","l":"TextTrackType","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","l":"TextTrackCue","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","l":"DateRangeCue.CustomAttributes","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.CustomAttributes.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","l":"DateRangeCue","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","l":"TextTrackCueList","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCueList.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","l":"ID3Cue","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Cue.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","l":"ID3Frame.Unknown","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Unknown.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","l":"ID3Frame.AttachedPicture","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","l":"ID3Frame.Comments","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","l":"ID3Frame.Chapter","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","l":"ID3Frame.ChapterToc","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","l":"ID3Frame.GeneralEncapsulatedObject","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","l":"ID3Frame.Private","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Private.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","l":"ID3Frame.Text","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Text.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","l":"ID3Frame.Url","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Url.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","l":"ID3Frame.Yospace","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","l":"ID3Frame","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.html"}, {"p":"com.theoplayer.android.api.player.track","l":"TrackList","url":"com/theoplayer/android/api/player/track/TrackList.html"}, {"p":"com.theoplayer.android.api.player.track","l":"Track","url":"com/theoplayer/android/api/player/track/Track.html"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","l":"MediaTrackList","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrackList.html"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","l":"MediaTrack","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","l":"VideoQuality","url":"com/theoplayer/android/api/player/track/mediatrack/quality/VideoQuality.html"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","l":"QualityList","url":"com/theoplayer/android/api/player/track/mediatrack/quality/QualityList.html"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","l":"AudioQuality","url":"com/theoplayer/android/api/player/track/mediatrack/quality/AudioQuality.html"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","l":"Quality","url":"com/theoplayer/android/api/player/track/mediatrack/quality/Quality.html"}, {"p":"com.theoplayer.android.api.settings","l":"SslSettings","url":"com/theoplayer/android/api/settings/SslSettings.html"}, {"p":"com.theoplayer.android.api.latency","l":"LatencyConfiguration.Builder","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.latency","l":"LatencyConfiguration","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html"}, {"p":"com.theoplayer.android.api.latency","l":"LatencyManager","url":"com/theoplayer/android/api/latency/LatencyManager.html"}, {"p":"com.theoplayer.android.api.network","l":"Network","url":"com/theoplayer/android/api/network/Network.html"}, {"p":"com.theoplayer.android.api.network.http","l":"HTTPInterceptor","url":"com/theoplayer/android/api/network/http/HTTPInterceptor.html"}, {"p":"com.theoplayer.android.api.network.http","l":"HTTPRequest","url":"com/theoplayer/android/api/network/http/HTTPRequest.html"}, {"p":"com.theoplayer.android.api.network.http","l":"InterceptableHTTPRequest","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html"}, {"p":"com.theoplayer.android.api.network.http","l":"ChunkInterceptor","url":"com/theoplayer/android/api/network/http/ChunkInterceptor.html"}, {"p":"com.theoplayer.android.api.network.http","l":"BodyInterceptor","url":"com/theoplayer/android/api/network/http/BodyInterceptor.html"}, {"p":"com.theoplayer.android.api.network.http","l":"HTTPResponse","url":"com/theoplayer/android/api/network/http/HTTPResponse.html"}, {"p":"com.theoplayer.android.api.network.http","l":"CompleteHTTPResponse","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html"}, {"p":"com.theoplayer.android.api.network.http","l":"InterceptableHTTPResponse","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html"}, {"p":"com.theoplayer.android.api.network.http","l":"JavaHTTPInterceptor","url":"com/theoplayer/android/api/network/http/JavaHTTPInterceptor.html"}, {"p":"com.theoplayer.android.api.network.http","l":"JavaChunkInterceptor","url":"com/theoplayer/android/api/network/http/JavaChunkInterceptor.html"}, {"p":"com.theoplayer.android.api.network.http","l":"JavaBodyInterceptor","url":"com/theoplayer/android/api/network/http/JavaBodyInterceptor.html"}, {"p":"com.theoplayer.android.api.network.http","l":"RequestType","url":"com/theoplayer/android/api/network/http/RequestType.html"}, {"p":"com.theoplayer.android.api.network.http","l":"RequestSubType","url":"com/theoplayer/android/api/network/http/RequestSubType.html"}, {"p":"com.theoplayer.android.api.network.http","l":"RequestMediaType","url":"com/theoplayer/android/api/network/http/RequestMediaType.html"}, {"p":"com.theoplayer.android.api.network.http","l":"ResponseType","url":"com/theoplayer/android/api/network/http/ResponseType.html"}, {"p":"com.theoplayer.android.api.player.theolive","l":"Channel","url":"com/theoplayer/android/api/player/theolive/Channel.html"}, {"p":"com.theoplayer.android.api.player.theolive","l":"VideoQuality","url":"com/theoplayer/android/api/player/theolive/VideoQuality.html"}, {"p":"com.theoplayer.android.api.player.theolive","l":"TheoLive","url":"com/theoplayer/android/api/player/theolive/TheoLive.html"}, {"p":"com.theoplayer.android.api.source","l":"AdIntegration","url":"com/theoplayer/android/api/source/AdIntegration.html"}, {"p":"com.theoplayer.android.api.source","l":"GoogleDaiTypedSource.Builder","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.Builder.html"}, {"p":"com.theoplayer.android.api.source","l":"GoogleDaiTypedSource","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.html"}, {"p":"com.theoplayer.android.api.source","l":"SourceAbrConfiguration","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html"}, {"p":"com.theoplayer.android.api.source","l":"SourceDescription.Builder","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html"}, {"p":"com.theoplayer.android.api.source","l":"SourceDescription","url":"com/theoplayer/android/api/source/SourceDescription.html"}, {"p":"com.theoplayer.android.api.source","l":"SourceType","url":"com/theoplayer/android/api/source/SourceType.html"}, {"p":"com.theoplayer.android.api.source","l":"StreamType","url":"com/theoplayer/android/api/source/StreamType.html"}, {"p":"com.theoplayer.android.api.source","l":"TextTrackDescription.Builder","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html"}, {"p":"com.theoplayer.android.api.source","l":"TextTrackDescription","url":"com/theoplayer/android/api/source/TextTrackDescription.html"}, {"p":"com.theoplayer.android.api.source","l":"TypedSource.Builder","url":"com/theoplayer/android/api/source/TypedSource.Builder.html"}, {"p":"com.theoplayer.android.api.source","l":"TypedSource","url":"com/theoplayer/android/api/source/TypedSource.html"}, {"p":"com.theoplayer.android.api.source.addescription","l":"AdDescription","url":"com/theoplayer/android/api/source/addescription/AdDescription.html"}, {"p":"com.theoplayer.android.api.source.addescription","l":"GoogleImaAdDescription.Builder","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.Builder.html"}, {"p":"com.theoplayer.android.api.source.addescription","l":"GoogleImaAdDescription","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.html"}, {"p":"com.theoplayer.android.api.source.dash","l":"DashPlaybackConfiguration.Builder","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.dash","l":"DashPlaybackConfiguration","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm","l":"ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey.html"}, {"p":"com.theoplayer.android.api.source.drm","l":"ClearkeyKeySystemConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm","l":"ClearkeyKeySystemConfiguration","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm","l":"DRMConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm","l":"DRMConfiguration","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm","l":"DRMIntegrationId.Companion","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.Companion.html"}, {"p":"com.theoplayer.android.api.source.drm","l":"DRMIntegrationId","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html"}, {"p":"com.theoplayer.android.api.source.drm","l":"FairPlayKeySystemConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm","l":"FairPlayKeySystemConfiguration","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm","l":"KeySystemConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm","l":"KeySystemConfiguration","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm","l":"LicenseType","url":"com/theoplayer/android/api/source/drm/LicenseType.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"AxinomDRMConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"AxinomDRMConfiguration","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"AzureDRMConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"AzureDRMConfiguration","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"ConaxDRMConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"ConaxDRMConfiguration","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"DRMPreIntegrationConfiguration","url":"com/theoplayer/android/api/source/drm/preintegration/DRMPreIntegrationConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"DRMTodayConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"DRMTodayConfiguration","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"IrdetoConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"IrdetoConfiguration","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"KeyOSDRMConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"KeyOSDRMConfiguration","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"KeyOSKeySystemConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"KeyOSKeySystemConfiguration","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"TitaniumDRMConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"TitaniumDRMConfiguration","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"VudrmDRMConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"VudrmDRMConfiguration","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"XstreamConfiguration.Builder","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","l":"XstreamConfiguration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html"}, {"p":"com.theoplayer.android.api.source.hesp","l":"HespPlaybackConfiguration.Builder","url":"com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.hesp","l":"HespPlaybackConfiguration","url":"com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.html"}, {"p":"com.theoplayer.android.api.source.hls","l":"HlsPlaybackConfiguration.Builder","url":"com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.hls","l":"HlsPlaybackConfiguration","url":"com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.html"}, {"p":"com.theoplayer.android.api.source.mediatailor","l":"MediaTailorSource.Builder","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html"}, {"p":"com.theoplayer.android.api.source.mediatailor","l":"MediaTailorSource","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html"}, {"p":"com.theoplayer.android.api.source.metadata","l":"ChromecastMetadataDescription.Builder","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html"}, {"p":"com.theoplayer.android.api.source.metadata","l":"ChromecastMetadataDescription","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html"}, {"p":"com.theoplayer.android.api.source.metadata","l":"ChromecastMetadataImage","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html"}, {"p":"com.theoplayer.android.api.source.metadata","l":"ChromecastMetadataType.Companion","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.Companion.html"}, {"p":"com.theoplayer.android.api.source.metadata","l":"ChromecastMetadataType","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html"}, {"p":"com.theoplayer.android.api.source.metadata","l":"MetadataDescription","url":"com/theoplayer/android/api/source/metadata/MetadataDescription.html"}, {"p":"com.theoplayer.android.api.source.ssai","l":"CustomSsaiDescription","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescription.html"}, {"p":"com.theoplayer.android.api.source.ssai","l":"CustomSsaiDescriptionSerializer","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionSerializer.html"}, {"p":"com.theoplayer.android.api.source.ssai","l":"CustomSsaiDescriptionRegistry","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionRegistry.html"}, {"p":"com.theoplayer.android.api.source.ssai","l":"GoogleDaiConfiguration.Builder","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.ssai","l":"GoogleDaiConfiguration","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.html"}, {"p":"com.theoplayer.android.api.source.ssai","l":"SsaiDescription","url":"com/theoplayer/android/api/source/ssai/SsaiDescription.html"}, {"p":"com.theoplayer.android.api.source.ssai","l":"SsaiIntegration.Companion","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.Companion.html"}, {"p":"com.theoplayer.android.api.source.ssai","l":"SsaiIntegration","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.html"}, {"p":"com.theoplayer.android.api.source.ssai","l":"StreamType.Companion","url":"com/theoplayer/android/api/source/ssai/StreamType.Companion.html"}, {"p":"com.theoplayer.android.api.source.ssai","l":"StreamType","url":"com/theoplayer/android/api/source/ssai/StreamType.html"}, {"p":"com.theoplayer.android.api.source.ssai.dai","l":"GoogleDaiLiveConfiguration.Builder","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.ssai.dai","l":"GoogleDaiLiveConfiguration","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.html"}, {"p":"com.theoplayer.android.api.source.ssai.dai","l":"GoogleDaiVodConfiguration.Builder","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html"}, {"p":"com.theoplayer.android.api.source.ssai.dai","l":"GoogleDaiVodConfiguration","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html"}, {"p":"com.theoplayer.android.api.theolive","l":"Distribution","url":"com/theoplayer/android/api/theolive/Distribution.html"}, {"p":"com.theoplayer.android.api.theolive","l":"Endpoint","url":"com/theoplayer/android/api/theolive/Endpoint.html"}, {"p":"com.theoplayer.android.api.theolive","l":"ContentProtectionConfiguration","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html"}, {"p":"com.theoplayer.android.api.theolive","l":"FairPlayConfiguration","url":"com/theoplayer/android/api/theolive/FairPlayConfiguration.html"}, {"p":"com.theoplayer.android.api.theolive","l":"KeySystemConfiguration","url":"com/theoplayer/android/api/theolive/KeySystemConfiguration.html"}, {"p":"com.theoplayer.android.api.theolive","l":"EndpointMillicastSource","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html"}, {"p":"com.theoplayer.android.api.theolive","l":"WebRTCOptions","url":"com/theoplayer/android/api/theolive/WebRTCOptions.html"}, {"p":"com.theoplayer.android.api.theolive","l":"PlayoutDelay","url":"com/theoplayer/android/api/theolive/PlayoutDelay.html"}, {"p":"com.theoplayer.android.api.theolive","l":"THEOLiveConfig.Builder","url":"com/theoplayer/android/api/theolive/THEOLiveConfig.Builder.html"}, {"p":"com.theoplayer.android.api.theolive","l":"THEOLiveConfig","url":"com/theoplayer/android/api/theolive/THEOLiveConfig.html"}, {"p":"com.theoplayer.android.api.theolive","l":"TheoLiveSource","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html"}, {"p":"com.theoplayer.android.api.ads.ima","l":"GoogleImaAd","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html"}, {"p":"com.theoplayer.android.api.ads.ima","l":"GoogleImaAdBreak","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdBreak.html"}, {"p":"com.theoplayer.android.api.ads.ima","l":"GoogleImaAdErrorEvent","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdErrorEvent.html"}, {"p":"com.theoplayer.android.api.ads.ima","l":"GoogleImaAdEvent","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEvent.html"}, {"p":"com.theoplayer.android.api.ads.ima","l":"GoogleImaAdEventType","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html"}, {"p":"com.theoplayer.android.api.ads.ima","l":"GoogleImaCompanionAd","url":"com/theoplayer/android/api/ads/ima/GoogleImaCompanionAd.html"}, {"p":"com.theoplayer.android.api.ads.ima","l":"GoogleImaConfiguration","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfiguration.html"}, {"p":"com.theoplayer.android.api.ads.ima","l":"GoogleImaIntegration","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegration.html"}, {"p":"com.theoplayer.android.api.ads.ima","l":"GoogleImaIntegrationFactory","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegrationFactory.html"}, {"p":"com.theoplayer.android.api.ads.ima","l":"GoogleImaUniversalAdId","url":"com/theoplayer/android/api/ads/ima/GoogleImaUniversalAdId.html"}, {"p":"com.theoplayer.android.api.ads.ima","l":"GoogleImaConfigurationKt","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfigurationKt.html"}, {"p":"com.theoplayer.android.api.ads.ima","l":"GoogleImaIntegrationKt","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegrationKt.html"}, {"p":"com.theoplayer.android.api.ads.mediatailor","l":"MediaTailorAd","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAd.html"}, {"p":"com.theoplayer.android.api.ads.mediatailor","l":"MediaTailorAdAvail","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdAvail.html"}, {"p":"com.theoplayer.android.api.ads.mediatailor","l":"MediaTailorAdBreakEvent","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEvent.html"}, {"p":"com.theoplayer.android.api.ads.mediatailor","l":"MediaTailorAdBreakEventType","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html"}, {"p":"com.theoplayer.android.api.ads.mediatailor","l":"MediaTailorAdEvent","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEvent.html"}, {"p":"com.theoplayer.android.api.ads.mediatailor","l":"MediaTailorAdEventType","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html"}, {"p":"com.theoplayer.android.api.ads.mediatailor","l":"MediaTailorIntegration","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorIntegration.html"}, {"p":"com.theoplayer.android.api.ads.mediatailor","l":"MediaTailorIntegrationFactory","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorIntegrationFactory.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"THEOAd","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"THEOAdBreak","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"TheoAdDescription","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"TheoAdsLayoutOverride","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"TheoAdsIntegration","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegration.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"InterstitialType","url":"com/theoplayer/android/api/ads/theoads/InterstitialType.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"Interstitial","url":"com/theoplayer/android/api/ads/theoads/Interstitial.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"TheoAdsLayout","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"AdBreakInterstitial","url":"com/theoplayer/android/api/ads/theoads/AdBreakInterstitial.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"OverlayInterstitial","url":"com/theoplayer/android/api/ads/theoads/OverlayInterstitial.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"OverlayPosition","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"OverlaySize","url":"com/theoplayer/android/api/ads/theoads/OverlaySize.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"TheoAdsIntegrationFactory","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegrationFactory.html"}, {"p":"com.theoplayer.android.api.ads.theoads","l":"TheoAdsIntegrationKt","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegrationKt.html"}, {"p":"com.theoplayer.android.api.ads.theoads.event","l":"TheoAdsEventTypes.Identifiers","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html"}, {"p":"com.theoplayer.android.api.ads.theoads.event","l":"TheoAdsEventTypes","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.html"}, {"p":"com.theoplayer.android.api.ads.theoads.event","l":"TheoAdsEvent","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEvent.html"}, {"p":"com.theoplayer.android.api.ads.theoads.event","l":"InterstitialEvent","url":"com/theoplayer/android/api/ads/theoads/event/InterstitialEvent.html"}, {"p":"com.theoplayer.android.api.ads.theoads.event","l":"AddInterstitialEvent","url":"com/theoplayer/android/api/ads/theoads/event/AddInterstitialEvent.html"}, {"p":"com.theoplayer.android.api.ads.theoads.event","l":"InterstitialBeginEvent","url":"com/theoplayer/android/api/ads/theoads/event/InterstitialBeginEvent.html"}, {"p":"com.theoplayer.android.api.ads.theoads.event","l":"InterstitialEndEvent","url":"com/theoplayer/android/api/ads/theoads/event/InterstitialEndEvent.html"}, {"p":"com.theoplayer.android.api.ads.theoads.event","l":"InterstitialUpdateEvent","url":"com/theoplayer/android/api/ads/theoads/event/InterstitialUpdateEvent.html"}, {"p":"com.theoplayer.android.api.ads.theoads.event","l":"InterstitialErrorEvent","url":"com/theoplayer/android/api/ads/theoads/event/InterstitialErrorEvent.html"}, {"p":"com.theoplayer.android.api.ads.theoads.event","l":"TheoAdsErrorEvent","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsErrorEvent.html"}, {"p":"com.theoplayer.android.api.ads.theoads.event","l":"TheoAdsFallbackEvent","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsFallbackEvent.html"}, {"p":"com.theoplayer.android.api.ads.dai","l":"GoogleDaiIntegration","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html"}, {"p":"com.theoplayer.android.api.ads.dai","l":"GoogleDaiIntegrationFactory","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegrationFactory.html"}, {"p":"com.theoplayer.android.api.ads.dai","l":"GoogleDaiIntegrationKt","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegrationKt.html"}, {"l":"All classes","url":"allclasses.html"}]
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/Classes/NetworkErrorEvent.html b/theoplayer/static/theoplayer/v10/api-reference/ios/Classes/NetworkErrorEvent.html
index 1df9887f6d84..5fba62504d2d 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/ios/Classes/NetworkErrorEvent.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/ios/Classes/NetworkErrorEvent.html
@@ -995,7 +995,7 @@ NetworkErrorEvent
-
public class NetworkErrorEvent : NSObject , EventProtocol
+
public class NetworkErrorEvent : NetworkEvent
@@ -1011,36 +1011,9 @@ NetworkErrorEvent
-
-
-
-
-
-
The textual representation of the type of event, ‘networkerror’.
-
-
-
-
Declaration
-
-
Swift
-
public let type : String
-
-
-
-
-
-
-
-
@@ -1048,14 +1021,14 @@
Declaration
-
The date at which the event occurred.
+
A NetworkError instance containing information about the error.
Declaration
Swift
-
public let date : Date
+
public let error : NetworkError ?
@@ -1065,9 +1038,9 @@ Declaration
@@ -1075,14 +1048,14 @@
Declaration
-
A NetworkError instance containing information about the error.
+
Signaling that the current NetworkError is potentially recoverable with retries.
Declaration
Swift
-
public let error : NetworkError ?
+
public let transient : Bool
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/GoogleCast/docsets/.docset/Contents/Resources/Documents/img/carat.png b/theoplayer/static/theoplayer/v10/api-reference/ios/GoogleCast/docsets/.docset/Contents/Resources/Documents/img/carat.png
old mode 100644
new mode 100755
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/GoogleCast/docsets/.docset/Contents/Resources/Documents/img/dash.png b/theoplayer/static/theoplayer/v10/api-reference/ios/GoogleCast/docsets/.docset/Contents/Resources/Documents/img/dash.png
old mode 100644
new mode 100755
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/GoogleCast/docsets/.docset/Contents/Resources/Documents/js/jazzy.js b/theoplayer/static/theoplayer/v10/api-reference/ios/GoogleCast/docsets/.docset/Contents/Resources/Documents/js/jazzy.js
old mode 100644
new mode 100755
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/GoogleCast/img/carat.png b/theoplayer/static/theoplayer/v10/api-reference/ios/GoogleCast/img/carat.png
old mode 100644
new mode 100755
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/GoogleCast/img/dash.png b/theoplayer/static/theoplayer/v10/api-reference/ios/GoogleCast/img/dash.png
old mode 100644
new mode 100755
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/GoogleCast/js/jazzy.js b/theoplayer/static/theoplayer/v10/api-reference/ios/GoogleCast/js/jazzy.js
old mode 100644
new mode 100755
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/GoogleIMA/docsets/.docset/Contents/Resources/Documents/img/carat.png b/theoplayer/static/theoplayer/v10/api-reference/ios/GoogleIMA/docsets/.docset/Contents/Resources/Documents/img/carat.png
old mode 100644
new mode 100755
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/GoogleIMA/docsets/.docset/Contents/Resources/Documents/img/dash.png b/theoplayer/static/theoplayer/v10/api-reference/ios/GoogleIMA/docsets/.docset/Contents/Resources/Documents/img/dash.png
old mode 100644
new mode 100755
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/GoogleIMA/docsets/.docset/Contents/Resources/Documents/js/jazzy.js b/theoplayer/static/theoplayer/v10/api-reference/ios/GoogleIMA/docsets/.docset/Contents/Resources/Documents/js/jazzy.js
old mode 100644
new mode 100755
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/GoogleIMA/img/carat.png b/theoplayer/static/theoplayer/v10/api-reference/ios/GoogleIMA/img/carat.png
old mode 100644
new mode 100755
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/GoogleIMA/img/dash.png b/theoplayer/static/theoplayer/v10/api-reference/ios/GoogleIMA/img/dash.png
old mode 100644
new mode 100755
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/GoogleIMA/js/jazzy.js b/theoplayer/static/theoplayer/v10/api-reference/ios/GoogleIMA/js/jazzy.js
old mode 100644
new mode 100755
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/Millicast/docsets/.docset/Contents/Resources/Documents/img/carat.png b/theoplayer/static/theoplayer/v10/api-reference/ios/Millicast/docsets/.docset/Contents/Resources/Documents/img/carat.png
old mode 100644
new mode 100755
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/Millicast/docsets/.docset/Contents/Resources/Documents/img/dash.png b/theoplayer/static/theoplayer/v10/api-reference/ios/Millicast/docsets/.docset/Contents/Resources/Documents/img/dash.png
old mode 100644
new mode 100755
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/Millicast/docsets/.docset/Contents/Resources/Documents/js/jazzy.js b/theoplayer/static/theoplayer/v10/api-reference/ios/Millicast/docsets/.docset/Contents/Resources/Documents/js/jazzy.js
old mode 100644
new mode 100755
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/Millicast/img/carat.png b/theoplayer/static/theoplayer/v10/api-reference/ios/Millicast/img/carat.png
old mode 100644
new mode 100755
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/Millicast/img/dash.png b/theoplayer/static/theoplayer/v10/api-reference/ios/Millicast/img/dash.png
old mode 100644
new mode 100755
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/Millicast/js/jazzy.js b/theoplayer/static/theoplayer/v10/api-reference/ios/Millicast/js/jazzy.js
old mode 100644
new mode 100755
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/Network Events.html b/theoplayer/static/theoplayer/v10/api-reference/ios/Network Events.html
index f45617e694ce..c189263050c4 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/ios/Network Events.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/ios/Network Events.html
@@ -1047,7 +1047,7 @@ Declaration
Declaration
Swift
-
public class NetworkErrorEvent : NSObject , EventProtocol
+
public class NetworkErrorEvent : NetworkEvent
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/THEOads/docsets/.docset/Contents/Resources/Documents/img/carat.png b/theoplayer/static/theoplayer/v10/api-reference/ios/THEOads/docsets/.docset/Contents/Resources/Documents/img/carat.png
old mode 100644
new mode 100755
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/THEOads/docsets/.docset/Contents/Resources/Documents/img/dash.png b/theoplayer/static/theoplayer/v10/api-reference/ios/THEOads/docsets/.docset/Contents/Resources/Documents/img/dash.png
old mode 100644
new mode 100755
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/THEOads/docsets/.docset/Contents/Resources/Documents/js/jazzy.js b/theoplayer/static/theoplayer/v10/api-reference/ios/THEOads/docsets/.docset/Contents/Resources/Documents/js/jazzy.js
old mode 100644
new mode 100755
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/THEOads/img/carat.png b/theoplayer/static/theoplayer/v10/api-reference/ios/THEOads/img/carat.png
old mode 100644
new mode 100755
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/THEOads/img/dash.png b/theoplayer/static/theoplayer/v10/api-reference/ios/THEOads/img/dash.png
old mode 100644
new mode 100755
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/THEOads/js/jazzy.js b/theoplayer/static/theoplayer/v10/api-reference/ios/THEOads/js/jazzy.js
old mode 100644
new mode 100755
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/THEOlive/Classes.html b/theoplayer/static/theoplayer/v10/api-reference/ios/THEOlive/Classes.html
index 2e0fc27eec22..3efd07947383 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/ios/THEOlive/Classes.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/ios/THEOlive/Classes.html
@@ -51,6 +51,9 @@
DistributionLoadStartEvent
+
+ DistributionLoadedEvent
+
DistributionOfflineEvent
@@ -80,12 +83,6 @@
Extensions
+
+
+
+
+
+
+
+
Fired when a THEOlive distribution has been successfully loaded.
+
+
See more
+
+
+
Declaration
+
+
Swift
+
public class DistributionLoadedEvent : THEOliveEvent
+
+
+
+
+
+
diff --git a/theoplayer/static/theoplayer/v10/api-reference/ios/THEOlive/Classes/DistributionLoadStartEvent.html b/theoplayer/static/theoplayer/v10/api-reference/ios/THEOlive/Classes/DistributionLoadStartEvent.html
index 4780bf6b8215..e94ca0e1d794 100644
--- a/theoplayer/static/theoplayer/v10/api-reference/ios/THEOlive/Classes/DistributionLoadStartEvent.html
+++ b/theoplayer/static/theoplayer/v10/api-reference/ios/THEOlive/Classes/DistributionLoadStartEvent.html
@@ -53,6 +53,9 @@
DistributionLoadStartEvent
+
+ DistributionLoadedEvent
+
DistributionOfflineEvent
@@ -82,12 +85,6 @@
Extensions