diff --git a/theoplayer/changelog.md b/theoplayer/changelog.md index 439c8be952ac..297b473d1325 100644 --- a/theoplayer/changelog.md +++ b/theoplayer/changelog.md @@ -9,6 +9,81 @@ These are the release notes for THEOplayer 11.0.0 and higher. For older versions - [Version 5.x and 6.x](https://optiview.dolby.com/docs/theoplayer/v6/changelog/) - [Version 2.x, 3.x and 4.x](https://optiview.dolby.com/docs/theoplayer/v4/changelog/) +## 🚀 11.9.0 (2026/08/12) + +### Web + +#### ✨ Features + +- Added support to the OptiView Ads break manifest for `double`, `lshape_ad`, `lshape_content` and `overlay` formats as well as device type support. +- Added the `adclicked` event, for the `csai`and `google-ima` CSAI ads integrations, for Google DAI ads (SSAI) and OptiView Ads (SGAI). It is dispatched when the user clicks on an ad clickthrough element. +- Added `network.useStreamingFetch` to the `PlayerConfiguration` API to explicitly disable consuming fetch responses as streams on devices with a broken streaming fetch implementation. +- Added CMCD reporting of whether the platform can decode Dolby Vision and Dolby Digital Plus (EC-3), and of the video and audio codecs which are actually being decoded. + +#### ⚡ Improvements + +- Ads preloading for Google IMA now works consistently for both VMAP ad schedules and individually scheduled VAST ads. When preloading is enabled (using `AdsConfiguration.preload`), VAST midrolls are fetched 8 seconds before their scheduled start time. + +#### 🐛 Issues + +- Fixed an issue where completed SGAI interstitials could be re-added and emit repeated interstitial events on live streams. +- Fixed an issue where PlayReady HLS key formats specified as a `urn:uuid:` were not recognized. +- Fixed an issue where playback would fail for Google DAI sources because CMCD headers on manifest requests would trigger CORS errors. CMCD now operates in event mode only for Google DAI sources. +- Fixed an issue where an ad scheduled after a non-linear Google IMA ad would never start, because Google IMA does not fire any events after LOADED when a non-linear ad is the last ad of its ads manager. +- Fixed an issue where the player could get stuck when starting playback of a new source with a Google IMA pre-roll ad, if the previous source also had a Google IMA pre-roll ad. +- Fixed an issue where a Google IMA pre-roll ad of a new source could start loading and playing immediately after changing the source, even when autoplay was disabled and the player was paused. + +### Android + +#### ✨ Features + +- Added support to the OptiView Ads break manifest for `double`, `lshape_ad`, `lshape_content` and `overlay` formats as well as device type support. +- Added CMCD reporting of whether the device can decode Dolby Vision and Dolby Digital Plus (EC-3), and of the codecs of the video and audio formats fed to the decoders. +- Added `TheoLive.switchToHesp()`, which allows switching an OptiView Live stream back to HESP playback after it has fallen back to another format. +- Added `Player.getCurrentSource()`, which returns the `TypedSource` that is currently being played. The source is the same as expected in the existing `CurrentSourceChangeEvent`. + +#### 🐛 Issues + +- Fixed an issue where the `overrideLayout` property would incorrectly override the `lshape_content` layout of an OptiView Ads ad break. +- Fixed an issue where OptiView Ads PTS breaks might not play. +- Fixed an issue where the first playback of a DRM-protected stream could fail on a device that had not played DRM-protected content before, and would keep failing when retried. + +### iOS + +#### ✨ Features + +- Added support to the OptiView Ads break manifest for `double`, `lshape_ad`, `lshape_content` and `overlay` formats as well as device type support. +- Added `currentBandwidthEstimate` to the player's `metrics` API, reporting the estimated available bandwidth in bits per second for HESP streams. +- Added Dolby Vision and EC-3 capability reporting (`com.dolby.optiview-cap-dvc`, `com.dolby.optiview-cap-ec3`) to the CMCD session data, and active video and audio codec reporting (`com.dolby.optiview-vc`, `com.dolby.optiview-ac`) to the CMCD status data. + +#### 🐛 Issues + +- Fixed an issue where the player would exit fullscreen presentation mode when setting a new source. +- Fixed an issue where OptiView Ads PTS breaks might not be played. +- Fixed an issue that caused OptiView Ads to end abruptly. +- Fixed an issue where skipping OptiView Ads would cause playback failure. +- Fixed an issue where seeking into a range of an interstitial would cause playback failure. +- Fixed an issue where legacy `CachingTask`s encoded without `bytes` and `bytesCached` properties would fail to restore. + +### tvOS + +#### ✨ Features + +- Added display criteria matching: when enabled through the new `THEOplayer.manageContentMatching` property (disabled by default), and while in fullscreen presentation mode, the player matches the display mode (frame rate and dynamic range) of the TV with the content before playback starts. +- The player will now set its preferred video format when a new source is loading. This allows tvOS to change the format on the fly when a user enables content matching in "Settings" > "Video and Audio" > "Match Content". +- Added Dolby Vision and EC-3 capability reporting (`com.dolby.optiview-cap-dvc`, `com.dolby.optiview-cap-ec3`) to the CMCD session data, and active video and audio codec reporting (`com.dolby.optiview-vc`, `com.dolby.optiview-ac`) to the CMCD status data. + +#### 🐛 Issues + +- Fixed an issue where the player would exit fullscreen presentation mode when setting a new source. + +### Roku + +#### 🐛 Issues + +- Fixed an issue where the CMCD-States payload could grow unbounded during repeated playback errors. The payload now contains at most the 20 newest states, and CMCD values are serialized strictly according to the CMCD specification (CTA-5004), matching the other platforms. +- Fixed issue where streams would fail to start playback on less powerful devices. + ## 🚀 11.8.1 (2026/08/05) ### Android @@ -235,6 +310,14 @@ These are the release notes for THEOplayer 11.0.0 and higher. For older versions - Fixed an issue where during fallback on an OptiView Live stream the wrong endpoint was selected. +## 🚀 11.5.3 (2026/08/13) + +### iOS + +#### 🐛 Issues + +- Fixed an issue where `bytesCached` and `bytes` properties would return 0 for cached sources pre 10.12.0. + ## 🚀 11.5.2 (2026/08/10) ### iOS diff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/IntegrationType.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/IntegrationType.html index 2a1ce0d78b2e..ecb93e96c9b9 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/IntegrationType.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/IntegrationType.html @@ -316,7 +316,7 @@
static IntegrationType
valueOf(String name)
+ valueOf(String name)
static IntegrationType valueOf(String name)+
static IntegrationType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
final THEOplayerConfig.Builder
multiSession(Boolean multiSession)
+ multiSession(Boolean multiSession)
final THEOplayerConfig.Builder
license(String license)
+ license(String license)
final THEOplayerConfig.Builder
licenseUrl(String licenseUrl)
+ licenseUrl(String licenseUrl)
final THEOplayerConfig.Builder
integrationConfiguration(IntegrationType integrationType, Object configuration)
+ integrationConfiguration(IntegrationType integrationType, Object configuration)
final THEOplayerConfig.Builder
autoIntegrations(Boolean autoIntegrations)
+ autoIntegrations(Boolean autoIntegrations)
final THEOplayerConfig.Builder
tunnelingEnabled(Boolean tunnelingEnabled)
+ tunnelingEnabled(Boolean tunnelingEnabled)
final THEOplayerConfig.Builder
useSystemCaptionStyle(Boolean useSystemCaptionStyle)
+ useSystemCaptionStyle(Boolean useSystemCaptionStyle)
final THEOplayerConfig.Builder
hlsDateRange(Boolean hlsDateRange)
+ hlsDateRange(Boolean hlsDateRange)
@Deprecated(message = "use {@link DRMConfiguration.Builder#multiSession(boolean)}") final THEOplayerConfig.Builder multiSession(Boolean multiSession)+
@Deprecated(message = "use {@link DRMConfiguration.Builder#multiSession(boolean)}") final THEOplayerConfig.Builder multiSession(Boolean multiSession)
Sets whether the player supports multi-key content when the license server doesn't respond with all keys at once.
Default: false
final THEOplayerConfig.Builder license(String license)+
final THEOplayerConfig.Builder license(String license)
Sets the license to string loaded before the player is constructed.
final THEOplayerConfig.Builder licenseUrl(String licenseUrl)+
final THEOplayerConfig.Builder licenseUrl(String licenseUrl)
Sets licenseUrl to string loaded before the player is constructed.
@ApiStatus.Internal() final THEOplayerConfig.Builder integrationConfiguration(IntegrationType integrationType, Object configuration)+
@ApiStatus.Internal() final THEOplayerConfig.Builder integrationConfiguration(IntegrationType integrationType, Object configuration)
final THEOplayerConfig.Builder autoIntegrations(Boolean autoIntegrations)+
final THEOplayerConfig.Builder autoIntegrations(Boolean autoIntegrations)
Sets whether all available integrations should be automatically added.
Default: true
final THEOplayerConfig.Builder tunnelingEnabled(Boolean tunnelingEnabled)+
final THEOplayerConfig.Builder tunnelingEnabled(Boolean tunnelingEnabled)
Whether multimedia tunneling is enabled for the player or not.
Default: false
Only supported with the Media3 integration.
Only supported if Player.setRenderingTarget is set to RenderingTarget.SURFACE_VIEW.
Only supported if the media being played includes both audio and video.
Only supported on limited number of video codecs and devices.
final THEOplayerConfig.Builder useSystemCaptionStyle(Boolean useSystemCaptionStyle)+
final THEOplayerConfig.Builder useSystemCaptionStyle(Boolean useSystemCaptionStyle)
Sets whether captions should automatically apply a system-defined style.
Default: false
Any user-defined overrides are still respected.
final THEOplayerConfig.Builder hlsDateRange(Boolean hlsDateRange)+
final THEOplayerConfig.Builder hlsDateRange(Boolean hlsDateRange)
Sets whether date ranges should be parsed from HLS manifests.
Default: false
Can be overridden per source using com.theoplayer.android.api.source.TypedSource.Builder.hlsDateRange.
Boolean
+ Boolean
useSystemCaptionStyle()
abstract Boolean
+ abstract Boolean
isMultiSession()
abstract String
+ abstract String
getLicense()
abstract String
+ abstract String
getLicenseUrl()
abstract Boolean
+ abstract Boolean
isAutoIntegrations()
abstract Boolean
+ abstract Boolean
isTunnelingEnabled()
abstract Boolean
+ abstract Boolean
getUseSystemCaptionStyle()
abstract Boolean
+ abstract Boolean
getHlsDateRange()
Boolean
+ Boolean
isHlsDateRange()
@Deprecated(message = "use useSystemCaptionStyle instead", replaceWith = @ReplaceWith(imports = {}, expression = "useSystemCaptionStyle")) Boolean useSystemCaptionStyle()+
@Deprecated(message = "use useSystemCaptionStyle instead", replaceWith = @ReplaceWith(imports = {}, expression = "useSystemCaptionStyle")) Boolean useSystemCaptionStyle()
Whether captions should automatically apply a system-defined style.
Default: false
Any user-defined overrides are still respected.
@Deprecated(message = "use DRMConfiguration.multiSession instead") abstract Boolean isMultiSession()+
@Deprecated(message = "use DRMConfiguration.multiSession instead") abstract Boolean isMultiSession()
Returns whether the player supports multi-key content when the license server doesn't respond with all keys at once.
Set to false when a single key request will obtain all keys required to decrypt the stream.
Set to true when a different key request is needed for different qualities of the stream, or when the stream uses key rotation.
Default: false
abstract String getLicense()+
abstract String getLicense()
The license.
abstract String getLicenseUrl()+
abstract String getLicenseUrl()
The licenseUrl.
abstract Boolean isAutoIntegrations()+
abstract Boolean isAutoIntegrations()
Whether all available integrations should be automatically added on the created Player.
abstract Boolean isTunnelingEnabled()+
abstract Boolean isTunnelingEnabled()
Whether multimedia tunneling is enabled for the player or not.
Only supported with the Media3 integration.
Only supported if Player.setRenderingTarget is set to RenderingTarget.SURFACE_VIEW.
Only supported if the media being played includes both audio and video.
Only supported on limited number of video codecs and devices.
abstract Boolean getUseSystemCaptionStyle()+
abstract Boolean getUseSystemCaptionStyle()
Whether captions should automatically apply a system-defined style.
Default: false
Any user-defined overrides are still respected.
abstract Boolean getHlsDateRange()+
abstract Boolean getHlsDateRange()
Whether date ranges will be parsed from HLS manifests.
Default: false
Can be overridden per source using com.theoplayer.android.api.source.TypedSource.hlsDateRange.
Boolean isHlsDateRange()+
Boolean isHlsDateRange()
public class THEOplayerDestroyedException -extends RuntimeException +extends RuntimeException
The THEOplayerDestroyedException is thrown when trying to use a method of a THEOplayerView on which the onDestroy was called.
abstract void
registerContentProtectionIntegration(@NonNull() String integrationId, @NonNull() KeySystemId keySystemId, @NonNull() ContentProtectionIntegrationFactory integrationFactory)
+ registerContentProtectionIntegration(@NonNull() String integrationId, @NonNull() KeySystemId keySystemId, @NonNull() ContentProtectionIntegrationFactory integrationFactory)
static String
+ static String
getVersion()
abstract void registerContentProtectionIntegration(@NonNull() String integrationId, @NonNull() KeySystemId keySystemId, @NonNull() ContentProtectionIntegrationFactory integrationFactory)+
abstract void registerContentProtectionIntegration(@NonNull() String integrationId, @NonNull() KeySystemId keySystemId, @NonNull() ContentProtectionIntegrationFactory integrationFactory)
Register a ContentProtectionIntegrationFactory for a specific integration id and a specific keySystem.
static String getVersion()+
static String getVersion()
The THEOplayer version used.
Example:
public final static Stringpublic final static StringTHEOPLAYERVIEW_TAGpublic final static Property<View, Float>public final static Property<View, Float>ALPHApublic final static Stringpublic final static StringAUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATEpublic final static Stringpublic final static StringAUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAYpublic final static Stringpublic final static StringAUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTHpublic final static Stringpublic final static StringAUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEARpublic final static Stringpublic final static StringAUTOFILL_HINT_CREDIT_CARD_NUMBERpublic final static Stringpublic final static StringAUTOFILL_HINT_CREDIT_CARD_SECURITY_CODEpublic final static Stringpublic final static StringAUTOFILL_HINT_EMAIL_ADDRESSpublic final static Stringpublic final static StringAUTOFILL_HINT_NAMEpublic final static Stringpublic final static StringAUTOFILL_HINT_PASSWORDpublic final static Stringpublic final static StringAUTOFILL_HINT_PHONEpublic final static Stringpublic final static StringAUTOFILL_HINT_POSTAL_ADDRESSpublic final static Stringpublic final static StringAUTOFILL_HINT_POSTAL_CODEpublic final static Stringpublic final static StringAUTOFILL_HINT_USERNAMEpublic final static Property<View, Float>public final static Property<View, Float>ROTATIONpublic final static Property<View, Float>public final static Property<View, Float>ROTATION_Xpublic final static Property<View, Float>public final static Property<View, Float>ROTATION_Ypublic final static Property<View, Float>public final static Property<View, Float>SCALE_Xpublic final static Property<View, Float>public final static Property<View, Float>SCALE_Ypublic final static Property<View, Float>public final static Property<View, Float>TRANSLATION_Xpublic final static Property<View, Float>public final static Property<View, Float>TRANSLATION_Ypublic final static Property<View, Float>public final static Property<View, Float>TRANSLATION_Zprotected final static Stringprotected final static StringVIEW_LOG_TAGpublic final static Property<View, Float>public final static Property<View, Float>Xpublic final static Property<View, Float>public final static Property<View, Float>Ypublic final static Property<View, Float>public final static Property<View, Float>ZString
+ String
getVersion()
String getVersion()+
String getVersion()
final AbrStrategyMetadata.Builder
setBitrate(Integer bitrate)
+ setBitrate(Integer bitrate)
final AbrStrategyMetadata.Builder setBitrate(Integer bitrate)+
final AbrStrategyMetadata.Builder setBitrate(Integer bitrate)
Sets the initial bitrate.
private final Integerprivate final IntegerbitrateAbrStrategyMetadata(Integer bitrate)final Integer
+ final Integer
getBitrate()
AbrStrategyMetadata(Integer bitrate)+
AbrStrategyMetadata(Integer bitrate)
final Integer getBitrate()+
final Integer getBitrate()
The initial bitrate, in bits per second. (Nullable)
static AbrStrategyType
valueOf(String name)
+ valueOf(String name)
static AbrStrategyType valueOf(String name)+
static AbrStrategyType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
abstract String
+ abstract String
getId()
abstract List<CompanionAd>
+ abstract List<CompanionAd>
getCompanions()
abstract String
+ abstract String
getType()
abstract String
+ abstract String
getCustomIntegration()
Object
+ Object
getCustomData()
@NonNull() abstract String getId()+
@NonNull() abstract String getId()
The identifier of the creative, provided in the VAST-file.
Default: Empty string.
@NonNull() abstract List<CompanionAd> getCompanions()+
@NonNull() abstract List<CompanionAd> getCompanions()
The List of CompanionAds associated to the ad, if available within the same Creatives element.
@Nullable() abstract String getType()+
@Nullable() abstract String getType()
The type of the Ad.
@Nullable() abstract String getCustomIntegration()+
@Nullable() abstract String getCustomIntegration()
The type of custom ad integration.
@Nullable() Object getCustomData()+
@Nullable() Object getCustomData()
The additional integration-specific data associated with this ad.
abstract List<Ad>
+ abstract List<Ad>
getAds()
abstract String
+ abstract String
getCustomIntegration()
abstract String
+ abstract String
getId()
String
+ String
getIdAsString()
Object
+ Object
getCustomData()
@NonNull() abstract List<Ad> getAds()+
@NonNull() abstract List<Ad> getAds()
The list of all the ads which will be played sequentially at the ad break's time offset.
@Nullable() abstract String getCustomIntegration()+
@Nullable() abstract String getCustomIntegration()
The type of custom ad integration.
@Nullable() abstract String getId()+
@Nullable() abstract String getId()
The identifier of the ad break.
null. @Nullable() String getIdAsString()+
@Nullable() String getIdAsString()
The identifier of the ad break.
This is identical to getId.
@Nullable() Object getCustomData()+
@Nullable() Object getCustomData()
The additional integration-specific data associated with this ad break.
private final Integerprivate final IntegertimeOffsetprivate final Stringprivate final Stringidprivate final Integerprivate final IntegermaxDurationprivate Objectprivate ObjectcustomDataAdBreakInit(Integer timeOffset, String id, Integer maxDuration, Object customData)AdBreakInit(Integer timeOffset, String id, Integer maxDuration)AdBreakInit(Integer timeOffset, String id)AdBreakInit(Integer timeOffset)final Integer
+ final Integer
getTimeOffset()
final String
+ final String
getId()
final Integer
+ final Integer
getMaxDuration()
final Object
+ final Object
getCustomData()
final Unit
setCustomData(Object customData)
+ setCustomData(Object customData)
AdBreakInit(Integer timeOffset, String id, Integer maxDuration, Object customData)+
AdBreakInit(Integer timeOffset, String id, Integer maxDuration, Object customData)
AdBreakInit(Integer timeOffset, String id, Integer maxDuration)+
AdBreakInit(Integer timeOffset, String id, Integer maxDuration)
AdBreakInit(Integer timeOffset, String id)+
AdBreakInit(Integer timeOffset, String id)
AdBreakInit(Integer timeOffset)+
AdBreakInit(Integer timeOffset)
final Integer getTimeOffset()+
final Integer getTimeOffset()
The time offset at which content will be paused to play the ad break, in seconds.
Required when used in ServerSideAdIntegrationController.createAdBreak.
Ignored when used in ServerSideAdIntegrationController.updateAdBreak.
final String getId()+
final String getId()
The identifier of the ad break.
final Integer getMaxDuration()+
final Integer getMaxDuration()
The duration of the ad break, in seconds.
final Object getCustomData()+
final Object getCustomData()
Additional integration-specific data associated with this ad break.
final Unit setCustomData(Object customData)+
final Unit setCustomData(Object customData)
Additional integration-specific data associated with this ad break.
private Stringprivate Stringtypeprivate Integerprivate IntegertimeOffsetprivate Integerprivate IntegerskipOffsetprivate Stringprivate Stringidprivate Integerprivate Integerdurationprivate Stringprivate StringclickThroughprivate Stringprivate StringresourceURIprivate List<MediaFile>private List<MediaFile>mediaFilesprivate Objectprivate ObjectcustomDataAdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough, String resourceURI, List<MediaFile> mediaFiles, Object customData)AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough, String resourceURI, List<MediaFile> mediaFiles)AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough, String resourceURI)AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough)AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration)AdInit(String type, Integer timeOffset, Integer skipOffset, String id)AdInit(String type, Integer timeOffset, Integer skipOffset)AdInit(String type, Integer timeOffset)AdInit(String type)final String
+ final String
getType()
final Unit
setType(String type)
+ setType(String type)
final Integer
+ final Integer
getTimeOffset()
final Unit
setTimeOffset(Integer timeOffset)
+ setTimeOffset(Integer timeOffset)
final Integer
+ final Integer
getSkipOffset()
final Unit
setSkipOffset(Integer skipOffset)
+ setSkipOffset(Integer skipOffset)
final String
+ final String
getId()
final Unit
setId(String id)
+ setId(String id)
final Integer
+ final Integer
getDuration()
final Unit
setDuration(Integer duration)
+ setDuration(Integer duration)
final String
+ final String
getClickThrough()
final Unit
setClickThrough(String clickThrough)
+ setClickThrough(String clickThrough)
final String
+ final String
getResourceURI()
final Unit
setResourceURI(String resourceURI)
+ setResourceURI(String resourceURI)
final List<MediaFile>
+ final List<MediaFile>
getMediaFiles()
final Unit
setMediaFiles(List<MediaFile> mediaFiles)
+ setMediaFiles(List<MediaFile> mediaFiles)
final Object
+ final Object
getCustomData()
final Unit
setCustomData(Object customData)
+ setCustomData(Object customData)
AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough, String resourceURI, List<MediaFile> mediaFiles, Object customData)+
AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough, String resourceURI, List<MediaFile> mediaFiles, Object customData)
AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough, String resourceURI, List<MediaFile> mediaFiles)+
AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough, String resourceURI, List<MediaFile> mediaFiles)
AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough, String resourceURI)+
AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough, String resourceURI)
AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough)+
AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration, String clickThrough)
AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration)+
AdInit(String type, Integer timeOffset, Integer skipOffset, String id, Integer duration)
AdInit(String type, Integer timeOffset, Integer skipOffset, String id)+
AdInit(String type, Integer timeOffset, Integer skipOffset, String id)
AdInit(String type, Integer timeOffset, Integer skipOffset)+
AdInit(String type, Integer timeOffset, Integer skipOffset)
AdInit(String type, Integer timeOffset)+
AdInit(String type, Integer timeOffset)
AdInit(String type)+
AdInit(String type)
final String getType()+
final String getType()
The type of the ad.
Can be either 'linear' or 'nonlinear'.
final Unit setType(String type)+
final Unit setType(String type)
The type of the ad.
Can be either 'linear' or 'nonlinear'.
final Integer getTimeOffset()+
final Integer getTimeOffset()
The time offset at which content will be paused to play the ad, in seconds.
Optional when used in ServerSideAdIntegrationController.createAd with an existing AdBreak.
final Unit setTimeOffset(Integer timeOffset)+
final Unit setTimeOffset(Integer timeOffset)
The time offset at which content will be paused to play the ad, in seconds.
Optional when used in ServerSideAdIntegrationController.createAd with an existing AdBreak.
final Integer getSkipOffset()+
final Integer getSkipOffset()
The number of seconds after which the ad can be skipped, in seconds.
final Unit setSkipOffset(Integer skipOffset)+
final Unit setSkipOffset(Integer skipOffset)
The number of seconds after which the ad can be skipped, in seconds.
final String getId()+
final String getId()
The identifier of the ad.
final Unit setId(String id)+
final Unit setId(String id)
The identifier of the ad.
final Integer getDuration()+
final Integer getDuration()
The duration of the ad, in seconds.
Only applicable to linear ads.
final Unit setDuration(Integer duration)+
final Unit setDuration(Integer duration)
The duration of the ad, in seconds.
Only applicable to linear ads.
final String getClickThrough()+
final String getClickThrough()
The website of the advertiser.
final Unit setClickThrough(String clickThrough)+
final Unit setClickThrough(String clickThrough)
The website of the advertiser.
final String getResourceURI()+
final String getResourceURI()
The URI of the the ad content.
final Unit setResourceURI(String resourceURI)+
final Unit setResourceURI(String resourceURI)
The URI of the the ad content.
final List<MediaFile> getMediaFiles()+
final List<MediaFile> getMediaFiles()
The list of media files which contain metadata about ad video files.
Only applicable to linear ads.
final Unit setMediaFiles(List<MediaFile> mediaFiles)+
final Unit setMediaFiles(List<MediaFile> mediaFiles)
The list of media files which contain metadata about ad video files.
Only applicable to linear ads.
final Object getCustomData()+
final Object getCustomData()
Additional integration-specific data associated with this ad.
final Unit setCustomData(Object customData)+
final Unit setCustomData(Object customData)
Additional integration-specific data associated with this ad.
abstract List<Ad>
+ abstract List<Ad>
getCurrentAds()
abstract List<Ad>
+ abstract List<Ad>
getScheduledAds()
abstract void
registerServerSideIntegration(@NonNull() String integrationId, @NonNull() ServerSideAdIntegrationFactory integrationFactory)
+ registerServerSideIntegration(@NonNull() String integrationId, @NonNull() ServerSideAdIntegrationFactory integrationFactory)
@MainThread()@NonNull() abstract List<Ad> getCurrentAds()+
@MainThread()@NonNull() abstract List<Ad> getCurrentAds()
Returns a list of the currently active Ad (linear and/or non linear).
@MainThread()@NonNull() abstract List<Ad> getScheduledAds()+
@MainThread()@NonNull() abstract List<Ad> getScheduledAds()
Returns a list of Ads that still needs to be played.
abstract void registerServerSideIntegration(@NonNull() String integrationId, @NonNull() ServerSideAdIntegrationFactory integrationFactory)+
abstract void registerServerSideIntegration(@NonNull() String integrationId, @NonNull() ServerSideAdIntegrationFactory integrationFactory)
Register a custom advertisement integration.
This allows you to integrate with third-party advertisement providers, and have them report their ads and ad-related events through the THEOplayer Ads API.
abstract String
+ abstract String
getAdSlotId()
abstract String
+ abstract String
getAltText()
abstract String
+ abstract String
getClickThrough()
abstract String
+ abstract String
getResourceURI()
abstract String
+ abstract String
getType()
@NonNull() abstract String getAdSlotId()+
@NonNull() abstract String getAdSlotId()
An identifier of the element in which the companion ad should be appended, if available.
Default: Empty String.
@NonNull() abstract String getAltText()+
@NonNull() abstract String getAltText()
An alternative description for ad.
@NonNull() abstract String getClickThrough()+
@NonNull() abstract String getClickThrough()
The website of the advertisement.
@NonNull() abstract String getResourceURI()+
@NonNull() abstract String getResourceURI()
The URI of the ad content.
@NonNull() abstract String getType()+
@NonNull() abstract String getType()
The type of the companion ad.
abstract List<MediaFile>
+ abstract List<MediaFile>
getMediaFiles()
@NonNull() abstract List<MediaFile> getMediaFiles()+
@NonNull() abstract List<MediaFile> getMediaFiles()
The list of media files which contain metadata about ad video files.
final <Error class: unknown class>
resourceURI(String resourceURI)
+ resourceURI(String resourceURI)
final <Error class: unknown class>
type(String type)
+ type(String type)
final <Error class: unknown class>
delivery(String delivery)
+ delivery(String delivery)
final <Error class: unknown class>
width(Integer width)
+ width(Integer width)
final <Error class: unknown class>
height(Integer height)
+ height(Integer height)
final <Error class: unknown class> resourceURI(String resourceURI)+
final <Error class: unknown class> resourceURI(String resourceURI)
Sets the URI of the VAST content.
final <Error class: unknown class> type(String type)+
final <Error class: unknown class> type(String type)
Sets the MIME type for the file container.
final <Error class: unknown class> delivery(String delivery)+
final <Error class: unknown class> delivery(String delivery)
Sets the delivery type.
final <Error class: unknown class> width(Integer width)+
final <Error class: unknown class> width(Integer width)
Sets the native width of the video file, in pixels.
final <Error class: unknown class> height(Integer height)+
final <Error class: unknown class> height(Integer height)
Sets the native height of the video file, in pixels.
abstract String
+ abstract String
getDelivery()
abstract String
+ abstract String
getResourceURI()
abstract String
+ abstract String
getType()
abstract Integer
+ abstract Integer
getHeight()
abstract Integer
+ abstract Integer
getWidth()
abstract String getDelivery()+
abstract String getDelivery()
The delivery type.
Currently we only support progressive.
It should be either 'progressive' or 'streaming'.
Default: Empty string.
abstract String getResourceURI()+
abstract String getResourceURI()
The URI of the VAST content.
Default: Empty string.
abstract String getType()+
abstract String getType()
The MIME type for the file container.
Default: Empty string.
abstract Integer getHeight()+
abstract Integer getHeight()
The native height of the video file, in pixels.
abstract Integer getWidth()+
abstract Integer getWidth()
The native width of the video file, in pixels.
abstract String
+ abstract String
getClickThrough()
abstract String
+ abstract String
getResourceURI()
@NonNull() abstract String getClickThrough()+
@NonNull() abstract String getClickThrough()
The website of the advertiser.
Default: Empty string.
@NonNull() abstract String getResourceURI()+
@NonNull() abstract String getResourceURI()
The URI of the the ad content.
Default: Empty string.
OmidFriendlyObstruction(View view, OmidFriendlyObstructionPurpose purpose, String reason)String
+ String
getReasonString()
OmidFriendlyObstruction(View view, OmidFriendlyObstructionPurpose purpose, String reason)+
OmidFriendlyObstruction(View view, OmidFriendlyObstructionPurpose purpose, String reason)
@Nullable() String getReasonString()+
@Nullable() String getReasonString()
The reason for the friendly obstruction.
static OmidFriendlyObstructionPurpose
valueOf(String name)
+ valueOf(String name)
static OmidFriendlyObstructionPurpose valueOf(String name)+
static OmidFriendlyObstructionPurpose valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
abstract Unit
updateAdProgress(Ad ad, Double progress)
+ updateAdProgress(Ad ad, Double progress)
abstract Unit
error(Throwable error)
+ error(Throwable error)
abstract Unit
fatalError(Throwable error, ErrorCode code)
+ fatalError(Throwable error, ErrorCode code)
abstract String
+ abstract String
getIntegration()
abstract List<Ad>
+ abstract List<Ad>
getAds()
abstract List<AdBreak>
+ abstract List<AdBreak>
getAdBreaks()
abstract Unit updateAdProgress(Ad ad, Double progress)+
abstract Unit updateAdProgress(Ad ad, Double progress)
Update the playback progression of the given ad.
The player will fire progression events such as AdFirstQuartileEvent, AdMidpointEvent and AdThirdQuartileEvent.
abstract Unit error(Throwable error)+
abstract Unit error(Throwable error)
Fire an AdErrorEvent on the player.
This does not stop playback.
abstract Unit fatalError(Throwable error, ErrorCode code)+
abstract Unit fatalError(Throwable error, ErrorCode code)
Fire a fatal ErrorEvent on the player.
This stops playback immediately. Use Player.setSource to load a new source.
abstract String getIntegration()+
abstract String getIntegration()
The identifier for this integration, as it was passed to Ads.registerServerSideIntegration.
abstract List<Ad> getAds()+
abstract List<Ad> getAds()
abstract List<AdBreak> getAdBreaks()+
abstract List<AdBreak> getAdBreaks()
The scheduled ad breaks managed by this integration.
Use createAdBreak and removeAdBreak to add or remove ad breaks.
abstract String
+ abstract String
getUniversalAdIdRegistry()
abstract String
+ abstract String
getUniversalAdIdValue()
@NonNull() abstract String getUniversalAdIdRegistry()+
@NonNull() abstract String getUniversalAdIdRegistry()
The registry associated with cataloging the UniversalAdId of the selected creative for the ad.
@NonNull() abstract String getUniversalAdIdValue()+
@NonNull() abstract String getUniversalAdIdValue()
The Universal Ad identifier of the selected creative for the ad.
abstract Double
+ abstract Double
contentTimeForStreamTime(Double streamTime)
+ contentTimeForStreamTime(Double streamTime)
abstract Double
+ abstract Double
streamTimeForContentTime(Double contentTime)
+ streamTimeForContentTime(Double contentTime)
abstract List<CuePoint>
+ abstract List<CuePoint>
getCuePoints()
abstract Boolean
+ abstract Boolean
getEnableSnapback()
abstract Unit
setEnableSnapback(Boolean enableSnapback)
+ setEnableSnapback(Boolean enableSnapback)
abstract Double contentTimeForStreamTime(Double streamTime)+
abstract Double contentTimeForStreamTime(Double streamTime)
Returns the content time without ads for a given stream time. Returns the given stream time for live streams.
If the time entered is 15 seconds, after a pre-roll of 10 seconds, it will return 5 seconds.
Used to determine part of content, starting from total stream time.
abstract Double streamTimeForContentTime(Double contentTime)+
abstract Double streamTimeForContentTime(Double contentTime)
Returns the stream time with ads for a given content time. Returns the given content time for live streams.
If the time entered is 5 seconds, after a pre-roll of 10 seconds, it will return 15 seconds.
Used to determine total stream time, starting from content time only.
abstract List<CuePoint> getCuePoints()+
abstract List<CuePoint> getCuePoints()
Returns a list of CuePoint where ads will be played.
abstract Boolean getEnableSnapback()+
abstract Boolean getEnableSnapback()
Whether snapback is enabled. When enabled and the user seeks over multiple ad breaks, the last ad break that was seeked past will be played, if it has not been played yet.
abstract Unit setEnableSnapback(Boolean enableSnapback)+
abstract Unit setEnableSnapback(Boolean enableSnapback)
Whether snapback is enabled. When enabled and the user seeks over multiple ad breaks, the last ad break that was seeked past will be played, if it has not been played yet.
abstract String
+ abstract String
getAdSystem()
abstract String
+ abstract String
getCreativeId()
abstract List<String>
+ abstract List<String>
getWrapperAdIds()
abstract List<String>
+ abstract List<String>
getWrapperAdSystems()
abstract List<String>
+ abstract List<String>
getWrapperCreativeIds()
abstract Integer
+ abstract Integer
getVastMediaBitrate()
abstract List<UniversalAdId>
+ abstract List<UniversalAdId>
getUniversalAdIds()
abstract String
+ abstract String
getTraffickingParameters()
abstract String getAdSystem()+
abstract String getAdSystem()
The source ad server information included in the ad response.
abstract String getCreativeId()+
abstract String getCreativeId()
The identifier of the selected creative for the ad.
abstract List<String> getWrapperAdIds()+
abstract List<String> getWrapperAdIds()
The list of wrapper ad identifiers as specified in the VAST response.
abstract List<String> getWrapperAdSystems()+
abstract List<String> getWrapperAdSystems()
The list of wrapper ad systems as specified in the VAST response.
abstract List<String> getWrapperCreativeIds()+
abstract List<String> getWrapperCreativeIds()
The list of wrapper creative identifiers.
Starts with the first wrapper ad.
abstract Integer getVastMediaBitrate()+
abstract Integer getVastMediaBitrate()
The bitrate of the currently playing creative as listed in the VAST response.
abstract List<UniversalAdId> getUniversalAdIds()+
abstract List<UniversalAdId> getUniversalAdIds()
The list of universal ad ID information of the selected creative for the ad.
abstract String getTraffickingParameters()+
abstract String getTraffickingParameters()
A string with custom parameters associated with the ad at the time of ad trafficking.
Empty string if this information is not available.
abstract Map<String, String>
+ abstract Map<String, String>
getAdData()
abstract Map<String, String> getAdData()+
abstract Map<String, String> getAdData()
A Map<String, String> containing any extra ad data for the event, if needed.
The event types of GoogleImaAdEvent.
private final Stringprivate final Stringnameprivate final Integerprivate final IntegerordinalString
+ String
getName()
final GoogleImaAdEventType
valueOf(String value)
+ valueOf(String value)
String getName()+
String getName()
Function to get the name (textual representation) of an IMA related event.
final GoogleImaAdEventType valueOf(String value)+
final GoogleImaAdEventType valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
abstract Double
+ abstract Double
getDuration()
abstract Integer
+ abstract Integer
getStartTime()
abstract List<MediaTailorTrackingEvent>
+ abstract List<MediaTailorTrackingEvent>
getTrackingEvents()
abstract Double getDuration()+
abstract Double getDuration()
The duration of the MediaTailor ad.
abstract Integer getStartTime()+
abstract Integer getStartTime()
The start time of the MediaTailor ad.
abstract List<MediaTailorTrackingEvent> getTrackingEvents()+
abstract List<MediaTailorTrackingEvent> getTrackingEvents()
The list of MediaTailorTrackingEvents for this particular ad.
abstract String
+ abstract String
getId()
abstract Double
+ abstract Double
getDuration()
abstract Integer
+ abstract Integer
getStartTime()
abstract String getId()+
abstract String getId()
The unique identifier of this MediaTailor adBreak.
abstract Double getDuration()+
abstract Double getDuration()
The duration of the MediaTailor adBreak.
abstract Integer getStartTime()+
abstract Integer getStartTime()
The start time of the MediaTailor adBreak.
public enum MediaTailorAdBreakEventType -extends Enum<MediaTailorAdBreakEventType> implements EventType<MediaTailorAdBreakEvent> +extends Enum<MediaTailorAdBreakEventType> implements EventType<MediaTailorAdBreakEvent>@@ -186,13 +186,13 @@
private final Stringprivate final Stringnameprivate final Integerprivate final IntegerordinalString
+ String
getName()
final MediaTailorAdBreakEventType
valueOf(String value)
+ valueOf(String value)
String getName()+
String getName()
Function to get the name (textual representation) of a MediaTailor adbreak related event.
final MediaTailorAdBreakEventType valueOf(String value)+
final MediaTailorAdBreakEventType valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
public enum MediaTailorAdEventType -extends Enum<MediaTailorAdEventType> implements EventType<MediaTailorAdEvent> +extends Enum<MediaTailorAdEventType> implements EventType<MediaTailorAdEvent>@@ -186,13 +186,13 @@
private final Stringprivate final Stringnameprivate final Integerprivate final IntegerordinalString
+ String
getName()
final MediaTailorAdEventType
valueOf(String value)
+ valueOf(String value)
String getName()+
String getName()
Function to get the name (textual representation) of a MediaTailor ad related event.
final MediaTailorAdEventType valueOf(String value)+
final MediaTailorAdEventType valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
abstract String
+ abstract String
getBackdropUri()
abstract List<Ad>
+ abstract List<Ad>
getAds()
abstract String getBackdropUri()+
abstract String getBackdropUri()
abstract List<Ad> getAds()+
abstract List<Ad> getAds()
abstract String
+ abstract String
getId()
abstract Double
+ abstract Double
getStartTime()
abstract Double
+ abstract Double
getDuration()
abstract Map<String, String>
+ abstract Map<String, String>
getAdTagParameters()
abstract Unit
setAdTagParameters(Map<String, String> adTagParameters)
+ setAdTagParameters(Map<String, String> adTagParameters)
abstract String getId()+
abstract String getId()
abstract Double getStartTime()+
abstract Double getStartTime()
abstract Double getDuration()+
abstract Double getDuration()
abstract Map<String, String> getAdTagParameters()+
abstract Map<String, String> getAdTagParameters()
The ad tag parameters that are used for this specific ad break.
abstract Unit setAdTagParameters(Map<String, String> adTagParameters)+
abstract Unit setAdTagParameters(Map<String, String> adTagParameters)
The ad tag parameters that are used for this specific ad break.
public enum InterstitialType -extends Enum<InterstitialType> +extends Enum<InterstitialType>
The type of the interstitial.
private final Stringprivate final Stringnameprivate final Integerprivate final Integerordinalfinal InterstitialType
valueOf(String value)
+ valueOf(String value)
final InterstitialType valueOf(String value)+
final InterstitialType valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
abstract String
+ abstract String
getImageUrl()
abstract String
+ abstract String
getClickThrough()
abstract String getImageUrl()+
abstract String getImageUrl()
abstract String getClickThrough()+
abstract String getClickThrough()
private final Doubleprivate final Doubleleftprivate final Doubleprivate final Doublerightprivate final Doubleprivate final Doubletopprivate final Doubleprivate final DoublebottomOverlayPosition(Double left, Double right, Double top, Double bottom)final Double
+ final Double
getLeft()
final Double
+ final Double
getRight()
final Double
+ final Double
getTop()
final Double
+ final Double
getBottom()
OverlayPosition(Double left, Double right, Double top, Double bottom)+
OverlayPosition(Double left, Double right, Double top, Double bottom)
final Double getLeft()+
final Double getLeft()
final Double getRight()+
final Double getRight()
final Double getTop()+
final Double getTop()
final Double getBottom()+
final Double getBottom()
private final Doubleprivate final Doublewidthprivate final Doubleprivate final DoubleheightOverlaySize(Double width, Double height)final Double
+ final Double
getWidth()
final Double
+ final Double
getHeight()
OverlaySize(Double width, Double height)+
OverlaySize(Double width, Double height)
final Double getWidth()+
final Double getWidth()
final Double getHeight()+
final Double getHeight()
private final Stringprivate final StringcreativeIdprivate final Stringprivate final StringadSystemTHEOAd(String id, THEOAdBreak adBreak, Double duration, List<CompanionAd> companionAds, String creativeId, String adSystem)final String
+ final String
getCreativeId()
final String
+ final String
getAdSystem()
String
+ String
getId()
List<CompanionAd>
+ List<CompanionAd>
getCompanions()
String
+ String
getType()
Integer
+ Integer
getSkipOffset()
String
+ String
getCustomIntegration()
Object
+ Object
getCustomData()
Double
+ Double
getDurationAsDouble()
Integer
+ Integer
getDuration()
List<MediaFile>
+ List<MediaFile>
getMediaFiles()
THEOAd(String id, THEOAdBreak adBreak, Double duration, List<CompanionAd> companionAds, String creativeId, String adSystem)+
THEOAd(String id, THEOAdBreak adBreak, Double duration, List<CompanionAd> companionAds, String creativeId, String adSystem)
final String getCreativeId()+
final String getCreativeId()
The identifier of the selected creative for the ad.
final String getAdSystem()+
final String getAdSystem()
The source ad server information included in the ad response.
String getId()+
String getId()
List<CompanionAd> getCompanions()+
List<CompanionAd> getCompanions()
String getType()+
String getType()
Integer getSkipOffset()+
Integer getSkipOffset()
String getCustomIntegration()+
String getCustomIntegration()
Object getCustomData()+
Object getCustomData()
Double getDurationAsDouble()+
Double getDurationAsDouble()
Integer getDuration()+
Integer getDuration()
List<MediaFile> getMediaFiles()+
List<MediaFile> getMediaFiles()
THEOAdBreak(String id, Integer timeOffset, Integer duration)List<Ad>
+ List<Ad>
getAds()
Integer
+ Integer
getMaxDuration()
Double
+ Double
getMaxRemainingDuration()
Integer
+ Integer
getTimeOffset()
String
+ String
getCustomIntegration()
String
+ String
getId()
Object
+ Object
getCustomData()
THEOAdBreak(String id, Integer timeOffset, Integer duration)+
THEOAdBreak(String id, Integer timeOffset, Integer duration)
List<Ad> getAds()+
List<Ad> getAds()
Integer getMaxDuration()+
Integer getMaxDuration()
Double getMaxRemainingDuration()+
Double getMaxRemainingDuration()
Integer getTimeOffset()+
Integer getTimeOffset()
String getCustomIntegration()+
String getCustomIntegration()
String getId()+
String getId()
Object getCustomData()+
Object getCustomData()
private final Stringprivate final StringnetworkCodeprivate final Stringprivate final StringcustomAssetKeyprivate final Stringprivate final StringbackdropDoubleBoxprivate final Stringprivate final StringbackdropLShapeprivate final Map<String, String>private final Map<String, String>adTagParametersprivate final Stringprivate final StringstreamActivityMonitorIdprivate final Stringprivate final StringsseEndpointprivate final Stringprivate final StringretrievePodIdURIprivate final Booleanprivate final BooleanuseId3private final Booleanprivate final BooleanuseEMSGprivate final Doubleprivate final DoubleinitializationDelayprivate final Stringprivate final StringdaiAssetKeyprivate final Stringprivate final StringbreakManifestUrlTheoAdDescription(String networkCode, String customAssetKey, String backdropDoubleBox, String backdropLShape, TheoAdsLayoutOverride overrideLayout, Map<String, String> adTagParameters, String streamActivityMonitorId, String sseEndpoint, String retrievePodIdURI, Boolean useId3, Boolean useEMSG, Double initializationDelay, String daiAssetKey, String breakManifestUrl)final String
+ final String
getNetworkCode()
final String
+ final String
getCustomAssetKey()
final String
+ final String
getBackdropDoubleBox()
final String
+ final String
getBackdropLShape()
final Map<String, String>
+ final Map<String, String>
getAdTagParameters()
final String
+ final String
getStreamActivityMonitorId()
final String
+ final String
getSseEndpoint()
final String
+ final String
getRetrievePodIdURI()
final Boolean
+ final Boolean
getUseId3()
final Boolean
+ final Boolean
getUseEMSG()
final Double
+ final Double
getInitializationDelay()
final String
+ final String
getDaiAssetKey()
final String
+ final String
getBreakManifestUrl()
TheoAdDescription(String networkCode, String customAssetKey, String backdropDoubleBox, String backdropLShape, TheoAdsLayoutOverride overrideLayout, Map<String, String> adTagParameters, String streamActivityMonitorId, String sseEndpoint, String retrievePodIdURI, Boolean useId3, Boolean useEMSG, Double initializationDelay, String daiAssetKey, String breakManifestUrl)+
TheoAdDescription(String networkCode, String customAssetKey, String backdropDoubleBox, String backdropLShape, TheoAdsLayoutOverride overrideLayout, Map<String, String> adTagParameters, String streamActivityMonitorId, String sseEndpoint, String retrievePodIdURI, Boolean useId3, Boolean useEMSG, Double initializationDelay, String daiAssetKey, String breakManifestUrl)
final String getNetworkCode()+
final String getNetworkCode()
Default network code to use for ad requests.
This will be overridden by network codes parsed from THEOads ad cues.
If no network code is configured, and it cannot be parsed from the THEOads ad cue, ads will not be loaded.
final String getCustomAssetKey()+
final String getCustomAssetKey()
Default custom asset key to use for ad requests.
This will be overridden by custom asset keys parsed from THEOads ad cues.
If no custom asset key is configured, and it cannot be parsed from the THEOads ad cue, ads will not be loaded.
final String getBackdropDoubleBox()+
final String getBackdropDoubleBox()
Default backdrop image URI to be used as a background for ads in double box layout.
This will be overridden by backdrop image URIs parsed from THEOads ad cues.
If no URI is configured, and it cannot be parsed from the THEOads ad cue, a black screen will be shown as background.
final String getBackdropLShape()+
final String getBackdropLShape()
Default backdrop image URI to be used as a background for ads in L-shape layout.
This will be overridden by backdrop image URIs parsed from THEOads ad cues.
If no URI is configured, and it cannot be parsed from the THEOads ad cue, a black screen will be shown as background.
final Map<String, String> getAdTagParameters()+
final Map<String, String> getAdTagParameters()
The ad tag parameters added to the stream request.
final String getStreamActivityMonitorId()+
final String getStreamActivityMonitorId()
The streamActivityMonitorId added to the GAM Pod stream request.
final String getSseEndpoint()+
final String getSseEndpoint()
The endpoint from where to retrieve the server-sent events.
final String getRetrievePodIdURI()+
final String getRetrievePodIdURI()
The URI from where to retrieve the PodID's as returned from the EABN service from Google.
final Boolean getUseId3()+
final Boolean getUseId3()
Whether to use the ID3-based operating mode.
Only applicable for specific use-cases.
Contact Dolby Optiview for more information.
final Boolean getUseEMSG()+
final Boolean getUseEMSG()
Whether to use the EMSG-based operating mode.
Only applicable for specific use-cases.
Contact Dolby Optiview for more information.
final Double getInitializationDelay()+
final Double getInitializationDelay()
The amount of seconds we wait to initialize THEOads.
final String getDaiAssetKey()+
final String getDaiAssetKey()
The Google DAI asset key which will be used as a fallback source when THEOads is not supported.
final String getBreakManifestUrl()+
final String getBreakManifestUrl()
URL of a Break Manifest from which ad breaks are scheduled.
abstract Unit
replaceAdTagParameters(Map<String, String> adTagParameters)
+ replaceAdTagParameters(Map<String, String> adTagParameters)
abstract List<Interstitial>
+ abstract List<Interstitial>
getCurrentInterstitials()
abstract List<Interstitial>
+ abstract List<Interstitial>
getScheduledInterstitials()
abstract Unit replaceAdTagParameters(Map<String, String> adTagParameters)+
abstract Unit replaceAdTagParameters(Map<String, String> adTagParameters)
Replaces all of the ad tag parameters used for upcoming ad requests for a live stream.
If set, this value overrides any parameters set on the TheoAdDescription.adTagParameters.
abstract List<Interstitial> getCurrentInterstitials()+
abstract List<Interstitial> getCurrentInterstitials()
The currently playing interstitials.
abstract List<Interstitial> getScheduledInterstitials()+
abstract List<Interstitial> getScheduledInterstitials()
List of interstitials which still need to be played.
public enum TheoAdsLayout -extends Enum<TheoAdsLayout> +extends Enum<TheoAdsLayout>
The layout of the THEOad.
private final Stringprivate final Stringnameprivate final Integerprivate final Integerordinalfinal TheoAdsLayout
valueOf(String value)
+ valueOf(String value)
final TheoAdsLayout valueOf(String value)+
final TheoAdsLayout valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
public enum TheoAdsLayoutOverride -extends Enum<TheoAdsLayoutOverride> +extends Enum<TheoAdsLayoutOverride>
Override config for the THEOads ad layout.
private final Stringprivate final Stringnameprivate final Integerprivate final Integerordinalfinal TheoAdsLayoutOverride
valueOf(String value)
+ valueOf(String value)
final TheoAdsLayoutOverride valueOf(String value)+
final TheoAdsLayoutOverride valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
abstract String
+ abstract String
getMessage()
abstract String getMessage()+
abstract String getMessage()
An optional message describing the error that occurred.
public final static Stringpublic final static StringADD_INTERSTITIALpublic final static Stringpublic final static StringINTERSTITIAL_BEGINpublic final static Stringpublic final static StringINTERSTITIAL_ENDpublic final static Stringpublic final static StringINTERSTITIAL_ERRORpublic final static Stringpublic final static StringINTERSTITIAL_UPDATEpublic final static Stringpublic final static StringFALLBACKNotificationCompat.Builder
createSummaryNotificationBuilder(Integer size, NotificationCompat.Builder builder)
+ createSummaryNotificationBuilder(Integer size, NotificationCompat.Builder builder)
NotificationCompat.Builder createSummaryNotificationBuilder(Integer size, NotificationCompat.Builder builder)+
NotificationCompat.Builder createSummaryNotificationBuilder(Integer size, NotificationCompat.Builder builder)
Creates a custom summary notification builder.
static CacheStatus
valueOf(String name)
+ valueOf(String name)
static CacheStatus valueOf(String name)+
static CacheStatus valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
public enum CacheStorageType -extends Enum<CacheStorageType> +extends Enum<CacheStorageType>
The types of cache storage supported by THEOplayer.
As of version 10.0, only CacheStorageType.MEDIA3 is supported.
private final Stringprivate final Stringnameprivate final Integerprivate final Integerordinalfinal CacheStorageType
valueOf(String value)
+ valueOf(String value)
final CacheStorageType valueOf(String value)+
final CacheStorageType valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
CachingParameters.Builder
amount(@Nullable() String amount)
+ amount(@Nullable() String amount)
CachingParameters.Builder
expirationDate(@Nullable() Date expirationDate)
+ expirationDate(@Nullable() Date expirationDate)
CachingParameters.Builder
bandwidth(@Nullable() Long bandwidth)
+ bandwidth(@Nullable() Long bandwidth)
CachingParameters.Builder amount(@Nullable() String amount)+
CachingParameters.Builder amount(@Nullable() String amount)
Sets the amount of data to cache for the given stream. Will be ignored for progressive media caching. Possible formats:
Default: "100%"
CachingParameters.Builder expirationDate(@Nullable() Date expirationDate)+
CachingParameters.Builder expirationDate(@Nullable() Date expirationDate)
Sets the expiration date of the cached data.
Default: 30 minutes after starting the caching task.
CachingParameters.Builder bandwidth(@Nullable() Long bandwidth)-
Sets the upper bandwidth limit of the quality to cache.
CachingParameters.Builder bandwidth(@Nullable() Long bandwidth)+
Sets the upper bandwidth limit of the quality to cache.
bandwidth - The bandwidth between one and MAX_VALUE or null.bandwidth - The bandwidth between one and MAX_VALUE or null.public final Stringpublic final Stringamountpublic final Datepublic final DateexpirationDatepublic final Longpublic final LongbandwidthString
+ String
getAmount()
Date
+ Date
getExpirationDate()
Long
+ Long
getBandwidth()
@NonNull() String getAmount()+
@NonNull() String getAmount()
The amount of data to cache for the given stream.
Possible formats:
Default: "100%"
@NonNull() Date getExpirationDate()+
@NonNull() Date getExpirationDate()
The expiration date of the cached data.
Default: 30 minutes after starting the caching task.
@NonNull() Long getBandwidth()-
The upper bandwidth limit of the quality to cache.
Default: MAX_VALUE
@NonNull() Long getBandwidth()+
The upper bandwidth limit of the quality to cache.
Default: MAX_VALUE
CachingPreferredTrackSelection.Builder
audioTrackSelection(@Nullable() Array<String> audioTrackSelection)
+ audioTrackSelection(@Nullable() Array<String> audioTrackSelection)
CachingPreferredTrackSelection.Builder
textTrackSelection(@Nullable() Array<String> textTrackSelection)
+ textTrackSelection(@Nullable() Array<String> textTrackSelection)
CachingPreferredTrackSelection.Builder audioTrackSelection(@Nullable() Array<String> audioTrackSelection)+
CachingPreferredTrackSelection.Builder audioTrackSelection(@Nullable() Array<String> audioTrackSelection)
The list of language tags that indicates the preferred audio tracks to be cached.
Default: An empty String[].
CachingPreferredTrackSelection.Builder textTrackSelection(@Nullable() Array<String> textTrackSelection)+
CachingPreferredTrackSelection.Builder textTrackSelection(@Nullable() Array<String> textTrackSelection)
The list of language tags that indicates the preferred text tracks to be cached.
Default: An empty String[].
public final Array<String>public final Array<String>audioTrackSelectionpublic final Array<String>public final Array<String>textTrackSelectionArray<String>
+ Array<String>
getAudioTrackSelection()
Array<String>
+ Array<String>
getTextTrackSelection()
String
+ String
toString()
@NonNull() Array<String> getAudioTrackSelection()+
@NonNull() Array<String> getAudioTrackSelection()
The list of language tags that indicates the preferred audio tracks to be cached.
Default: An empty String[].
@NonNull() Array<String> getTextTrackSelection()+
@NonNull() Array<String> getTextTrackSelection()
The list of language tags that indicates the preferred text tracks to be cached.
Default: An empty String[].
@NonNull() String toString()+
@NonNull() String toString()
abstract String
+ abstract String
getId()
abstract Integer
+ abstract Integer
getStatusNotificationId()
abstract Integer
+ abstract Integer
getProgressNotificationId()
@NonNull() abstract String getId()+
@NonNull() abstract String getId()
The identifier of the task. (NonNull)
@Nullable() abstract Integer getStatusNotificationId()+
@Nullable() abstract Integer getStatusNotificationId()
The notification identifier of the task when showing its status notification.
@Nullable() abstract Integer getProgressNotificationId()+
@Nullable() abstract Integer getProgressNotificationId()
The notification identifier of the task when showing its progress notification.
public final class CachingTaskError -extends Exception +extends Exception
The caching task error.
private final Stringprivate final Stringdescriptionprivate final Throwableprivate final Throwablecauseprivate final Stringprivate final StringmessageCachingTaskError(ErrorCode errorCode, String description, Throwable cause)CachingTaskError(ErrorCode errorCode, String description)final String
+ final String
getDescription()
CachingTaskError(ErrorCode errorCode, String description, Throwable cause)+
CachingTaskError(ErrorCode errorCode, String description, Throwable cause)
CachingTaskError(ErrorCode errorCode, String description)+
CachingTaskError(ErrorCode errorCode, String description)
final String getDescription()+
final String getDescription()
The description of the caching task error. (NonNull)
abstract CachingTask
getTaskById(String id)
+ getTaskById(String id)
@Nullable() abstract CachingTask getTaskById(String id)+
@Nullable() abstract CachingTask getTaskById(String id)
The CachingTask with the specified id, if available.
static CachingTaskStatus
valueOf(String name)
+ valueOf(String name)
static CachingTaskStatus valueOf(String name)+
static CachingTaskStatus valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
abstract Boolean
+ abstract Boolean
isCasting()
abstract String
+ abstract String
getReceiverName()
abstract Boolean isCasting()+
abstract Boolean isCasting()
Returns whether THEOplayer is casting to a Chromecast.
abstract String getReceiverName()+
abstract String getReceiverName()
The name of the Chromecast device that the player is casting to, if any.
static CastStrategy
valueOf(String name)
+ valueOf(String name)
static CastStrategy valueOf(String name)+
static CastStrategy valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
public final Stringpublic final StringdescriptionCastError(ErrorCode errorCode, String description)String
+ String
getDescription()
String
+ String
toString()
CastError(ErrorCode errorCode, String description)+
CastError(ErrorCode errorCode, String description)
@NonNull() String getDescription()+
@NonNull() String getDescription()
The description of the cast error.
@NonNull() String toString()+
@NonNull() String toString()
abstract String
+ abstract String
getReceiverName()
@MainThread()@Nullable() abstract String getReceiverName()+
@MainThread()@Nullable() abstract String getReceiverName()
The name of the Chromecast device that the player is casting to, if any.
public static Stringpublic static StringDEFAULT_APP_IDList<SessionProvider>
+ List<SessionProvider>
getAdditionalSessionProviders(Context context)
List<SessionProvider> getAdditionalSessionProviders(Context context)+
List<SessionProvider> getAdditionalSessionProviders(Context context)
static ErrorCode
valueOf(String name)
+ valueOf(String name)
static ErrorCode valueOf(String name)+
static ErrorCode valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
static PlayerCastState
valueOf(String name)
+ valueOf(String name)
static PlayerCastState valueOf(String name)+
static PlayerCastState valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
private final Stringprivate final StringexternalSessionIdprivate final Stringprivate final StringuserIdprivate final List<CMCDEndpointConfiguration>private final List<CMCDEndpointConfiguration>eventEndpointsCMCDConfiguration(String externalSessionId, String userId, Boolean requestMode, List<CMCDEndpointConfiguration> eventEndpoints)final String
+ final String
getExternalSessionId()
final String
+ final String
getUserId()
final List<CMCDEndpointConfiguration>
+ final List<CMCDEndpointConfiguration>
getEventEndpoints()
CMCDConfiguration(String externalSessionId, String userId, Boolean requestMode, List<CMCDEndpointConfiguration> eventEndpoints)+
CMCDConfiguration(String externalSessionId, String userId, Boolean requestMode, List<CMCDEndpointConfiguration> eventEndpoints)
final String getExternalSessionId()+
final String getExternalSessionId()
An external session ID that can be used to identify the current playback session.
final String getUserId()+
final String getUserId()
A user ID that can be used to identify the user.
final List<CMCDEndpointConfiguration> getEventEndpoints()+
final List<CMCDEndpointConfiguration> getEventEndpoints()
A list of CMCD endpoints to which events should be sent.
private final Stringprivate final StringurlCMCDEndpointConfiguration(String url)final String
+ final String
getUrl()
CMCDEndpointConfiguration(String url)+
CMCDEndpointConfiguration(String url)
final String getUrl()+
final String getUrl()
The URL of the CMCD endpoint.
private final Stringprivate final StringsessionIdprivate final Stringprivate final StringexternalSessionIdprivate final Stringprivate final StringuserIdprivate final List<CMCDEndpointConfiguration>private final List<CMCDEndpointConfiguration>eventEndpointsCMCDSourceConfiguration(String sessionId, String externalSessionId, String userId, Boolean requestMode, List<CMCDEndpointConfiguration> eventEndpoints)final String
+ final String
getSessionId()
final String
+ final String
getExternalSessionId()
final String
+ final String
getUserId()
final List<CMCDEndpointConfiguration>
+ final List<CMCDEndpointConfiguration>
getEventEndpoints()
CMCDSourceConfiguration(String sessionId, String externalSessionId, String userId, Boolean requestMode, List<CMCDEndpointConfiguration> eventEndpoints)+
CMCDSourceConfiguration(String sessionId, String externalSessionId, String userId, Boolean requestMode, List<CMCDEndpointConfiguration> eventEndpoints)
final String getSessionId()+
final String getSessionId()
A GUID identifying the current playback session.
A playback session typically consists of the playback of a single media asset along with accompanying content such as advertisements. The maximum length is 64 characters. It is RECOMMENDED to conform to the UUID specification (https://tools.ietf.org/html/rfc4122).
If null, a fresh UUID is generated each time this configuration is applied to the player.
final String getExternalSessionId()+
final String getExternalSessionId()
An external session ID that can be used to identify the current playback session.
Overrides the player-level CMCDConfiguration.externalSessionId when non-null.
final String getUserId()+
final String getUserId()
A user ID that can be used to identify the user.
Overrides the player-level CMCDConfiguration.userId when non-null.
final List<CMCDEndpointConfiguration> getEventEndpoints()+
final List<CMCDEndpointConfiguration> getEventEndpoints()
A list of CMCD endpoints to which events should be sent.
Merged with the player-level CMCDConfiguration.eventEndpoints.
static CMCDTransmissionMode
valueOf(String name)
+ valueOf(String name)
static CMCDTransmissionMode valueOf(String name)+
static CMCDTransmissionMode valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
abstract void
error(Throwable exception)
+ error(Throwable exception)
abstract void error(Throwable exception)+
abstract void error(Throwable exception)
static KeySystemId
valueOf(String name)
+ valueOf(String name)
static KeySystemId valueOf(String name)+
static KeySystemId valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
abstract void
error(Throwable exception)
+ error(Throwable exception)
abstract void error(Throwable exception)+
abstract void error(Throwable exception)
public Stringpublic Stringurlpublic Map<String, String>public Map<String, String>headersRequest(String url)String
+ String
getUrl()
void
setUrl(@NonNull() String url)
+ setUrl(@NonNull() String url)
Map<String, String>
+ Map<String, String>
getHeaders()
void
setHeaders(@NonNull() Map<String, String> headers)
+ setHeaders(@NonNull() Map<String, String> headers)
Request(String url)+
Request(String url)
@NonNull() String getUrl()+
@NonNull() String getUrl()
The URL of the license or certificate server. By default, this will equal the license / certificate URL configured in the KeySystemConfiguration.
void setUrl(@NonNull() String url)+
void setUrl(@NonNull() String url)
Sets the URL of the license or certificate server
@NonNull() Map<String, String> getHeaders()+
@NonNull() Map<String, String> getHeaders()
The HTTP request headers to be sent to the server.
void setHeaders(@NonNull() Map<String, String> headers)+
void setHeaders(@NonNull() Map<String, String> headers)
Sets the HTTP request headers to be sent to the server.
static RequestMethod
valueOf(String name)
+ valueOf(String name)
static RequestMethod valueOf(String name)+
static RequestMethod valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
abstract String
+ abstract String
getUrl()
abstract String
+ abstract String
getStatusText()
abstract Map<String, String>
+ abstract Map<String, String>
getHeaders()
@NonNull() abstract String getUrl()+
@NonNull() abstract String getUrl()
The URL from which the response was returned. This might have been redirected transparently.
@NonNull() abstract String getStatusText()+
@NonNull() abstract String getStatusText()
The status text as returned in the HTTP response.
@NonNull() abstract Map<String, String> getHeaders()+
@NonNull() abstract Map<String, String> getHeaders()
The HTTP headers as returned by the server.
private final Stringprivate final Stringurlprivate final Integerprivate final Integerstatusprivate final Stringprivate final StringstatusTextprivate final Stringprivate final Stringresponseprivate final Integerprivate final IntegersystemCodeprivate final Throwableprivate final Throwablecauseprivate final Stringprivate final StringmessageContentProtectionException(ErrorCode code, String message, String url, Integer status, String statusText, String response, Integer systemCode)ContentProtectionException(ErrorCode code, String message, Throwable cause, String url, Integer status, String statusText, String response, Integer systemCode)final String
+ final String
getUrl()
final Integer
+ final Integer
getStatus()
final String
+ final String
getStatusText()
final String
+ final String
getResponse()
final Integer
+ final Integer
getSystemCode()
ContentProtectionException(ErrorCode code, String message, String url, Integer status, String statusText, String response, Integer systemCode)+
ContentProtectionException(ErrorCode code, String message, String url, Integer status, String statusText, String response, Integer systemCode)
ContentProtectionException(ErrorCode code, String message, Throwable cause, String url, Integer status, String statusText, String response, Integer systemCode)+
ContentProtectionException(ErrorCode code, String message, Throwable cause, String url, Integer status, String statusText, String response, Integer systemCode)
final String getUrl()+
final String getUrl()
The URL that was used in the request.
Only available when code is ErrorCode.CONTENT_PROTECTION_CERTIFICATE_ERROR or ErrorCode.CONTENT_PROTECTION_LICENSE_ERROR.
final Integer getStatus()+
final Integer getStatus()
The status code from the HTTP response.
Only available when code is ErrorCode.CONTENT_PROTECTION_CERTIFICATE_ERROR or ErrorCode.CONTENT_PROTECTION_LICENSE_ERROR.
final String getStatusText()+
final String getStatusText()
A textual description regarding the status from the HTTP response.
Only available when code is ErrorCode.CONTENT_PROTECTION_CERTIFICATE_ERROR or ErrorCode.CONTENT_PROTECTION_LICENSE_ERROR.
final String getResponse()+
final String getResponse()
A textual representation of the body of the HTTP response.
Only available when code is ErrorCode.CONTENT_PROTECTION_CERTIFICATE_ERROR or ErrorCode.CONTENT_PROTECTION_LICENSE_ERROR.
final Integer getSystemCode()+
final Integer getSystemCode()
The internal error code from the CDM.
Only available when code is ErrorCode.CONTENT_PROTECTION_INTERNAL_ERROR.
static ErrorCategory
valueOf(String name)
+ valueOf(String name)
static ErrorCategory valueOf(String name)+
static ErrorCategory valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
static ErrorCode
valueOf(String name)
+ valueOf(String name)
static ErrorCode valueOf(String name)+
static ErrorCode valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
A THEOplayer exception that gives an informative description of the error that occurred.
private final Throwableprivate final Throwablecauseprivate final Stringprivate final StringmessageTHEOplayerException(ErrorCode code, String message, Throwable cause)THEOplayerException(ErrorCode code, String message)THEOplayerException(ErrorCode code, String message, Throwable cause)+
THEOplayerException(ErrorCode code, String message, Throwable cause)
THEOplayerException(ErrorCode code, String message)+
THEOplayerException(ErrorCode code, String message)
-public interface Event<E extends Event<out Object>> +public interface Event<E extends Event<out Object>>
The base Event.
abstract Date
+ abstract Date
getDate()
@NonNull() abstract Date getDate()+
@NonNull() abstract Date getDate()
The Date when the event occurred.
-public interface EventDispatcher<E extends Event<out Object>> +public interface EventDispatcher<E extends Event<out Object>>
The Event Dispatcher.
-public interface EventListener<E extends Event<out Object>> +public interface EventListener<E extends Event<out Object>>
The Event Listener.
abstract String
+ abstract String
getName()
abstract String getName()+
abstract String getName()
The name of this EventType.
abstract String
+ abstract String
getError()
@Nullable() abstract String getError()+
@Nullable() abstract String getError()
The error message of the given AdErrorEvent.
public final Stringpublic final Stringtypestatic AdIntegrationKind
from(@Nullable() String type)
+ from(@Nullable() String type)
String
+ String
toString()
static AdIntegrationKind
valueOf(String name)
+ valueOf(String name)
String
+ String
getType()
@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.
@NonNull() String toString()+
@NonNull() String toString()
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.)
@NonNull() String getType()-
The kind of the integration.
@NonNull() String getType()+
The kind of the integration.
public final static Stringpublic final static StringAD_BEGINpublic final static Stringpublic final static StringAD_ENDpublic final static Stringpublic final static StringAD_SKIPpublic final static Stringpublic final static StringAD_ERRORpublic final static Stringpublic final static StringAD_BREAK_BEGINpublic final static Stringpublic final static StringAD_BREAK_ENDpublic final static Stringpublic final static StringAD_LOADEDpublic final static Stringpublic final static StringAD_IMPRESSIONpublic final static Stringpublic final static StringAD_FIRST_QUARTILEpublic final static Stringpublic final static StringAD_THIRD_QUARTILEpublic final static Stringpublic final static StringAD_MIDPOINTpublic final static Stringpublic final static StringADD_ADpublic final static Stringpublic final static StringADD_AD_BREAKpublic final static Stringpublic final static StringAD_BREAK_CHANGEpublic final static Stringpublic final static StringREMOVE_AD_BREAKpublic final static Stringpublic final static StringAD_TAPPEDpublic final static Stringpublic final static StringAD_CLICKEDpublic final Stringpublic final StringnameCacheEventTypes(String name)String
+ String
getName()
CacheEventTypes(String name)+
CacheEventTypes(String name)
String getName()+
String getName()
The name of this EventType.
public final Stringpublic final StringnameString
+ String
getName()
String getName()+
String getName()
The name of this EventType.
public final Stringpublic final StringnameString
+ String
getName()
String getName()+
String getName()
The name of this EventType.
-public interface ChromecastEvent<E extends Event<out Object>> +public interface ChromecastEvent<E extends Event<out Object>> implements Event<E>
The Chromecast Event.
abstract String
+ abstract String
getMediaTrackType()
@NonNull() abstract String getMediaTrackType()+
@NonNull() abstract String getMediaTrackType()
The textual representation of the media-track type.
abstract Double
+ abstract Double
getDuration()
@NonNull() abstract Double getDuration()+
@NonNull() abstract Double getDuration()
The new duration of the content.
abstract String
+ abstract String
getInitData()
abstract String
+ abstract String
getInitDataType()
@NonNull() abstract String getInitData()+
@NonNull() abstract String getInitData()
Get a textual representation of the data that was encrypted.
@NonNull() abstract String getInitDataType()+
@NonNull() abstract String getInitDataType()
Get a textual representation of the type of data that was encrypted.
public final static Stringpublic final static StringPLAYpublic final static Stringpublic final static StringPAUSEpublic final static Stringpublic final static StringRATECHANGEpublic final static Stringpublic final static StringVOLUMECHANGEpublic final static Stringpublic final static StringPROGRESSpublic final static Stringpublic final static StringDURATIONCHANGEpublic final static Stringpublic final static StringSOURCECHANGEpublic final static Stringpublic final static StringCURRENTSOURCECHANGEpublic final static Stringpublic final static StringREADYSTATECHANGEpublic final static Stringpublic final static StringTIMEUPDATEpublic final static Stringpublic final static StringWAITINGpublic final static Stringpublic final static StringPLAYINGpublic final static Stringpublic final static StringENDEDpublic final static Stringpublic final static StringLOADEDMETADATApublic final static Stringpublic final static StringLOADEDDATApublic final static Stringpublic final static StringCANPLAYpublic final static Stringpublic final static StringCANPLAYTHROUGHpublic final static Stringpublic final static StringSEGMENTNOTFOUNDpublic final static Stringpublic final static StringERRORpublic final static Stringpublic final static StringENCRYPTEDpublic final static Stringpublic final static StringCONTENTPROTECTIONERRORpublic final static Stringpublic final static StringCONTENTPROTECTIONSUCCESSpublic final static Stringpublic final static StringLICENSEREQUESTGENERATEDpublic final static Stringpublic final static StringNOSUPPORTEDREPRESENTATIONFOUNDpublic final static Stringpublic final static StringSEEKINGpublic final static Stringpublic final static StringSEEKEDpublic final static Stringpublic final static StringPRESENTATIONMODECHANGEpublic final static Stringpublic final static StringDESTROYpublic final static Stringpublic final static StringLOADSTARTpublic final static Stringpublic final static StringRESIZEabstract String
+ abstract String
getError()
@NonNull() abstract String getError()+
@NonNull() abstract String getError()
The error message to indicate why the segment was not found.
abstract Date
+ abstract Date
getCurrentProgramDateTime()
@Nullable() abstract Date getCurrentProgramDateTime()+
@Nullable() abstract Date getCurrentProgramDateTime()
The program date time associated with the player.
abstract String
+ abstract String
getDistributionId()
abstract String getDistributionId()+
abstract String getDistributionId()
The new distribution of the player.
abstract String
+ abstract String
getDistributionId()
abstract String getDistributionId()+
abstract String getDistributionId()
The new distribution of the player.
public final static Stringpublic final static StringINTENTTOFALLBACKpublic final static Stringpublic final static StringENTERBADNETWORKMODEpublic final static Stringpublic final static StringEXITBADNETWORKMODEpublic final static Stringpublic final static StringENDPOINTLOADEDpublic final static Stringpublic final static StringDISTRIBUTIONLOADSTARTpublic final static Stringpublic final static StringDISTRIBUTIONLOADEDpublic final static Stringpublic final static StringDISTRIBUTIONOFFLINEThe FullScreenActivity of the player.
Warning: In a future major version, this activity will no longer extend androidx.appcompat.app.AppCompatActivity. If your application overrides this activity or depends on AppCompat-specific behavior, ensure you do not rely on such functionality.
The FullScreenActivity of the player.
Warning: In a future major version, this activity will no longer extend androidx.appcompat.app.AppCompatActivity. If your application overrides this activity or depends on AppCompat-specific behavior, ensure you do not rely on such functionality.
public final static Stringpublic final static StringACCESSIBILITY_SERVICEpublic final static Stringpublic final static StringACCOUNT_SERVICEpublic final static Stringpublic final static StringACTIVITY_SERVICEpublic final static Stringpublic final static StringADVANCED_PROTECTION_SERVICEpublic final static Stringpublic final static StringALARM_SERVICEpublic final static Stringpublic final static StringAPPWIDGET_SERVICEpublic final static Stringpublic final static StringAPP_FUNCTION_SERVICEpublic final static Stringpublic final static StringAPP_OPS_SERVICEpublic final static Stringpublic final static StringAPP_SEARCH_SERVICEpublic final static Stringpublic final static StringAUDIO_SERVICEpublic final static Stringpublic final static StringBATTERY_SERVICEpublic final static Stringpublic final static StringBIOMETRIC_SERVICEpublic final static Stringpublic final static StringBLOB_STORE_SERVICEpublic final static Stringpublic final static StringBLUETOOTH_SERVICEpublic final static Stringpublic final static StringBUGREPORT_SERVICEpublic final static Stringpublic final static StringCAMERA_SERVICEpublic final static Stringpublic final static StringCAPTIONING_SERVICEpublic final static Stringpublic final static StringCARRIER_CONFIG_SERVICEpublic final static Stringpublic final static StringCLIPBOARD_SERVICEpublic final static Stringpublic final static StringCOMPANION_DEVICE_SERVICEpublic final static Stringpublic final static StringCONNECTIVITY_DIAGNOSTICS_SERVICEpublic final static Stringpublic final static StringCONNECTIVITY_SERVICEpublic final static Stringpublic final static StringCONSUMER_IR_SERVICEpublic final static Stringpublic final static StringCONTACT_KEYS_SERVICEpublic final static Stringpublic final static StringCREDENTIAL_SERVICEpublic final static Stringpublic final static StringCROSS_PROFILE_APPS_SERVICEpublic final static Stringpublic final static StringDEVICE_LOCK_SERVICEpublic final static Stringpublic final static StringDEVICE_POLICY_SERVICEpublic final static Stringpublic final static StringDISPLAY_HASH_SERVICEpublic final static Stringpublic final static StringDISPLAY_SERVICEpublic final static Stringpublic final static StringDOMAIN_VERIFICATION_SERVICEpublic final static Stringpublic final static StringDOWNLOAD_SERVICEpublic final static Stringpublic final static StringDROPBOX_SERVICEpublic final static Stringpublic final static StringEUICC_SERVICEpublic final static Stringpublic final static StringFILE_INTEGRITY_SERVICEpublic final static Stringpublic final static StringFINGERPRINT_SERVICEpublic final static Stringpublic final static StringGAME_SERVICEpublic final static Stringpublic final static StringGRAMMATICAL_INFLECTION_SERVICEpublic final static Stringpublic final static StringHARDWARE_PROPERTIES_SERVICEpublic final static Stringpublic final static StringHEALTHCONNECT_SERVICEpublic final static Stringpublic final static StringINPUT_METHOD_SERVICEpublic final static Stringpublic final static StringINPUT_SERVICEpublic final static Stringpublic final static StringIPSEC_SERVICEpublic final static Stringpublic final static StringJOB_SCHEDULER_SERVICEpublic final static Stringpublic final static StringKEYGUARD_SERVICEpublic final static Stringpublic final static StringKEYSTORE_SERVICEpublic final static Stringpublic final static StringLAUNCHER_APPS_SERVICEpublic final static Stringpublic final static StringLAYOUT_INFLATER_SERVICEpublic final static Stringpublic final static StringLOCALE_SERVICEpublic final static Stringpublic final static StringLOCATION_SERVICEpublic final static Stringpublic final static StringMEDIA_COMMUNICATION_SERVICEpublic final static Stringpublic final static StringMEDIA_METRICS_SERVICEpublic final static Stringpublic final static StringMEDIA_PROJECTION_SERVICEpublic final static Stringpublic final static StringMEDIA_QUALITY_SERVICEpublic final static Stringpublic final static StringMEDIA_ROUTER_SERVICEpublic final static Stringpublic final static StringMEDIA_SESSION_SERVICEpublic final static Stringpublic final static StringMIDI_SERVICEpublic final static Stringpublic final static StringNETWORK_STATS_SERVICEpublic final static Stringpublic final static StringNFC_SERVICEpublic final static Stringpublic final static StringNOTIFICATION_SERVICEpublic final static Stringpublic final static StringNSD_SERVICEpublic final static Stringpublic final static StringOVERLAY_SERVICEpublic final static Stringpublic final static StringPEOPLE_SERVICEpublic final static Stringpublic final static StringPERFORMANCE_HINT_SERVICEpublic final static Stringpublic final static StringPERSISTENT_DATA_BLOCK_SERVICEpublic final static Stringpublic final static StringPOWER_SERVICEpublic final static Stringpublic final static StringPRINT_SERVICEpublic final static Stringpublic final static StringPROFILING_SERVICEpublic final static Stringpublic final static StringRESTRICTIONS_SERVICEpublic final static Stringpublic final static StringROLE_SERVICEpublic final static Stringpublic final static StringSATELLITE_SERVICEpublic final static Stringpublic final static StringSEARCH_SERVICEpublic final static Stringpublic final static StringSECURITY_STATE_SERVICEpublic final static Stringpublic final static StringSENSOR_SERVICEpublic final static Stringpublic final static StringSHORTCUT_SERVICEpublic final static Stringpublic final static StringSTATUS_BAR_SERVICEpublic final static Stringpublic final static StringSTORAGE_SERVICEpublic final static Stringpublic final static StringSTORAGE_STATS_SERVICEpublic final static Stringpublic final static StringSYSTEM_HEALTH_SERVICEpublic final static Stringpublic final static StringTELECOM_SERVICEpublic final static Stringpublic final static StringTELEPHONY_IMS_SERVICEpublic final static Stringpublic final static StringTELEPHONY_SERVICEpublic final static Stringpublic final static StringTELEPHONY_SUBSCRIPTION_SERVICEpublic final static Stringpublic final static StringTETHERING_SERVICEpublic final static Stringpublic final static StringTEXT_CLASSIFICATION_SERVICEpublic final static Stringpublic final static StringTEXT_SERVICES_MANAGER_SERVICEpublic final static Stringpublic final static StringTV_AD_SERVICEpublic final static Stringpublic final static StringTV_INPUT_SERVICEpublic final static Stringpublic final static StringTV_INTERACTIVE_APP_SERVICEpublic final static Stringpublic final static StringUI_MODE_SERVICEpublic final static Stringpublic final static StringUSAGE_STATS_SERVICEpublic final static Stringpublic final static StringUSB_SERVICEpublic final static Stringpublic final static StringUSER_SERVICEpublic final static Stringpublic final static StringVIBRATOR_MANAGER_SERVICEpublic final static Stringpublic final static StringVIBRATOR_SERVICEpublic final static Stringpublic final static StringVIRTUAL_DEVICE_SERVICEpublic final static Stringpublic final static StringVPN_MANAGEMENT_SERVICEpublic final static Stringpublic final static StringWALLPAPER_SERVICEpublic final static Stringpublic final static StringWIFI_AWARE_SERVICEpublic final static Stringpublic final static StringWIFI_P2P_SERVICEpublic final static Stringpublic final static StringWIFI_RTT_RANGING_SERVICEpublic final static Stringpublic final static StringWIFI_SERVICEpublic final static Stringpublic final static StringWINDOW_SERVICEabstract void
setFullscreenActivity(@NonNull() Class<out FullScreenActivity> fullscreenActivityClass)
+ setFullscreenActivity(@NonNull() Class<out FullScreenActivity> fullscreenActivityClass)
abstract Class<out FullScreenActivity>
+ abstract Class<out FullScreenActivity>
getFullscreenActivity()
abstract void setFullscreenActivity(@NonNull() Class<out FullScreenActivity> fullscreenActivityClass)+
abstract void setFullscreenActivity(@NonNull() Class<out FullScreenActivity> fullscreenActivityClass)
Sets the FullScreenActivity class to be used.
@NonNull() abstract Class<out FullScreenActivity> getFullscreenActivity()+
@NonNull() abstract Class<out FullScreenActivity> getFullscreenActivity()
The class which is set as the FullScreenActivity class.
Default: The FullScreenActivity class.
-@Retention(value = RetentionPolicy.SOURCE) +@Retention(value = RetentionPolicy.SOURCE) public @interface ScreenOrientationdiff --git a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html index c144f2450a9c..2d8b3def3955 100644 --- a/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html +++ b/theoplayer/static/theoplayer/v11/api-reference/android/com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html @@ -254,7 +254,7 @@
final LatencyConfiguration.Builder
setMinimumOffset(Double minimumOffset)
+ setMinimumOffset(Double minimumOffset)
final LatencyConfiguration.Builder
setMaximumOffset(Double maximumOffset)
+ setMaximumOffset(Double maximumOffset)
final LatencyConfiguration.Builder
setTargetOffset(Double targetOffset)
+ setTargetOffset(Double targetOffset)
final LatencyConfiguration.Builder
setForceSeekOffset(Double forceSeekOffset)
+ setForceSeekOffset(Double forceSeekOffset)
final LatencyConfiguration.Builder
setMinimumPlaybackRate(Double minimumPlaybackRate)
+ setMinimumPlaybackRate(Double minimumPlaybackRate)
final LatencyConfiguration.Builder
setMaximumPlaybackRate(Double maximumPlaybackRate)
+ setMaximumPlaybackRate(Double maximumPlaybackRate)
final LatencyConfiguration.Builder setMinimumOffset(Double minimumOffset)+
final LatencyConfiguration.Builder setMinimumOffset(Double minimumOffset)
The start of the target live window. If the live offset becomes smaller than this value, the player will slow down in order to increase the latency.
Default: 0.66 times the targetOffset.
final LatencyConfiguration.Builder setMaximumOffset(Double maximumOffset)+
final LatencyConfiguration.Builder setMaximumOffset(Double maximumOffset)
The end of the target live window. If the live offset becomes higher than this value, the player will speed up in order to decrease the latency.
Default: Value 1.5 times the targetOffset.
final LatencyConfiguration.Builder setTargetOffset(Double targetOffset)+
final LatencyConfiguration.Builder setTargetOffset(Double targetOffset)
The live offset that the player will aim for. When correcting the offset by tuning the playbackRate, the player will stop correcting when it reaches this value.
This will override the TypedSource.liveOffset value.
final LatencyConfiguration.Builder setForceSeekOffset(Double forceSeekOffset)+
final LatencyConfiguration.Builder setForceSeekOffset(Double forceSeekOffset)
The live offset at which the player will automatically trigger a live seek.
Default: Value 3 times the targetOffset.
final LatencyConfiguration.Builder setMinimumPlaybackRate(Double minimumPlaybackRate)+
final LatencyConfiguration.Builder setMinimumPlaybackRate(Double minimumPlaybackRate)
Indicates the minimum playbackRate used to slow down the player.
Default: Value 0.92
final LatencyConfiguration.Builder setMaximumPlaybackRate(Double maximumPlaybackRate)+
final LatencyConfiguration.Builder setMaximumPlaybackRate(Double maximumPlaybackRate)
Indicates the maximum playbackRate used to speed up the player.
Default: Value 1.08
private final Doubleprivate final DoubletargetOffsetprivate final Doubleprivate final DoubleminimumOffsetprivate final Doubleprivate final DoublemaximumOffsetprivate final Doubleprivate final DoubleforceSeekOffsetprivate final Doubleprivate final DoubleminimumPlaybackRateprivate final Doubleprivate final DoublemaximumPlaybackRateLatencyConfiguration(Double targetOffset, Double minimumOffset, Double maximumOffset, Double forceSeekOffset, Double minimumPlaybackRate, Double maximumPlaybackRate)final Double
+ final Double
getTargetOffset()
final Double
+ final Double
getMinimumOffset()
final Double
+ final Double
getMaximumOffset()
final Double
+ final Double
getForceSeekOffset()
final Double
+ final Double
getMinimumPlaybackRate()
final Double
+ final Double
getMaximumPlaybackRate()
LatencyConfiguration(Double targetOffset, Double minimumOffset, Double maximumOffset, Double forceSeekOffset, Double minimumPlaybackRate, Double maximumPlaybackRate)+
LatencyConfiguration(Double targetOffset, Double minimumOffset, Double maximumOffset, Double forceSeekOffset, Double minimumPlaybackRate, Double maximumPlaybackRate)
final Double getTargetOffset()+
final Double getTargetOffset()
The live offset that the player will aim for. When correcting the offset by tuning the playbackRate, the player will stop correcting when it reaches this value.
This will override the TypedSource.liveOffset value.
final Double getMinimumOffset()+
final Double getMinimumOffset()
The start of the target live window. If the live offset becomes smaller than this value, the player will slow down in order to increase the latency.
Default: 0.66 times the targetOffset.
final Double getMaximumOffset()+
final Double getMaximumOffset()
The end of the target live window. If the live offset becomes higher than this value, the player will speed up in order to decrease the latency.
Default: Value 1.5 times the targetOffset.
final Double getForceSeekOffset()+
final Double getForceSeekOffset()
The live offset at which the player will automatically trigger a live seek.
Default: Value 3 times the targetOffset.
final Double getMinimumPlaybackRate()+
final Double getMinimumPlaybackRate()
Indicates the minimum playbackRate used to slow down the player.
Default: Value 0.92
final Double getMaximumPlaybackRate()+
final Double getMaximumPlaybackRate()
Indicates the maximum playbackRate used to speed up the player.
Default: Value 1.08
abstract Boolean
+ abstract Boolean
isEnabled()
abstract Unit
setEnabled(Boolean isEnabled)
+ setEnabled(Boolean isEnabled)
abstract Boolean
+ abstract Boolean
isMonitoringLivePlayback()
abstract Double
+ abstract Double
getCurrentLatency()
@MainThread() abstract Boolean isEnabled()+
@MainThread() abstract Boolean isEnabled()
Whether the latency manager is enabled.
With the Media3 backend, this value is automatically set to true when TypedSource.latencyConfiguration is set.
@MainThread() abstract Unit setEnabled(Boolean isEnabled)+
@MainThread() abstract Unit setEnabled(Boolean isEnabled)
Whether the latency manager is enabled.
With the Media3 backend, this value is automatically set to true when TypedSource.latencyConfiguration is set.
@MainThread() abstract Boolean isMonitoringLivePlayback()+
@MainThread() abstract Boolean isMonitoringLivePlayback()
Whether the latency manager is monitoring to stay within the live playback configuration.
Can only be monitored for live playback.
With the Media3 backend, this value is true if the manager is enabled and a TypedSource.latencyConfiguration was set.
@MainThread() abstract Double getCurrentLatency()+
@MainThread() abstract Double getCurrentLatency()
The current latency.
Only available during live playback.
public final static Stringpublic final static StringDEFAULT_API_URLprivate final Stringprivate final StringstreamAccountIdprivate final Stringprivate final StringapiUrlprivate final Stringprivate final StringsubscriberTokenprivate final Map<String, String>private final Map<String, String>headersprivate final Booleanprivate final BooleanhlsDateRangeprivate final Doubleprivate final DoubleliveOffsetprivate final Booleanprivate final BooleanlowLatencyprivate final Stringprivate final Stringsrcprivate final Stringprivate final StringtimeServerMillicastSource(String src, String streamAccountId, String apiUrl, String subscriberToken, Option connectOptions)final String
+ final String
getStreamAccountId()
final String
+ final String
getApiUrl()
final String
+ final String
getSubscriberToken()
Boolean
+ Boolean
equals(Object other)
+ equals(Object other)
Integer
+ Integer
hashCode()
final MillicastSource
copy(String src, String streamAccountId, String apiUrl, String subscriberToken, Option connectOptions)
+ copy(String src, String streamAccountId, String apiUrl, String subscriberToken, Option connectOptions)
MillicastSource
copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)
+ copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)
MillicastSource(String src, String streamAccountId, String apiUrl, String subscriberToken, Option connectOptions)+
MillicastSource(String src, String streamAccountId, String apiUrl, String subscriberToken, Option connectOptions)
final String getStreamAccountId()+
final String getStreamAccountId()
The account identifier.
final String getApiUrl()+
final String getApiUrl()
The URL of the API endpoint that the SDK communicates with for authentication.
final String getSubscriberToken()+
final String getSubscriberToken()
The subscribing token.
Boolean equals(Object other)+
Boolean equals(Object other)
Integer hashCode()+
Integer hashCode()
final MillicastSource copy(String src, String streamAccountId, String apiUrl, String subscriberToken, Option connectOptions)+
final MillicastSource copy(String src, String streamAccountId, String apiUrl, String subscriberToken, Option connectOptions)
Creates a new MillicastSource with the same properties as this source, optionally replacing specific properties with the given values.
MillicastSource copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)+
MillicastSource copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)
private final URLprivate final URLurlprivate final Map<String, String>private final Map<String, String>headersprivate final Integerprivate final Integerstatusprivate final Stringprivate final StringstatusTextCompleteHTTPResponse(HTTPRequest request, URL url, Map<String, String> headers, Integer status, String statusText, ByteArray body)URL
+ URL
getUrl()
Map<String, String>
+ Map<String, String>
getHeaders()
Integer
+ Integer
getStatus()
String
+ String
getStatusText()
CompleteHTTPResponse(HTTPRequest request, URL url, Map<String, String> headers, Integer status, String statusText, ByteArray body)+
CompleteHTTPResponse(HTTPRequest request, URL url, Map<String, String> headers, Integer status, String statusText, ByteArray body)
URL getUrl()+
URL getUrl()
The URL which was used to do the request to.
Note that, in case of redirects it can be different from the original request URL.
Map<String, String> getHeaders()+
Map<String, String> getHeaders()
The response headers received from the request.
In case of multiple values per key, the values are comma separated.
Integer getStatus()+
Integer getStatus()
The status code from the HTTP response message received from the request.
From responses like HTTP/1.0 200 OK, extracts the number 200.
String getStatusText()+
String getStatusText()
The HTTP response message, if any, returned from a server.
From responses like HTTP/1.0 200 OK, extracts the Strings "OK".
Returns null if none could be discerned from the responses (the result was not valid HTTP).
abstract String
+ abstract String
getMethod()
abstract URL
+ abstract URL
getUrl()
abstract Map<String, String>
+ abstract Map<String, String>
getHeaders()
abstract Integer
+ abstract Integer
getConnectTimeout()
abstract Integer
+ abstract Integer
getReadTimeout()
abstract String getMethod()+
abstract String getMethod()
The method for the URL request, one of:
"GET", "POST", "HEAD", "OPTIONS", "PUT", "DELETE", "TRACE"
abstract URL getUrl()+
abstract URL getUrl()
The URL to perform the request to.
abstract Map<String, String> getHeaders()+
abstract Map<String, String> getHeaders()
The request headers to be used during the request.
In case of multiple values per key, the values are comma separated.
abstract Integer getConnectTimeout()+
abstract Integer getConnectTimeout()
The connection timeout in milliseconds. This timeout is used when establishing a connection to a remote server. If the connection cannot be established within this timeout period, a connection timeout error will be thrown.
abstract Integer getReadTimeout()+
abstract Integer getReadTimeout()
The read timeout in milliseconds. This timeout is used when reading data from an established connection with a remote server. If no data is received within this timeout period, a read timeout error will be thrown.
abstract URL
+ abstract URL
getUrl()
abstract Map<String, String>
+ abstract Map<String, String>
getHeaders()
abstract Integer
+ abstract Integer
getStatus()
abstract String
+ abstract String
getStatusText()
abstract URL getUrl()+
abstract URL getUrl()
The URL which was used to do the request to.
Note that, in case of redirects it can be different from the original request URL.
abstract Map<String, String> getHeaders()+
abstract Map<String, String> getHeaders()
The response headers received from the request.
In case of multiple values per key, the values are comma separated.
abstract Integer getStatus()+
abstract Integer getStatus()
The status code from the HTTP response message received from the request.
From responses like HTTP/1.0 200 OK, extracts the number 200.
abstract String getStatusText()+
abstract String getStatusText()
The HTTP response message, if any, returned from a server.
From responses like HTTP/1.0 200 OK, extracts the Strings "OK".
Returns null if none could be discerned from the responses (the result was not valid HTTP).
abstract String
+ abstract String
getMethod()
abstract Unit
setMethod(String method)
+ setMethod(String method)
abstract URL
+ abstract URL
getUrl()
abstract Unit
setUrl(URL url)
+ setUrl(URL url)
abstract Map<String, String>
+ abstract Map<String, String>
getHeaders()
abstract Unit
setHeaders(Map<String, String> headers)
+ setHeaders(Map<String, String> headers)
abstract Integer
+ abstract Integer
getConnectTimeout()
abstract Unit
setConnectTimeout(Integer connectTimeout)
+ setConnectTimeout(Integer connectTimeout)
abstract Integer
+ abstract Integer
getReadTimeout()
abstract Unit
setReadTimeout(Integer readTimeout)
+ setReadTimeout(Integer readTimeout)
abstract String getMethod()+
abstract String getMethod()
The mutable method for the URL request, one of:
"GET", "POST", "HEAD", "OPTIONS", "PUT", "DELETE", "TRACE"
abstract Unit setMethod(String method)+
abstract Unit setMethod(String method)
The mutable method for the URL request, one of:
"GET", "POST", "HEAD", "OPTIONS", "PUT", "DELETE", "TRACE"
abstract URL getUrl()+
abstract URL getUrl()
The mutable URL to perform the request to.
abstract Unit setUrl(URL url)+
abstract Unit setUrl(URL url)
The mutable URL to perform the request to.
abstract Map<String, String> getHeaders()+
abstract Map<String, String> getHeaders()
The mutable request headers to be used during the request.
In case of multiple values per key, the values are comma separated.
Adding or overriding headers can be done by:
headers["newKey"] = "newValue"
abstract Unit setHeaders(Map<String, String> headers)+
abstract Unit setHeaders(Map<String, String> headers)
The mutable request headers to be used during the request.
In case of multiple values per key, the values are comma separated.
Adding or overriding headers can be done by:
headers["newKey"] = "newValue"
abstract Integer getConnectTimeout()+
abstract Integer getConnectTimeout()
The connection timeout in milliseconds. This timeout is used when establishing a connection to a remote server. If the connection cannot be established within this timeout period, a connection timeout error will be thrown.
abstract Unit setConnectTimeout(Integer connectTimeout)+
abstract Unit setConnectTimeout(Integer connectTimeout)
The connection timeout in milliseconds. This timeout is used when establishing a connection to a remote server. If the connection cannot be established within this timeout period, a connection timeout error will be thrown.
abstract Integer getReadTimeout()+
abstract Integer getReadTimeout()
The read timeout in milliseconds. This timeout is used when reading data from an established connection with a remote server. If no data is received within this timeout period, a read timeout error will be thrown.
abstract Unit setReadTimeout(Integer readTimeout)+
abstract Unit setReadTimeout(Integer readTimeout)
The read timeout in milliseconds. This timeout is used when reading data from an established connection with a remote server. If no data is received within this timeout period, a read timeout error will be thrown.
abstract URL
+ abstract URL
getUrl()
abstract Unit
setUrl(URL url)
+ setUrl(URL url)
abstract Map<String, String>
+ abstract Map<String, String>
getHeaders()
abstract Unit
setHeaders(Map<String, String> headers)
+ setHeaders(Map<String, String> headers)
abstract Integer
+ abstract Integer
getStatus()
abstract Unit
setStatus(Integer status)
+ setStatus(Integer status)
abstract String
+ abstract String
getStatusText()
abstract Unit
setStatusText(String statusText)
+ setStatusText(String statusText)
abstract URL getUrl()+
abstract URL getUrl()
The mutable URL which was used to do the request to.
Note that, in case of redirects it can be different from the original request URL.
abstract Unit setUrl(URL url)+
abstract Unit setUrl(URL url)
The mutable URL which was used to do the request to.
Note that, in case of redirects it can be different from the original request URL.
abstract Map<String, String> getHeaders()+
abstract Map<String, String> getHeaders()
The mutable response headers received from the request.
In case of multiple values per key, the values are comma separated.
Adding or overriding headers can be done by:
headers"newKey" = "newValue"
abstract Unit setHeaders(Map<String, String> headers)+
abstract Unit setHeaders(Map<String, String> headers)
The mutable response headers received from the request.
In case of multiple values per key, the values are comma separated.
Adding or overriding headers can be done by:
headers"newKey" = "newValue"
abstract Integer getStatus()+
abstract Integer getStatus()
The mutable status code from the HTTP response message received from the request.
From responses like HTTP/1.0 200 OK, extracts the number 200.
abstract Unit setStatus(Integer status)+
abstract Unit setStatus(Integer status)
The mutable status code from the HTTP response message received from the request.
From responses like HTTP/1.0 200 OK, extracts the number 200.
abstract String getStatusText()+
abstract String getStatusText()
The mutable HTTP response message, if any, returned from a server.
From responses like HTTP/1.0 200 OK, extracts the Strings "OK".
Returns null if none could be discerned from the responses (the result was not valid HTTP).
abstract Unit setStatusText(String statusText)+
abstract Unit setStatusText(String statusText)
The mutable HTTP response message, if any, returned from a server.
From responses like HTTP/1.0 200 OK, extracts the Strings "OK".
Returns null if none could be discerned from the responses (the result was not valid HTTP).
abstract Unit
onRequestAsync(InterceptableHTTPRequest request, JavaCallback<Void> callback)
+ onRequestAsync(InterceptableHTTPRequest request, JavaCallback<Void> callback)
abstract Unit
onResponseAsync(InterceptableHTTPResponse response, JavaCallback<Void> callback)
+ onResponseAsync(InterceptableHTTPResponse response, JavaCallback<Void> callback)
abstract Unit onRequestAsync(InterceptableHTTPRequest request, JavaCallback<Void> callback)+
abstract Unit onRequestAsync(InterceptableHTTPRequest request, JavaCallback<Void> callback)
Intercepts an HTTP request before opening the connection, optionally modifying the request.
After the given callback is called, the given request can no longer be modified.
abstract Unit onResponseAsync(InterceptableHTTPResponse response, JavaCallback<Void> callback)+
abstract Unit onResponseAsync(InterceptableHTTPResponse response, JavaCallback<Void> callback)
Intercepts an HTTP response before receiving the response bode, optionally modifying the response.
After the given callback is called, the given response can no longer be modified.
public enum RequestMediaType -extends Enum<RequestMediaType> +extends Enum<RequestMediaType>
The media's type.
private final Stringprivate final Stringnameprivate final Integerprivate final Integerordinalfinal RequestMediaType
valueOf(String value)
+ valueOf(String value)
final RequestMediaType valueOf(String value)+
final RequestMediaType valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
public enum RequestSubType -extends Enum<RequestSubType> +extends Enum<RequestSubType>
The request's subtype.
private final Stringprivate final Stringnameprivate final Integerprivate final Integerordinalfinal RequestSubType
valueOf(String value)
+ valueOf(String value)
final RequestSubType valueOf(String value)+
final RequestSubType valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
public enum RequestType -extends Enum<RequestType> +extends Enum<RequestType>
The request's type.
private final Stringprivate final Stringnameprivate final Integerprivate final Integerordinalfinal RequestType
valueOf(String value)
+ valueOf(String value)
final RequestType valueOf(String value)+
final RequestType valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
public enum ResponseType -extends Enum<ResponseType> +extends Enum<ResponseType>@@ -181,13 +181,13 @@
private final Stringprivate final Stringnameprivate final Integerprivate final Integerordinalfinal ResponseType
valueOf(String value)
+ valueOf(String value)
final ResponseType valueOf(String value)+
final ResponseType valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
static PiPType
valueOf(String name)
+ valueOf(String name)
static PiPType valueOf(String name)+
static PiPType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
static AspectRatio
valueOf(String name)
+ valueOf(String name)
static AspectRatio valueOf(String name)+
static AspectRatio valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
final NetworkConfiguration.Builder
maxRetries(Integer maxRetries)
+ maxRetries(Integer maxRetries)
final NetworkConfiguration.Builder
minimumBackOff(Long minimumBackOff)
+ minimumBackOff(Long minimumBackOff)
final NetworkConfiguration.Builder
maximumBackOff(Long maximumBackOff)
+ maximumBackOff(Long maximumBackOff)
final NetworkConfiguration.Builder
useHttpEngine(Boolean useHttpEngine)
+ useHttpEngine(Boolean useHttpEngine)
final NetworkConfiguration.Builder maxRetries(Integer maxRetries)+
final NetworkConfiguration.Builder maxRetries(Integer maxRetries)
Sets the maximum amount of retries before the player throws a fatal error.
final NetworkConfiguration.Builder minimumBackOff(Long minimumBackOff)+
final NetworkConfiguration.Builder minimumBackOff(Long minimumBackOff)
Sets the initial delay in milliseconds before a retry request occurs. Exponential backoff will be applied on this value.
final NetworkConfiguration.Builder maximumBackOff(Long maximumBackOff)+
final NetworkConfiguration.Builder maximumBackOff(Long maximumBackOff)
Sets the maximum amount of delay in milliseconds between retry requests.
final NetworkConfiguration.Builder useHttpEngine(Boolean useHttpEngine)+
final NetworkConfiguration.Builder useHttpEngine(Boolean useHttpEngine)
Sets whether the player should use android.net.http.HttpEngine or Cronet for its network stack, if available.
private final Integerprivate final IntegermaxRetriesprivate final Longprivate final LongminimumBackOffprivate final Longprivate final LongmaximumBackOffprivate final Booleanprivate final BooleanuseHttpEnginefinal Integer
+ final Integer
getMaxRetries()
final Long
+ final Long
getMinimumBackOff()
final Long
+ final Long
getMaximumBackOff()
final Boolean
+ final Boolean
getUseHttpEngine()
final Integer getMaxRetries()+
final Integer getMaxRetries()
The maximum amount of retries before the player throws a fatal error.
Default: Integer.MAX_VALUE.
final Long getMinimumBackOff()+
final Long getMinimumBackOff()
Sets the initial delay in milliseconds before a retry request occurs. Exponential backoff will be applied on this value.
Default: 200.
final Long getMaximumBackOff()+
final Long getMaximumBackOff()
Sets the maximum amount of delay in milliseconds between retry requests.
Default: 30000.
final Boolean getUseHttpEngine()-
Whether the player should use android.net.http.HttpEngine or Cronet for its network stack, if available.
By default, the player uses android.net.http.HttpEngine (on Android 14 and higher) or Cronet (when added as a library to your app) for all its network requests, taking advantage of HTTP/2 and HTTP/3 support for optimal media streaming. When neither of these APIs are available, the player falls back to HTTP/1.1 using java.net.HttpURLConnection.
When set to true, the player will attempt to use either android.net.http.HttpEngine or Cronet for its network requests.
When set to false, the player will always use java.net.HttpURLConnection.
Note: Some APIs such as com.theoplayer.android.api.settings.SslSettings.setKeyStore are not supported when using the modern network stack.
Default: true
final Boolean getUseHttpEngine()+
Whether the player should use android.net.http.HttpEngine or Cronet for its network stack, if available.
By default, the player uses android.net.http.HttpEngine (on Android 14 and higher) or Cronet (when added as a library to your app) for all its network requests, taking advantage of HTTP/2 and HTTP/3 support for optimal media streaming. When neither of these APIs are available, the player falls back to HTTP/1.1 using java.net.HttpURLConnection.
When set to true, the player will attempt to use either android.net.http.HttpEngine or Cronet for its network requests.
When set to false, the player will always use java.net.HttpURLConnection.
Note: Some APIs such as com.theoplayer.android.api.settings.SslSettings.setKeyStore are not supported when using the modern network stack.
Default: true
abstract TypedSource
+ getCurrentSource()
+ null if no source is set.abstract void
addIntegration(Integration integration)
@@ -256,7 +264,7 @@ abstract void
removeIntegration(Integration integration)
@@ -264,7 +272,7 @@ abstract TheoLive
getTheoLive()
@@ -272,7 +280,7 @@ abstract Ads
getAds()
@@ -280,7 +288,7 @@ abstract Abr
getAbr()
@@ -288,7 +296,7 @@ abstract MediaTrackList<VideoQuality>
getVideoTracks()
@@ -296,7 +304,7 @@ abstract MediaTrackList<AudioQuality>
getAudioTracks()
@@ -304,7 +312,7 @@ abstract TextTrackList
getTextTracks()
@@ -312,7 +320,7 @@ abstract double
getDuration()
@@ -320,7 +328,7 @@ abstract boolean
isAutoplay()
@@ -328,7 +336,7 @@ abstract void
setAutoplay(boolean autoplay)
@@ -336,7 +344,7 @@ abstract double
getVolume()
@@ -344,7 +352,7 @@ abstract void
setVolume(double volume)
@@ -352,7 +360,7 @@ abstract PreloadType
getPreload()
@@ -360,7 +368,7 @@ abstract void
setPreload(@NonNull() PreloadType preload)
@@ -368,7 +376,7 @@ abstract boolean
isMuted()
@@ -376,7 +384,7 @@ abstract void
setMuted(boolean muted)
@@ -384,7 +392,7 @@ abstract boolean
isSeeking()
@@ -392,7 +400,7 @@ abstract SourceDescription
getSource()
@@ -400,7 +408,7 @@ abstract void
setSource(@Nullable() SourceDescription source)
@@ -408,23 +416,23 @@ abstract String
+ abstract String
getSrc()
abstract void
setSrc(@Nullable() String src)
+ setSrc(@Nullable() String src)
abstract boolean
isPaused()
@@ -432,7 +440,7 @@ abstract boolean
isEnded()
@@ -440,7 +448,7 @@ abstract void
play()
@@ -448,7 +456,7 @@ abstract void
pause()
@@ -456,7 +464,7 @@ abstract void
stop()
@@ -464,7 +472,7 @@ abstract ReadyState
getReadyState()
@@ -472,7 +480,7 @@ abstract TimeRanges
getBuffered()
@@ -480,7 +488,7 @@ abstract double
getCurrentTime()
@@ -488,7 +496,7 @@ abstract void
setCurrentTime(double currentTime)
@@ -496,7 +504,7 @@ abstract Metrics
getMetrics()
@@ -504,15 +512,15 @@ abstract String
+ abstract String
getError()
abstract double
getPlaybackRate()
@@ -520,7 +528,7 @@ abstract void
setPlaybackRate(double playbackRate)
@@ -528,7 +536,7 @@ abstract TimeRanges
getPlayed()
@@ -536,7 +544,7 @@ abstract TimeRanges
getSeekable()
@@ -544,23 +552,23 @@ abstract Date
+ abstract Date
getCurrentProgramDateTime()
abstract void
setCurrentProgramDateTime(Date currentProgramDateTime)
+ setCurrentProgramDateTime(Date currentProgramDateTime)
abstract int
getVideoHeight()
@@ -568,7 +576,7 @@ abstract int
getVideoWidth()
@@ -576,7 +584,7 @@ abstract HespApi
getHespApi()
@@ -584,7 +592,7 @@ abstract void
setAspectRatio(AspectRatio aspectRatio)
@@ -592,7 +600,7 @@ abstract void
setRenderingTarget(RenderingTarget renderingTarget)
@@ -600,7 +608,7 @@ abstract void
setCustomSurface(@Nullable() Surface surface, int width, int height)
@@ -608,7 +616,7 @@ abstract TextTrackStyle
getTextTrackStyle()
@@ -616,7 +624,7 @@ abstract Network
getNetwork()
@@ -624,7 +632,7 @@ abstract LatencyManager
getLatencyManager()
@@ -632,18 +640,18 @@ abstract String
+ abstract String
getPoster()
abstract void
setPoster(@Nullable() String poster)
+ setPoster(@Nullable() String poster)
@MainThread()@Nullable() abstract TypedSource getCurrentSource()+
Returns the source that is currently being played, or null if no source is set.
the currently played TypedSource, or null if no source is set.
@MainThread()@Nullable() abstract String getSrc()+
@MainThread()@Nullable() abstract String getSrc()
The current URL of the media.
@MainThread() abstract void setSrc(@Nullable() String src)+
@MainThread() abstract void setSrc(@Nullable() String src)
Sets a new media source URL.
@MainThread()@Nullable() abstract String getError()+
@MainThread()@Nullable() abstract String getError()
The last error that occurred for the current source, if any.
@MainThread()@Nullable() abstract Date getCurrentProgramDateTime()+
@MainThread()@Nullable() abstract Date getCurrentProgramDateTime()
The current playback position of the media, as a timestamp.
@MainThread() abstract void setCurrentProgramDateTime(Date currentProgramDateTime)+
@MainThread() abstract void setCurrentProgramDateTime(Date currentProgramDateTime)
Sets the current program date time.
@MainThread()@Nullable() abstract String getPoster()+
@MainThread()@Nullable() abstract String getPoster()
The poster image URL of the player.
@MainThread() abstract void setPoster(@Nullable() String poster)+
@MainThread() abstract void setPoster(@Nullable() String poster)
Sets the poster image URL for the player. This poster will be shown for any source which doesn't specify the poster URL in the SourceDescription.
public final Stringpublic final Stringtypestatic PreloadType
valueOf(String name)
+ valueOf(String name)
String
+ String
getType()
static PreloadType valueOf(String name)+
static PreloadType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
@NonNull() String getType()+
@NonNull() String getType()
The textual representation of preload type.
public final Stringpublic final Stringmodestatic PresentationMode
valueOf(String name)
+ valueOf(String name)
String
+ String
getMode()
static PresentationMode valueOf(String name)+
static PresentationMode valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
String getMode()+
String getMode()
static ReadyState
valueOf(String name)
+ valueOf(String name)
static ReadyState valueOf(String name)+
static ReadyState valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
static RenderingTarget
valueOf(String name)
+ valueOf(String name)
static RenderingTarget valueOf(String name)+
static RenderingTarget valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
abstract String
+ abstract String
getId()
abstract String
+ abstract String
getName()
abstract String
+ abstract String
getUrl()
abstract String getId()+
abstract String getId()
abstract String getName()+
abstract String getName()
abstract String getUrl()+
abstract String getUrl()
abstract String
+ abstract Unit
+ switchToHesp()
+ abstract String
getAuthToken()
abstract Unit
setAuthToken(String authToken)
+ setAuthToken(String authToken)
abstract Unit switchToHesp()+
Forces the player back to HESP when available: resets the HESP cooldown and re-selects a HESP source.
abstract String getAuthToken()+
abstract String getAuthToken()
The authentication token that will be used when requesting a manifest or segment. To unset the token, pass null or an empty string.
abstract Unit setAuthToken(String authToken)+
abstract Unit setAuthToken(String authToken)
The authentication token that will be used when requesting a manifest or segment. To unset the token, pass null or an empty string.
abstract String
+ abstract String
getId()
abstract Long
+ abstract Long
getBandwidth()
abstract Boolean
+ abstract Boolean
isBadNetworkOnly()
abstract String getId()+
abstract String getId()
abstract Long getBandwidth()+
abstract Long getBandwidth()
abstract Boolean isBadNetworkOnly()+
abstract Boolean isBadNetworkOnly()
abstract String
+ abstract String
getKind()
abstract String
+ abstract String
getId()
abstract String
+ abstract String
getLabel()
abstract String
+ abstract String
getLanguage()
@Nullable() abstract String getKind()+
@Nullable() abstract String getKind()
The kind of the track.
@Nullable() abstract String getId()+
@Nullable() abstract String getId()
The identifier of the track.
@Nullable() abstract String getLabel()+
@Nullable() abstract String getLabel()
The label of the track.
@Nullable() abstract String getLanguage()+
@Nullable() abstract String getLanguage()
The language of the track.
Example:
abstract void
setTargetQualities(@Nullable() List<Q> targetQualities)
+ setTargetQualities(@Nullable() List<Q> targetQualities)
abstract void setTargetQualities(@Nullable() List<Q> targetQualities)+
abstract void setTargetQualities(@Nullable() List<Q> targetQualities)
Set the target qualities.
abstract String
+ abstract String
getCodecs()
abstract String
+ abstract String
getId()
abstract String
+ abstract String
getName()
@Nullable() abstract String getCodecs()+
@Nullable() abstract String getCodecs()
The codecs of the quality as defined in the manifest.
abstract String getId()+
abstract String getId()
@Nullable() abstract String getName()+
@Nullable() abstract String getName()
The name of the quality as defined in the manifest.
abstract String
+ abstract String
getKind()
abstract String
+ abstract String
getInBandMetadataTrackDispatchType()
abstract String
+ abstract String
getSource()
abstract Integer
+ abstract Integer
getCaptionChannel()
abstract String getKind()+
abstract String getKind()
The kind of the text track.
Example:
@Nullable() abstract String getInBandMetadataTrackDispatchType()+
@Nullable() abstract String getInBandMetadataTrackDispatchType()
The dispatch-type of the in-band metadata track of the given text track. (Nullable)
@Nullable() abstract String getSource()+
@Nullable() abstract String getSource()
The source of the text track.
@Nullable() abstract Integer getCaptionChannel()+
@Nullable() abstract Integer getCaptionChannel()
The closed caption service number of the text track.
public enum TextTrackKind -extends Enum<TextTrackKind> +extends Enum<TextTrackKind>
The text track kind.
private final Stringprivate final Stringtypeprivate final Stringprivate final Stringnameprivate final Integerprivate final Integerordinalfinal TextTrackKind
valueOf(String value)
+ valueOf(String value)
final String
+ final String
getType()
final TextTrackKind valueOf(String value)+
final TextTrackKind valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
final String getType()+
final String getType()
The textual representation of the text track kind. (NonNull)
public final Stringpublic final Stringmodestatic TextTrackMode
from(String mode)
+ from(String mode)
String
+ String
toString()
static TextTrackMode
valueOf(String name)
+ valueOf(String name)
String
+ String
getMode()
@Nullable() static TextTrackMode from(String mode)+
@Nullable() static TextTrackMode from(String mode)
Creates a text track mode from a textual representation, when possible.
String toString()+
String toString()
static TextTrackMode valueOf(String name)+
static TextTrackMode valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
@NonNull() String getMode()+
@NonNull() String getMode()
The textual representation of the text track mode.
static TextTrackReadyState
valueOf(String name)
+ valueOf(String name)
static TextTrackReadyState valueOf(String name)+
static TextTrackReadyState valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
static TextTrackStyle.EdgeType
valueOf(String name)
+ valueOf(String name)
static TextTrackStyle.EdgeType valueOf(String name)+
static TextTrackStyle.EdgeType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
static TextTrackStyle.FontFamily
valueOf(String name)
+ valueOf(String name)
static TextTrackStyle.FontFamily valueOf(String name)+
static TextTrackStyle.FontFamily valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
static TextTrackStyle.FontStyle
valueOf(String name)
+ valueOf(String name)
static TextTrackStyle.FontStyle valueOf(String name)+
static TextTrackStyle.FontStyle valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
abstract void
setFont(@NonNull() String fontFile, @NonNull() TextTrackStyle.FontStyle fontStyle)
+ setFont(@NonNull() String fontFile, @NonNull() TextTrackStyle.FontStyle fontStyle)
abstract String
+ abstract String
getFontFile()
@MainThread() abstract void setFont(@Nullable() TextTrackStyle.FontFamily fontFamily, @NonNull() TextTrackStyle.FontStyle fontStyle)-
Sets the font family and font style.
This is equivalent to calling setFont with the result of create.
Sets the font family and font style.
This is equivalent to calling setFont with the result of create.
@MainThread() abstract void setFont(@NonNull() String fontFile, @NonNull() TextTrackStyle.FontStyle fontStyle)-
Sets the font from the font file.
This is equivalent to calling setFont with the result of createFromFile.
@MainThread() abstract void setFont(@NonNull() String fontFile, @NonNull() TextTrackStyle.FontStyle fontStyle)+
Sets the font from the font file.
This is equivalent to calling setFont with the result of createFromFile.
@MainThread()@Nullable() abstract String getFontFile()+
@MainThread()@Nullable() abstract String getFontFile()
Returns the file name of the current font.
final TextTrackType
from(String type)
+ from(String type)
final TextTrackType from(String type)+
final TextTrackType from(String type)
Creates a text track type state from a textual representation.
Default: TextTrackType.NONE
public enum TextTrackType -extends Enum<TextTrackType> +extends Enum<TextTrackType>
The content type of a text track.
private final Stringprivate final Stringtypeprivate final Stringprivate final Stringnameprivate final Integerprivate final IntegerordinalString
+ String
toString()
final TextTrackType
valueOf(String value)
+ valueOf(String value)
final String
+ final String
getType()
String toString()+
String toString()
final TextTrackType valueOf(String value)+
final TextTrackType valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
final String getType()+
final String getType()
The textual representation of the text track type. (NonNull)
abstract Double
+ abstract Double
getDouble(@NonNull() String key)
+ getDouble(@NonNull() String key)
abstract String
+ abstract String
getString(@NonNull() String key)
+ getString(@NonNull() String key)
abstract Array<byte>
getBytes(@NonNull() String key)
+ getBytes(@NonNull() String key)
abstract Map<String, Object>
+ abstract Map<String, Object>
asMap()
@Nullable() abstract Double getDouble(@NonNull() String key)+
@Nullable() abstract Double getDouble(@NonNull() String key)
The Double value from the CustomAttribute list.
@Nullable() abstract String getString(@NonNull() String key)+
@Nullable() abstract String getString(@NonNull() String key)
The textual value from the CustomAttribute list.
@Nullable() abstract Array<byte> getBytes(@NonNull() String key)+
@Nullable() abstract Array<byte> getBytes(@NonNull() String key)
The byte[] value from the CustomAttribute list.
@Nullable() abstract Map<String, Object> asMap()+
@Nullable() abstract Map<String, Object> asMap()
The CustomAttribute list as a Map.
abstract String
+ abstract String
getAttributeClass()
abstract Date
+ abstract Date
getStartDate()
abstract Date
+ abstract Date
getEndDate()
abstract Double
+ abstract Double
getDuration()
abstract Double
+ abstract Double
getPlannedDuration()
@Nullable() abstract String getAttributeClass()+
@Nullable() abstract String getAttributeClass()
The class of the date range cue.
@NonNull() abstract Date getStartDate()+
@NonNull() abstract Date getStartDate()
The playback position at which the date range cue becomes active, as a Date.
@Nullable() abstract Date getEndDate()+
@Nullable() abstract Date getEndDate()
The playback position at which the date range cue becomes inactive, as a Date.
@Nullable() abstract Double getDuration()+
@Nullable() abstract Double getDuration()
The duration of the date range cue.
@Nullable() abstract Double getPlannedDuration()+
@Nullable() abstract Double getPlannedDuration()
The planned duration of the date range cue, in seconds.
abstract String
+ abstract String
getId()
@NonNull() abstract String getId()+
@NonNull() abstract String getId()
The identifier of the cue. (NonNull)
private final Stringprivate final Stringurlprivate final Stringprivate final StringmimeTypeprivate final Byteprivate final BytepictureTypeprivate final Stringprivate final Stringdescriptionprivate final Stringprivate final StringidID3Frame.AttachedPicture(String id, String mimeType, Byte pictureType, String description, ByteArray data)final String
+ final String
getUrl()
final String
+ final String
getMimeType()
final Byte
+ final Byte
getPictureType()
final String
+ final String
getDescription()
ID3Frame.AttachedPicture(String id, String mimeType, Byte pictureType, String description, ByteArray data)+
ID3Frame.AttachedPicture(String id, String mimeType, Byte pictureType, String description, ByteArray data)
final String getUrl()+
final String getUrl()
final String getMimeType()+
final String getMimeType()
The MIME type of the attached picture.
final Byte getPictureType()+
final Byte getPictureType()
The type of the attached picture.
final String getDescription()+
final String getDescription()
The description of the attached picture.
private final Stringprivate final StringelementIdprivate final Integerprivate final IntegerstartTimeMsprivate final Integerprivate final IntegerendTimeMsprivate final Longprivate final LongstartOffsetprivate final Longprivate final LongendOffsetprivate final List<ID3Frame>private final List<ID3Frame>subFramesprivate final Stringprivate final StringidID3Frame.Chapter(String elementId, Integer startTimeMs, Integer endTimeMs, Long startOffset, Long endOffset, List<ID3Frame> subFrames)final String
+ final String
getElementId()
final Integer
+ final Integer
getStartTimeMs()
final Integer
+ final Integer
getEndTimeMs()
final Long
+ final Long
getStartOffset()
final Long
+ final Long
getEndOffset()
final List<ID3Frame>
+ final List<ID3Frame>
getSubFrames()
ID3Frame.Chapter(String elementId, Integer startTimeMs, Integer endTimeMs, Long startOffset, Long endOffset, List<ID3Frame> subFrames)+
ID3Frame.Chapter(String elementId, Integer startTimeMs, Integer endTimeMs, Long startOffset, Long endOffset, List<ID3Frame> subFrames)
final String getElementId()+
final String getElementId()
The unique identifier for this chapter.
final Integer getStartTimeMs()+
final Integer getStartTimeMs()
The start time of the chapter, in milliseconds from the beginning of the file.
final Integer getEndTimeMs()+
final Integer getEndTimeMs()
The end time of the chapter, in milliseconds from the beginning of the file.
final Long getStartOffset()+
final Long getStartOffset()
The offset of the first byte of the first audio frame in this chapter, in bytes from the beginning of the file.
final Long getEndOffset()+
final Long getEndOffset()
The offset of the first byte of the audio frame following this chapter, in bytes from the beginning of the file.
final List<ID3Frame> getSubFrames()+
final List<ID3Frame> getSubFrames()
The sub-frames describing this chapter.
private final Stringprivate final StringelementIdprivate final Booleanprivate final BooleanisTopLevelprivate final Booleanprivate final BooleanisOrderedprivate final List<String>private final List<String>childrenprivate final List<ID3Frame>private final List<ID3Frame>subFramesprivate final Stringprivate final StringidID3Frame.ChapterToc(String elementId, Boolean isTopLevel, Boolean isOrdered, List<String> children, List<ID3Frame> subFrames)final String
+ final String
getElementId()
final Boolean
+ final Boolean
isTopLevel()
final Boolean
+ final Boolean
isOrdered()
final List<String>
+ final List<String>
getChildren()
final List<ID3Frame>
+ final List<ID3Frame>
getSubFrames()
ID3Frame.ChapterToc(String elementId, Boolean isTopLevel, Boolean isOrdered, List<String> children, List<ID3Frame> subFrames)+
ID3Frame.ChapterToc(String elementId, Boolean isTopLevel, Boolean isOrdered, List<String> children, List<ID3Frame> subFrames)
final String getElementId()+
final String getElementId()
The unique identifier for this chapter table of contents.
final Boolean isTopLevel()+
final Boolean isTopLevel()
Whether this is the root of the table of contents tree, and not a child of any other ChapterToc frame.
final Boolean isOrdered()+
final Boolean isOrdered()
Whether the list of children is ordered.
final List<String> getChildren()+
final List<String> getChildren()
The list of child element IDs. See Chapter.elementId and ChapterToc.elementId.
final List<ID3Frame> getSubFrames()+
final List<ID3Frame> getSubFrames()
The sub-frames describing this table of contents.
private final Stringprivate final Stringlanguageprivate final Stringprivate final Stringdescriptionprivate final Stringprivate final Stringtextprivate final Stringprivate final StringidID3Frame.Comments(String id, String language, String description, String text)final String
+ final String
getLanguage()
final String
+ final String
getDescription()
final String
+ final String
getText()
ID3Frame.Comments(String id, String language, String description, String text)+
ID3Frame.Comments(String id, String language, String description, String text)
final String getLanguage()+
final String getLanguage()
The language of the comments.
final String getDescription()+
final String getDescription()
The description of the comments.
final String getText()+
final String getText()
The content of the comments.
private final Stringprivate final StringmimeTypeprivate final Stringprivate final StringfileNameprivate final Stringprivate final Stringdescriptionprivate final Stringprivate final StringidID3Frame.GeneralEncapsulatedObject(String id, String mimeType, String fileName, String description, ByteArray data)final String
+ final String
getMimeType()
final String
+ final String
getFileName()
final String
+ final String
getDescription()
ID3Frame.GeneralEncapsulatedObject(String id, String mimeType, String fileName, String description, ByteArray data)+
ID3Frame.GeneralEncapsulatedObject(String id, String mimeType, String fileName, String description, ByteArray data)
final String getMimeType()+
final String getMimeType()
The MIME type of the encapsulated object.
final String getFileName()+
final String getFileName()
The file name of the encapsulated object.
final String getDescription()+
final String getDescription()
The description of the encapsulated object.
private final Stringprivate final StringownerIdentifierprivate final Stringprivate final StringidID3Frame.Private(String ownerIdentifier, ByteArray data)final String
+ final String
getOwnerIdentifier()
ID3Frame.Private(String ownerIdentifier, ByteArray data)+
ID3Frame.Private(String ownerIdentifier, ByteArray data)
final String getOwnerIdentifier()+
final String getOwnerIdentifier()
The identifier of the owner.
private final Stringprivate final Stringdescriptionprivate final Stringprivate final Stringtextprivate final Stringprivate final StringidID3Frame.Text(String id, String description, String text)final String
+ final String
getDescription()
final String
+ final String
getText()
ID3Frame.Text(String id, String description, String text)+
ID3Frame.Text(String id, String description, String text)
final String getDescription()+
final String getDescription()
The description of the text.
Only available if id is "TXX" or "TXXX".
final String getText()+
final String getText()
The text contents.
private final Stringprivate final StringidID3Frame.Unknown(String id, ByteArray data)ID3Frame.Unknown(String id, ByteArray data)+
ID3Frame.Unknown(String id, ByteArray data)
private final Stringprivate final Stringdescriptionprivate final Stringprivate final Stringurlprivate final Stringprivate final StringidID3Frame.Url(String id, String description, String url)final String
+ final String
getDescription()
final String
+ final String
getUrl()
ID3Frame.Url(String id, String description, String url)+
ID3Frame.Url(String id, String description, String url)
final String getDescription()+
final String getDescription()
The description of the URL.
Only available if id is "WXX" or "WXXX".
final String getUrl()+
final String getUrl()
The URL.
private final Stringprivate final Stringtextprivate final Stringprivate final StringidID3Frame.Yospace(String id, String text)final String
+ final String
getText()
ID3Frame.Yospace(String id, String text)+
ID3Frame.Yospace(String id, String text)
final String getText()+
final String getText()
The text contents.
private final Stringprivate final Stringidfinal String
+ final String
getId()
final String getId()+
final String getId()
The identifier of the frame.
abstract void
setKeyStore(@NonNull() KeyStore keyStore)
+ setKeyStore(@NonNull() KeyStore keyStore)
abstract void setKeyStore(@NonNull() KeyStore keyStore)+
abstract void setKeyStore(@NonNull() KeyStore keyStore)
Sets the KeyStore.
This is not supported when useHttpEngine
is set to `true`.final static AdIntegration
from(String adIntegration)
+ from(String adIntegration)
final static AdIntegration from(String adIntegration)+
final static AdIntegration from(String adIntegration)
Creates an ad integration from a textual representation.
public enum AdIntegration -extends Enum<AdIntegration> +extends Enum<AdIntegration>
The integration type of the ad break(s).
private final Stringprivate final StringadIntegrationprivate final Stringprivate final Stringnameprivate final Integerprivate final Integerordinalfinal AdIntegration
valueOf(String value)
+ valueOf(String value)
final String
+ final String
getAdIntegration()
final AdIntegration valueOf(String value)+
final AdIntegration valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
final String getAdIntegration()+
final String getAdIntegration()
The textual representation of the ad integration. (NonNull)
protected Map<String, String>protected Map<String, String>headersprotected Doubleprotected DoubleliveOffsetprotected Booleanprotected BooleanhlsDateRangeprotected Stringprotected StringtimeServerprotected Booleanprotected BooleanlowLatencyprotected Stringprotected Stringsrcprivate final Stringprivate final Stringsrcprivate final Map<String, String>private final Map<String, String>headersprivate final Doubleprivate final DoubleliveOffsetprivate final Booleanprivate final BooleanhlsDateRangeprivate final Stringprivate final StringtimeServerprivate final Booleanprivate final BooleanlowLatencyGoogleDaiTypedSource(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, GoogleDaiConfiguration ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)TypedSource
copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)
+ copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)
GoogleDaiTypedSource(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, GoogleDaiConfiguration ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)+
GoogleDaiTypedSource(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, GoogleDaiConfiguration ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)
TypedSource copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)+
TypedSource copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)
Creates a new TypedSource with the same properties as this source, optionally replacing specific properties with the given values.
private final Integerprivate final IntegermaxBitrateprivate final List<String>private final List<String>preferredVideoCodecsprivate final List<String>private final List<String>preferredAudioCodecsSourceAbrConfiguration(Integer maxBitrate, List<String> preferredVideoCodecs, List<String> preferredAudioCodecs)SourceAbrConfiguration(Integer maxBitrate, List<String> preferredVideoCodecs)SourceAbrConfiguration(Integer maxBitrate)final Integer
+ final Integer
getMaxBitrate()
final List<String>
+ final List<String>
getPreferredVideoCodecs()
final List<String>
+ final List<String>
getPreferredAudioCodecs()
SourceAbrConfiguration(Integer maxBitrate, List<String> preferredVideoCodecs, List<String> preferredAudioCodecs)+
SourceAbrConfiguration(Integer maxBitrate, List<String> preferredVideoCodecs, List<String> preferredAudioCodecs)
SourceAbrConfiguration(Integer maxBitrate, List<String> preferredVideoCodecs)+
SourceAbrConfiguration(Integer maxBitrate, List<String> preferredVideoCodecs)
SourceAbrConfiguration(Integer maxBitrate)+
SourceAbrConfiguration(Integer maxBitrate)
final Integer getMaxBitrate()+
final Integer getMaxBitrate()
The maximum bitrate in bps for the specified source.
final List<String> getPreferredVideoCodecs()+
final List<String> getPreferredVideoCodecs()
The video codecs to prefer, in order of preference. (Nullable)
Codecs are specified by their RFC 6381 name, e.g. "hvc1", "dvh1" or "avc1". Variant streams using a preferred codec are selected over variant streams that do not, as long as the device supports them.
By default, Dolby Vision and HEVC are preferred over other codecs. Set an empty list to disable any codec preference.
final List<String> getPreferredAudioCodecs()+
final List<String> getPreferredAudioCodecs()
The audio codecs to prefer, in order of preference. (Nullable)
Codecs are specified by their RFC 6381 name, e.g. "ec-3" or "mp4a.40.2".
SourceDescription.Builder(String sources)final SourceDescription.Builder
textTracks(String textTracks)
+ textTracks(String textTracks)
final SourceDescription.Builder
poster(String poster)
+ poster(String poster)
final SourceDescription.Builder
timeServer(String timeServer)
+ timeServer(String timeServer)
SourceDescription.Builder(String sources)+
SourceDescription.Builder(String sources)
final SourceDescription.Builder textTracks(String textTracks)+
final SourceDescription.Builder textTracks(String textTracks)
Sets the text tracks of the SourceDescription.
final SourceDescription.Builder poster(String poster)+
final SourceDescription.Builder poster(String poster)
Sets the poster image of the SourceDescription.
final SourceDescription.Builder timeServer(String timeServer)+
final SourceDescription.Builder timeServer(String timeServer)
Sets the URL of a time server used by the player to synchronise the time in DASH sources.
The time server should return time in ISO-8601 format.
Overrides the time server provided the DASH manifest's <UTCTiming>.
All sources will use the time server. Alternatively, for using it for a single source use TypedSource.timeServer.
private final List<TypedSource>private final List<TypedSource>sourcesprivate final List<AdDescription>private final List<AdDescription>adsprivate final List<TextTrackDescription>private final List<TextTrackDescription>textTracksprivate final Stringprivate final Stringposterprivate final Stringprivate final StringtimeServerSourceDescription(List<TypedSource> sources, List<AdDescription> ads, List<TextTrackDescription> textTracks, String poster, MetadataDescription metadata, String timeServer, SourceAbrConfiguration abr, StreamType streamType, SourceDVRConfiguration dvr, CMCDSourceConfiguration cmcd)final List<TypedSource>
+ final List<TypedSource>
getSources()
final List<AdDescription>
+ final List<AdDescription>
getAds()
final List<TextTrackDescription>
+ final List<TextTrackDescription>
getTextTracks()
final String
+ final String
getPoster()
final String
+ final String
getTimeServer()
SourceDescription(List<TypedSource> sources, List<AdDescription> ads, List<TextTrackDescription> textTracks, String poster, MetadataDescription metadata, String timeServer, SourceAbrConfiguration abr, StreamType streamType, SourceDVRConfiguration dvr, CMCDSourceConfiguration cmcd)+
SourceDescription(List<TypedSource> sources, List<AdDescription> ads, List<TextTrackDescription> textTracks, String poster, MetadataDescription metadata, String timeServer, SourceAbrConfiguration abr, StreamType streamType, SourceDVRConfiguration dvr, CMCDSourceConfiguration cmcd)
final List<TypedSource> getSources()+
final List<TypedSource> getSources()
List of TypedSources that represent the available sources in this SourceDescription. (NonNull)
The first element of the list will initially be used as the player’s source.
When that source is unavailable, the player will fall back to the other elements of this list.
final List<AdDescription> getAds()+
final List<AdDescription> getAds()
List of AdDescriptions of the source. (NonNull)
All valid and supported advertisement files will be cued for playback in the player following the provided advertisement specification.
Each ad in the list should be described as an AdDescription.
final List<TextTrackDescription> getTextTracks()+
final List<TextTrackDescription> getTextTracks()
List of side-loaded text tracks of the source. (NonNull)
All valid tracks will be available during playback.
Each text track should be described as a TextTrackDescription.
final String getPoster()+
final String getPoster()
The poster image url of this source description. (Nullable)
A placeholder for the content between the time that the content has loaded and the user presses play.
final String getTimeServer()+
final String getTimeServer()
The URL of the time server. (Nullable)
The time server should return time in ISO-8601 format.
Applies for all sources.
public enum SourceType -extends Enum<SourceType> +extends Enum<SourceType>
The types of sources.
private final Stringprivate final StringmimeTypeprivate final Stringprivate final Stringnameprivate final Integerprivate final Integerordinalfinal SourceType
valueOf(String value)
+ valueOf(String value)
final String
+ final String
getMimeType()
final SourceType valueOf(String value)+
final SourceType valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
final String getMimeType()+
final String getMimeType()
public enum StreamType -extends Enum<StreamType> +extends Enum<StreamType>
The type of a stream.
private final Stringprivate final Stringnameprivate final Integerprivate final Integerordinalfinal Boolean
+ final Boolean
isLive()
final StreamType
valueOf(String value)
+ valueOf(String value)
final Boolean isLive()+
final Boolean isLive()
Whether this is a live stream (with or without DVR).
final StreamType valueOf(String value)+
final StreamType valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
TextTrackDescription.Builder(String src)final TextTrackDescription.Builder
isDefault(Boolean isDefault)
+ isDefault(Boolean isDefault)
final TextTrackDescription.Builder
srclang(String srclang)
+ srclang(String srclang)
final TextTrackDescription.Builder
label(String label)
+ label(String label)
TextTrackDescription.Builder(String src)+
TextTrackDescription.Builder(String src)
final TextTrackDescription.Builder isDefault(Boolean isDefault)+
final TextTrackDescription.Builder isDefault(Boolean isDefault)
Sets whether this text track is the default one.
final TextTrackDescription.Builder srclang(String srclang)+
final TextTrackDescription.Builder srclang(String srclang)
Sets the main language.
final TextTrackDescription.Builder label(String label)+
final TextTrackDescription.Builder label(String label)
Sets the label for the track which can be used to identify it.
private final Stringprivate final Stringsrcprivate final Booleanprivate final BooleanisDefaultprivate final Stringprivate final Stringsrclangprivate final Stringprivate final StringlabelTextTrackDescription(String src, Boolean isDefault, TextTrackKind kind, String srclang, String label, TextTrackType format)final String
+ final String
getSrc()
final Boolean
+ final Boolean
isDefault()
final String
+ final String
getSrclang()
final String
+ final String
getLabel()
TextTrackDescription(String src, Boolean isDefault, TextTrackKind kind, String srclang, String label, TextTrackType format)+
TextTrackDescription(String src, Boolean isDefault, TextTrackKind kind, String srclang, String label, TextTrackType format)
final String getSrc()+
final String getSrc()
The source URL where the text track can be downloaded from. (NonNull)
final Boolean isDefault()+
final Boolean isDefault()
Returns whether this textTrack is the default text track.
final String getSrclang()+
final String getSrclang()
The main language of the track. (Nullable)
final String getLabel()+
final String getLabel()
The label for the track which can be used to identify it. (Nullable)
protected Map<String, String>protected Map<String, String>headersprotected Doubleprotected DoubleliveOffsetprotected Booleanprotected BooleanhlsDateRangeprotected Stringprotected StringtimeServerprotected Booleanprotected BooleanlowLatencyprotected Stringprotected StringsrcTypedSource.Builder(String src)final <Error class: unknown class>
headers(Map<String, String> headers)
+ headers(Map<String, String> headers)
final <Error class: unknown class>
liveOffset(Double liveOffset)
+ liveOffset(Double liveOffset)
final <Error class: unknown class>
hlsDateRange(Boolean hlsDateRange)
+ hlsDateRange(Boolean hlsDateRange)
final <Error class: unknown class>
timeServer(String timeServer)
+ timeServer(String timeServer)
final <Error class: unknown class>
lowLatency(Boolean lowLatency)
+ lowLatency(Boolean lowLatency)
TypedSource.Builder(String src)+
TypedSource.Builder(String src)
final <Error class: unknown class> headers(Map<String, String> headers)+
final <Error class: unknown class> headers(Map<String, String> headers)
Sets the headers to be added to all requests associated with this source.
Only supported for MP3 & MP4 sources.
final <Error class: unknown class> liveOffset(Double liveOffset)+
final <Error class: unknown class> liveOffset(Double liveOffset)
Sets the live point from the end of the manifest, in seconds.
If set as null, the live point offset will be 3 target durations.
final <Error class: unknown class> hlsDateRange(Boolean hlsDateRange)+
final <Error class: unknown class> hlsDateRange(Boolean hlsDateRange)
Sets whether the logic to expose date ranges parsed from HLS manifests is enabled.
If not set, TypedSource.hlsDateRange will be null.
final <Error class: unknown class> timeServer(String timeServer)+
final <Error class: unknown class> timeServer(String timeServer)
Sets the URL of a time server used by the player to synchronise the time in DASH sources.
The time server should return time in ISO-8601 format.
Overrides the time server provided the DASH manifest's <UTCTiming>.
Only this source will use the time server. Alternatively, for all sources use SourceDescription.Builder.timeServer.
final <Error class: unknown class> lowLatency(Boolean lowLatency)+
final <Error class: unknown class> lowLatency(Boolean lowLatency)
Sets whether the source should be played in the low-latency-mode of the player.
This setting must be true when using Low-Latency CMAF with ABR.
Default: false
private final Stringprivate final Stringsrcprivate final Map<String, String>private final Map<String, String>headersprivate final Doubleprivate final DoubleliveOffsetprivate final Booleanprivate final BooleanhlsDateRangeprivate final Stringprivate final StringtimeServerprivate final Booleanprivate final BooleanlowLatencyTypedSource(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, HespPlaybackConfiguration hesp, CMCDTransmissionMode cmcdTransmissionMode)final String
+ final String
getSrc()
final Map<String, String>
+ final Map<String, String>
getHeaders()
final Double
+ final Double
getLiveOffset()
final Boolean
+ final Boolean
isHlsDateRange()
final String
+ final String
getTimeServer()
final Boolean
+ final Boolean
isLowLatency()
Boolean
+ Boolean
equals(Object other)
+ equals(Object other)
Integer
+ Integer
hashCode()
TypedSource
copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)
+ copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)
TypedSource(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, HespPlaybackConfiguration hesp, CMCDTransmissionMode cmcdTransmissionMode)+
TypedSource(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, HespPlaybackConfiguration hesp, CMCDTransmissionMode cmcdTransmissionMode)
final String getSrc()+
final String getSrc()
The source URL of the manifest or video file to be played. (NonNull)
final Map<String, String> getHeaders()+
final Map<String, String> getHeaders()
The headers of the source.
final Double getLiveOffset()+
final Double getLiveOffset()
The live point from the end of the manifest, in seconds. (Nullable)
Will return null if the live point offset is 3 target durations.
final Boolean isHlsDateRange()+
final Boolean isHlsDateRange()
Whether the logic to expose date ranges parsed from HLS manifests is enabled. (Nullable)
Can be null if this property is not set.
If not set, this will use the value of THEOplayerConfig.hlsDateRange.
final String getTimeServer()+
final String getTimeServer()
The URL of the time server. (Nullable)
The time server should return time in ISO-8601 format.
Only applies to the current source.
final Boolean isLowLatency()+
final Boolean isLowLatency()
Whether the source should be played in the low-latency-mode of the player. (Nullable)
Can be null if this property is not set.
Only applicable to live content.
Boolean equals(Object other)+
Boolean equals(Object other)
Integer hashCode()+
Integer hashCode()
TypedSource copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)+
TypedSource copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)
Creates a new TypedSource with the same properties as this source, optionally replacing specific properties with the given values.
private final Stringprivate final StringcustomIntegrationCustomAdDescription(String customIntegration)final String
+ final String
getCustomIntegration()
CustomAdDescription(String customIntegration)+
CustomAdDescription(String customIntegration)
final String getCustomIntegration()+
final String getCustomIntegration()
final static Unit
register(String customIntegration, CustomAdDescriptionSerializer serializer)
+ register(String customIntegration, CustomAdDescriptionSerializer serializer)
final static CustomAdDescription
deserialize(String integrationId, String json)
+ deserialize(String integrationId, String json)
final static String
+ final static String
serialize(CustomAdDescription value)
final static Unit register(String customIntegration, CustomAdDescriptionSerializer serializer)+
final static Unit register(String customIntegration, CustomAdDescriptionSerializer serializer)
Register the given serializer to handle CustomAdDescription objects with the given integration ID.
final static CustomAdDescription deserialize(String integrationId, String json)+
final static CustomAdDescription deserialize(String integrationId, String json)
Deserialize an CustomAdDescription of the given integration ID from the given JSON string.
final static String serialize(CustomAdDescription value)+
final static String serialize(CustomAdDescription value)
Serialize the given CustomAdDescription to a JSON string.
abstract CustomAdDescription
fromJson(String json)
+ fromJson(String json)
abstract String
+ abstract String
toJson(CustomAdDescription value)
abstract CustomAdDescription fromJson(String json)+
abstract CustomAdDescription fromJson(String json)
Reads an CustomAdDescription from the given JSON string.
The customIntegration property of the returned object must match the integration with which this serializer was registered.
abstract String toJson(CustomAdDescription value)+
abstract String toJson(CustomAdDescription value)
Writes the given CustomAdDescription as a JSON string.
The returned JSON string must have a string property named "integration" that contains value's customIntegration.
GoogleImaAdDescription.Builder(String sources)final GoogleImaAdDescription.Builder
timeOffset(String timeOffset)
+ timeOffset(String timeOffset)
GoogleImaAdDescription.Builder(String sources)+
GoogleImaAdDescription.Builder(String sources)
final GoogleImaAdDescription.Builder timeOffset(String timeOffset)+
final GoogleImaAdDescription.Builder timeOffset(String timeOffset)
Sets the offset after which the ad break will start.
Possible formats:
A number for the offset in seconds.
A percentage string (XX%) for a proportion of the content duration.
A time-description specifying "start" or "end".
A timestamp of the format: 00:00:10.000.
private final Stringprivate final Stringsourcesprivate final Stringprivate final StringtimeOffsetGoogleImaAdDescription(String sources, String timeOffset)final String
+ final String
getSources()
final String
+ final String
getTimeOffset()
GoogleImaAdDescription(String sources, String timeOffset)+
GoogleImaAdDescription(String sources, String timeOffset)
final String getSources()+
final String getSources()
The URI which contains the location of the ad resources to be scheduled. (NonNull)
This should not be an array of sources.
VPAID support is limited to the Google IMA integration.
final String getTimeOffset()+
final String getTimeOffset()
The offset after which the ad break will start. (Nullable)
VMAP resources will ignore this value as they contain offsets. VMAP resources should be scheduled at the start of the content.
Possible formats:
A number for the offset in seconds.
A percentage string (XX%) for a proportion of the content duration.
A time-description specifying "start" or "end".
A timestamp of the format: 00:00:10.000.
final DashPlaybackConfiguration.Builder
ignoreAvailabilityWindow(Boolean ignoreAvailabilityWindow)
+ ignoreAvailabilityWindow(Boolean ignoreAvailabilityWindow)
final DashPlaybackConfiguration.Builder ignoreAvailabilityWindow(Boolean ignoreAvailabilityWindow)+
final DashPlaybackConfiguration.Builder ignoreAvailabilityWindow(Boolean ignoreAvailabilityWindow)
Set this to force the player to ignore the availability window of individual segments in the MPD, and instead consider every listed segment to be immediately available.
Available since v5.2.0.
This only applies to livestreams (with <MPD type="dynamic">).
This only applies to streams that use <SegmentTimeline>.
private final Booleanprivate final BooleanignoreAvailabilityWindowDashPlaybackConfiguration(Boolean ignoreAvailabilityWindow)final Boolean
+ final Boolean
getIgnoreAvailabilityWindow()
DashPlaybackConfiguration(Boolean ignoreAvailabilityWindow)+
DashPlaybackConfiguration(Boolean ignoreAvailabilityWindow)
final Boolean getIgnoreAvailabilityWindow()+
final Boolean getIgnoreAvailabilityWindow()
Whether the player will forcefully ignore the availability window of individual segments in the MPD, and instead consider every listed segment to be immediately available.
Available since v5.2.0.
This only applies to livestreams (with <MPD type="dynamic">).
This only applies to streams that use <SegmentTimeline>.
ClearkeyKeySystemConfiguration.Builder(String licenseAcquisitionURL)final <Error class: unknown class>
headers(Map<String, String> headers)
+ headers(Map<String, String> headers)
final <Error class: unknown class>
useCredentials(Boolean useCredentials)
+ useCredentials(Boolean useCredentials)
final <Error class: unknown class>
queryParameters(Map<String, String> queryParameters)
+ queryParameters(Map<String, String> queryParameters)
final <Error class: unknown class>
integrationParameters(Map<String, Object> integrationParameters)
+ integrationParameters(Map<String, Object> integrationParameters)
ClearkeyKeySystemConfiguration.Builder(String licenseAcquisitionURL)+
ClearkeyKeySystemConfiguration.Builder(String licenseAcquisitionURL)
final <Error class: unknown class> headers(Map<String, String> headers)+
final <Error class: unknown class> headers(Map<String, String> headers)
Sets the map of HTTP headers for the license acquisition request.
final <Error class: unknown class> useCredentials(Boolean useCredentials)+
final <Error class: unknown class> useCredentials(Boolean useCredentials)
Sets whether the player is allowed to use credentials for cross-origin requests.
final <Error class: unknown class> queryParameters(Map<String, String> queryParameters)+
final <Error class: unknown class> queryParameters(Map<String, String> queryParameters)
Sets the map of query parameters for the license acquisition request.
final <Error class: unknown class> integrationParameters(Map<String, Object> integrationParameters)+
final <Error class: unknown class> integrationParameters(Map<String, Object> integrationParameters)
Sets the integration-specific parameters to be used by a ContentProtectionIntegration.
private final Stringprivate final Stringidprivate final Stringprivate final StringvalueClearkeyKeySystemConfiguration.ClearkeyDecryptionKey(String id, String value)final String
+ final String
getId()
final String
+ final String
getValue()
ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey(String id, String value)+
ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey(String id, String value)
final String getId()+
final String getId()
The identifier of the key. (NonNull)
This is a base64url encoding of the octet sequence containing the key identifier.
See Clear Key License Format for more information.
final String getValue()+
final String getValue()
The value of the key. (NonNull)
The base64url encoding of the octet sequence containing the symmetric key value.
See Clear Key License Format for more information.
private final Stringprivate final StringlicenseAcquisitionURLprivate final Map<String, String>private final Map<String, String>headersprivate final Booleanprivate final BooleanuseCredentialsprivate final Map<String, String>private final Map<String, String>queryParametersprivate final Booleanprivate final BooleanforceSoftwareDecryptprivate final Map<String, Object>private final Map<String, Object>integrationParametersClearkeyKeySystemConfiguration(String licenseAcquisitionURL, Array<ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey> keys, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, Map<String, Object> integrationParameters)Boolean
+ Boolean
equals(Object other)
+ equals(Object other)
Integer
+ Integer
hashCode()
ClearkeyKeySystemConfiguration(String licenseAcquisitionURL, Array<ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey> keys, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, Map<String, Object> integrationParameters)+
ClearkeyKeySystemConfiguration(String licenseAcquisitionURL, Array<ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey> keys, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, Map<String, Object> integrationParameters)
Boolean equals(Object other)+
Boolean equals(Object other)
Integer hashCode()+
Integer hashCode()
final <Error class: unknown class>
customIntegrationId(String integrationId)
+ customIntegrationId(String integrationId)
final <Error class: unknown class>
integrationParameters(Map<String, Object> integrationParameters)
+ integrationParameters(Map<String, Object> integrationParameters)
final <Error class: unknown class>
queryParameters(Map<String, String> queryParameters)
+ queryParameters(Map<String, String> queryParameters)
final <Error class: unknown class>
multiSession(Boolean multiSession)
+ multiSession(Boolean multiSession)
final <Error class: unknown class>
preferredKeySystems(List<KeySystemId> preferredKeySystems)
+ preferredKeySystems(List<KeySystemId> preferredKeySystems)
final <Error class: unknown class> customIntegrationId(String integrationId)+
final <Error class: unknown class> customIntegrationId(String integrationId)
Sets the identifier of the DRM integration.
final <Error class: unknown class> integrationParameters(Map<String, Object> integrationParameters)+
final <Error class: unknown class> integrationParameters(Map<String, Object> integrationParameters)
Sets the integration-specific parameters to be used by a ContentProtectionIntegration.
final <Error class: unknown class> queryParameters(Map<String, String> queryParameters)+
final <Error class: unknown class> queryParameters(Map<String, String> queryParameters)
Sets the default query parameters for all DRM requests.
final <Error class: unknown class> multiSession(Boolean multiSession)+
final <Error class: unknown class> multiSession(Boolean multiSession)
Sets whether multi-session is enabled for this DRM configuration.
final <Error class: unknown class> preferredKeySystems(List<KeySystemId> preferredKeySystems)+
final <Error class: unknown class> preferredKeySystems(List<KeySystemId> preferredKeySystems)
Sets the key systems to try first, in order of preference.
private final Stringprivate final StringcustomIntegrationIdprivate final Map<String, Object>private final Map<String, Object>integrationParametersprivate final Map<String, String>private final Map<String, String>queryParametersprivate final Booleanprivate final BooleanmultiSessionprivate final List<KeySystemId>private final List<KeySystemId>preferredKeySystemsDRMConfiguration(KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay, String customIntegrationId, Map<String, Object> integrationParameters, Map<String, String> queryParameters, Boolean multiSession, List<KeySystemId> preferredKeySystems)DRMConfiguration(KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay, DRMIntegrationId integration, String customIntegrationId, Map<String, Object> integrationParameters, Map<String, String> queryParameters, Boolean multiSession, List<KeySystemId> preferredKeySystems)final String
+ final String
getCustomIntegrationId()
final Map<String, Object>
+ final Map<String, Object>
getIntegrationParameters()
final Map<String, String>
+ final Map<String, String>
getQueryParameters()
final Boolean
+ final Boolean
isMultiSession()
final List<KeySystemId>
+ final List<KeySystemId>
getPreferredKeySystems()
Boolean
+ Boolean
equals(Object other)
+ equals(Object other)
Integer
+ Integer
hashCode()
final DRMConfiguration
copy(KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay, DRMIntegrationId integration, String customIntegrationId, Map<String, Object> integrationParameters, Map<String, String> queryParameters, Boolean multiSession, List<KeySystemId> preferredKeySystems)
+ copy(KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay, DRMIntegrationId integration, String customIntegrationId, Map<String, Object> integrationParameters, Map<String, String> queryParameters, Boolean multiSession, List<KeySystemId> preferredKeySystems)
DRMConfiguration(KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay, String customIntegrationId, Map<String, Object> integrationParameters, Map<String, String> queryParameters, Boolean multiSession, List<KeySystemId> preferredKeySystems)+
DRMConfiguration(KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay, String customIntegrationId, Map<String, Object> integrationParameters, Map<String, String> queryParameters, Boolean multiSession, List<KeySystemId> preferredKeySystems)
DRMConfiguration(KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay, DRMIntegrationId integration, String customIntegrationId, Map<String, Object> integrationParameters, Map<String, String> queryParameters, Boolean multiSession, List<KeySystemId> preferredKeySystems)+
DRMConfiguration(KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay, DRMIntegrationId integration, String customIntegrationId, Map<String, Object> integrationParameters, Map<String, String> queryParameters, Boolean multiSession, List<KeySystemId> preferredKeySystems)
final String getCustomIntegrationId()+
final String getCustomIntegrationId()
The custom integration identifier of the DRM integration. (Nullable)
final Map<String, Object> getIntegrationParameters()+
final Map<String, Object> getIntegrationParameters()
The integration-specific parameters to be used by a ContentProtectionIntegration.
final Map<String, String> getQueryParameters()+
final Map<String, String> getQueryParameters()
The default query parameters for all DRM requests. (NonNull)
These query parameters will be applied to all license and certificate requests for this DRM configuration. They will be merged with key system-specific query parameters, with key system-specific parameters taking precedence.
final Boolean isMultiSession()+
final Boolean isMultiSession()
Sets whether multi-session is enabled for this DRM configuration. (Nullable)
Set to false when a single key request will obtain all keys required to decrypt the stream.
Set to true when a different key request is needed for different qualities of the stream, or when the stream uses key rotation.
Default: false.
final List<KeySystemId> getPreferredKeySystems()+
final List<KeySystemId> getPreferredKeySystems()
The key systems to try first, in order of preference. (Nullable)
Key systems not in this list are tried afterwards, in the default order. The first preferred key system that is both configured and supported by the device is used.
Boolean equals(Object other)+
Boolean equals(Object other)
Integer hashCode()+
Integer hashCode()
final DRMConfiguration copy(KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay, DRMIntegrationId integration, String customIntegrationId, Map<String, Object> integrationParameters, Map<String, String> queryParameters, Boolean multiSession, List<KeySystemId> preferredKeySystems)+
final DRMConfiguration copy(KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay, DRMIntegrationId integration, String customIntegrationId, Map<String, Object> integrationParameters, Map<String, String> queryParameters, Boolean multiSession, List<KeySystemId> preferredKeySystems)
Creates a new DRMConfiguration with the same properties as this configuration, optionally replacing specific properties with the given values.
final static DRMIntegrationId
from(String integrationId)
+ from(String integrationId)
final static DRMIntegrationId from(String integrationId)+
final static DRMIntegrationId from(String integrationId)
Creates a DRM integration identifier from a textual representation.
public enum DRMIntegrationId -extends Enum<DRMIntegrationId> +extends Enum<DRMIntegrationId>
The identifier of a DRM integration.
private final Stringprivate final StringintegrationIdprivate final Stringprivate final Stringnameprivate final Integerprivate final Integerordinalfinal DRMIntegrationId
valueOf(String value)
+ valueOf(String value)
final String
+ final String
getIntegrationId()
final DRMIntegrationId valueOf(String value)+
final DRMIntegrationId valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
final String getIntegrationId()+
final String getIntegrationId()
The textual representation of the DRM integration identifier. (NonNull)
FairPlayKeySystemConfiguration.Builder(String licenseAcquisitionURL, String certificateURL)final <Error class: unknown class>
headers(Map<String, String> headers)
+ headers(Map<String, String> headers)
final <Error class: unknown class>
useCredentials(Boolean useCredentials)
+ useCredentials(Boolean useCredentials)
final <Error class: unknown class>
queryParameters(Map<String, String> queryParameters)
+ queryParameters(Map<String, String> queryParameters)
final <Error class: unknown class>
integrationParameters(Map<String, Object> integrationParameters)
+ integrationParameters(Map<String, Object> integrationParameters)
FairPlayKeySystemConfiguration.Builder(String licenseAcquisitionURL, String certificateURL)+
FairPlayKeySystemConfiguration.Builder(String licenseAcquisitionURL, String certificateURL)
final <Error class: unknown class> headers(Map<String, String> headers)+
final <Error class: unknown class> headers(Map<String, String> headers)
Sets the map of HTTP headers for the license acquisition request.
final <Error class: unknown class> useCredentials(Boolean useCredentials)+
final <Error class: unknown class> useCredentials(Boolean useCredentials)
Sets whether the player is allowed to use credentials for cross-origin requests.
final <Error class: unknown class> queryParameters(Map<String, String> queryParameters)+
final <Error class: unknown class> queryParameters(Map<String, String> queryParameters)
Sets the map of query parameters for the license acquisition request.
final <Error class: unknown class> integrationParameters(Map<String, Object> integrationParameters)+
final <Error class: unknown class> integrationParameters(Map<String, Object> integrationParameters)
Sets the integration-specific parameters to be used by a ContentProtectionIntegration.
private final Stringprivate final StringcertificateURLprivate final Stringprivate final StringlicenseAcquisitionURLprivate final Map<String, String>private final Map<String, String>headersprivate final Booleanprivate final BooleanuseCredentialsprivate final Map<String, String>private final Map<String, String>queryParametersprivate final Booleanprivate final BooleanforceSoftwareDecryptprivate final Map<String, Object>private final Map<String, Object>integrationParametersFairPlayKeySystemConfiguration(String licenseAcquisitionURL, String certificateURL, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, Map<String, Object> integrationParameters)final String
+ final String
getCertificateURL()
Boolean
+ Boolean
equals(Object other)
+ equals(Object other)
Integer
+ Integer
hashCode()
FairPlayKeySystemConfiguration(String licenseAcquisitionURL, String certificateURL, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, Map<String, Object> integrationParameters)+
FairPlayKeySystemConfiguration(String licenseAcquisitionURL, String certificateURL, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, Map<String, Object> integrationParameters)
final String getCertificateURL()+
final String getCertificateURL()
The URL of the certificate. (NonNull)
Boolean equals(Object other)+
Boolean equals(Object other)
Integer hashCode()+
Integer hashCode()
KeySystemConfiguration.Builder(String licenseAcquisitionURL)final <Error class: unknown class>
headers(Map<String, String> headers)
+ headers(Map<String, String> headers)
final <Error class: unknown class>
useCredentials(Boolean useCredentials)
+ useCredentials(Boolean useCredentials)
final <Error class: unknown class>
queryParameters(Map<String, String> queryParameters)
+ queryParameters(Map<String, String> queryParameters)
final <Error class: unknown class>
forceSoftwareDecrypt(Boolean forceSoftwareDecrypt)
+ forceSoftwareDecrypt(Boolean forceSoftwareDecrypt)
final <Error class: unknown class>
integrationParameters(Map<String, Object> integrationParameters)
+ integrationParameters(Map<String, Object> integrationParameters)
KeySystemConfiguration.Builder(String licenseAcquisitionURL)+
KeySystemConfiguration.Builder(String licenseAcquisitionURL)
final <Error class: unknown class> headers(Map<String, String> headers)+
final <Error class: unknown class> headers(Map<String, String> headers)
Sets the map of HTTP headers for the license acquisition request.
final <Error class: unknown class> useCredentials(Boolean useCredentials)+
final <Error class: unknown class> useCredentials(Boolean useCredentials)
Sets whether the player is allowed to use credentials for cross-origin requests.
final <Error class: unknown class> queryParameters(Map<String, String> queryParameters)+
final <Error class: unknown class> queryParameters(Map<String, String> queryParameters)
Sets the map of query parameters for the license acquisition request.
final <Error class: unknown class> forceSoftwareDecrypt(Boolean forceSoftwareDecrypt)+
final <Error class: unknown class> forceSoftwareDecrypt(Boolean forceSoftwareDecrypt)
Sets whether to force decryption to happen in software.
final <Error class: unknown class> integrationParameters(Map<String, Object> integrationParameters)+
final <Error class: unknown class> integrationParameters(Map<String, Object> integrationParameters)
Sets the integration-specific parameters to be used by a ContentProtectionIntegration.
private final Stringprivate final StringlicenseAcquisitionURLprivate final Map<String, String>private final Map<String, String>headersprivate final Booleanprivate final BooleanuseCredentialsprivate final Map<String, String>private final Map<String, String>queryParametersprivate final Booleanprivate final BooleanforceSoftwareDecryptprivate final Map<String, Object>private final Map<String, Object>integrationParametersKeySystemConfiguration(String licenseAcquisitionURL, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, LicenseType licenseType, ByteArray certificate, Boolean forceSoftwareDecrypt, Map<String, Object> integrationParameters)final String
+ final String
getLicenseAcquisitionURL()
final Map<String, String>
+ final Map<String, String>
getHeaders()
final Boolean
+ final Boolean
getUseCredentials()
final Map<String, String>
+ final Map<String, String>
getQueryParameters()
final Boolean
+ final Boolean
getForceSoftwareDecrypt()
final Map<String, Object>
+ final Map<String, Object>
getIntegrationParameters()
Boolean
+ Boolean
equals(Object other)
+ equals(Object other)
Integer
+ Integer
hashCode()
final KeySystemConfiguration
copy(String licenseAcquisitionURL, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, LicenseType licenseType, ByteArray certificate, Boolean forceSoftwareDecrypt, Map<String, Object> integrationParameters)
+ copy(String licenseAcquisitionURL, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, LicenseType licenseType, ByteArray certificate, Boolean forceSoftwareDecrypt, Map<String, Object> integrationParameters)
KeySystemConfiguration(String licenseAcquisitionURL, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, LicenseType licenseType, ByteArray certificate, Boolean forceSoftwareDecrypt, Map<String, Object> integrationParameters)+
KeySystemConfiguration(String licenseAcquisitionURL, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, LicenseType licenseType, ByteArray certificate, Boolean forceSoftwareDecrypt, Map<String, Object> integrationParameters)
final String getLicenseAcquisitionURL()+
final String getLicenseAcquisitionURL()
The license acquisition URL. (NonNull)
final Map<String, String> getHeaders()+
final Map<String, String> getHeaders()
Map of HTTP headers for the license acquisition request. (NonNull)
Each entry contains a header name with associated value.
final Boolean getUseCredentials()+
final Boolean getUseCredentials()
Returns whether the player is allowed to use credentials for cross-origin requests.
Credentials are cookies, authorization headers or TLS client certificates.
Default: false
final Map<String, String> getQueryParameters()+
final Map<String, String> getQueryParameters()
The map of query parameters for the license acquisition request. (NonNull)
Each entry contains a query parameter name with associated value.
final Boolean getForceSoftwareDecrypt()+
final Boolean getForceSoftwareDecrypt()
Whether to force decryption to happen in software.
Only supported for Widevine.
If set, the player will always use Widevine L3 (even if Widevine L1 is supported).
This may prevent the player from switching to a high-definition quality, and should only be used to work around issues on specific devices.
final Map<String, Object> getIntegrationParameters()+
final Map<String, Object> getIntegrationParameters()
The integration-specific parameters to be used by a ContentProtectionIntegration.
Boolean equals(Object other)+
Boolean equals(Object other)
Integer hashCode()+
Integer hashCode()
final KeySystemConfiguration copy(String licenseAcquisitionURL, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, LicenseType licenseType, ByteArray certificate, Boolean forceSoftwareDecrypt, Map<String, Object> integrationParameters)+
final KeySystemConfiguration copy(String licenseAcquisitionURL, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, LicenseType licenseType, ByteArray certificate, Boolean forceSoftwareDecrypt, Map<String, Object> integrationParameters)
Creates a new KeySystemConfiguration with the same properties as this configuration, optionally replacing specific properties with the given values.
public enum LicenseType -extends Enum<LicenseType> +extends Enum<LicenseType>
The type of the license.
private final Stringprivate final Stringnameprivate final Integerprivate final Integerordinalfinal LicenseType
valueOf(String value)
+ valueOf(String value)
final LicenseType valueOf(String value)+
final LicenseType valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
AxinomDRMConfiguration.Builder(String token)AxinomDRMConfiguration.Builder(String token)+
AxinomDRMConfiguration.Builder(String token)
private final Stringprivate final Stringtokenprivate final Stringprivate final StringcustomIntegrationIdprivate final Map<String, Object>private final Map<String, Object>integrationParametersprivate final Map<String, String>private final Map<String, String>queryParametersprivate final Booleanprivate final BooleanmultiSessionprivate final List<KeySystemId>private final List<KeySystemId>preferredKeySystemsAxinomDRMConfiguration(String token, KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay)final String
+ final String
getToken()
Boolean
+ Boolean
equals(Object other)
+ equals(Object other)
Integer
+ Integer
hashCode()
AxinomDRMConfiguration(String token, KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay)+
AxinomDRMConfiguration(String token, KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay)
final String getToken()+
final String getToken()
The Axinom authorization token. (NonNull)
This token will be attached when the license request (custom data) is retrieved.
Boolean equals(Object other)+
Boolean equals(Object other)
Integer hashCode()+
Integer hashCode()
AzureDRMConfiguration.Builder(String certificateURL, String token)AzureDRMConfiguration.Builder(String certificateURL, String token)+
AzureDRMConfiguration.Builder(String certificateURL, String token)
private final Stringprivate final StringcertificateURLprivate final Stringprivate final Stringtokenprivate final Stringprivate final StringcustomIntegrationIdprivate final Map<String, Object>private final Map<String, Object>integrationParametersprivate final Map<String, String>private final Map<String, String>queryParametersprivate final Booleanprivate final BooleanmultiSessionprivate final List<KeySystemId>private final List<KeySystemId>preferredKeySystemsAzureDRMConfiguration(String certificateURL, String token, KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay)final String
+ final String
getCertificateURL()
final String
+ final String
getToken()
Boolean
+ Boolean
equals(Object other)
+ equals(Object other)
Integer
+ Integer
hashCode()
AzureDRMConfiguration(String certificateURL, String token, KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay)+
AzureDRMConfiguration(String certificateURL, String token, KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay)
final String getCertificateURL()+
final String getCertificateURL()
The Azure certificate URL. (NonNull)
final String getToken()+
final String getToken()
The Azure Media Services Authorization Token. (NonNull)
This token will be used for the license request.
Boolean equals(Object other)+
Boolean equals(Object other)
Integer hashCode()+
Integer hashCode()
ConaxDRMConfiguration.Builder(String deviceId, String token)ConaxDRMConfiguration.Builder(String deviceId, String token)+
ConaxDRMConfiguration.Builder(String deviceId, String token)
private final Stringprivate final StringdeviceIdprivate final Stringprivate final Stringtokenprivate final Stringprivate final StringcustomIntegrationIdprivate final Map<String, Object>private final Map<String, Object>integrationParametersprivate final Map<String, String>private final Map<String, String>queryParametersprivate final Booleanprivate final BooleanmultiSessionprivate final List<KeySystemId>private final List<KeySystemId>preferredKeySystemsConaxDRMConfiguration(String deviceId, String token, KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay)final String
+ final String
getDeviceId()
final String
+ final String
getToken()
ConaxDRMConfiguration(String deviceId, String token, KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay)+
ConaxDRMConfiguration(String deviceId, String token, KeySystemConfiguration widevine, KeySystemConfiguration playready, ClearkeyKeySystemConfiguration clearkey, FairPlayKeySystemConfiguration fairplay)
final String getDeviceId()+
final String getDeviceId()
The identifier of the Conax Device. (NonNull)
This identifier will be added to the OTT Account. This is done every time the video is started to simplify the example, adding the same device twice will not result in any changes.
The portal will usually handle adding a device to an account.
final String getToken()+
final String getToken()
The Conax authorization token. (NonNull)
This token will be attached when the license request (custom data) is retrieved.
The token is valid for a limited time and can only be used once.
Usually this will be a call to the portal that is integrated with Contego.
private final Stringprivate final StringcustomIntegrationIdprivate final Map<String, Object>private final Map<String, Object>integrationParametersprivate final Map<String, String>private final Map<String, String>queryParametersprivate final Booleanprivate final BooleanmultiSessionprivate final List<KeySystemId>private final List<KeySystemId>preferredKeySystemsDRMTodayConfiguration.Builder(String licenseAcquisitionUrl)final <Error class: unknown class>
token(String token)
+ token(String token)
final <Error class: unknown class>
userId(String userId)
+ userId(String userId)
final <Error class: unknown class>
sessionId(String sessionId)
+ sessionId(String sessionId)
final <Error class: unknown class>
merchant(String merchant)
+ merchant(String merchant)
DRMTodayConfiguration.Builder(String licenseAcquisitionUrl)+
DRMTodayConfiguration.Builder(String licenseAcquisitionUrl)
final <Error class: unknown class> token(String token)+
final <Error class: unknown class> token(String token)
Sets the DRM Today authorization token.
final <Error class: unknown class> userId(String userId)+
final <Error class: unknown class> userId(String userId)
Sets the identifier of the user.
final <Error class: unknown class> sessionId(String sessionId)+
final <Error class: unknown class> sessionId(String sessionId)
Sets the identifier of the session.
final <Error class: unknown class> merchant(String merchant)+
final <Error class: unknown class> merchant(String merchant)
Sets the identifier of the merchant.
private final Stringprivate final Stringtokenprivate final Stringprivate final StringuserIdprivate final Stringprivate final StringsessionIdprivate final Stringprivate final Stringmerchantprivate final Stringprivate final StringcustomIntegrationIdprivate final Map<String, Object>private final Map<String, Object>integrationParametersprivate final Map<String, String>private final Map<String, String>queryParametersprivate final Booleanprivate final BooleanmultiSessionprivate final List<KeySystemId>private final List<KeySystemId>preferredKeySystemsDRMTodayConfiguration(String token, String userId, String sessionId, String merchant, KeySystemConfiguration widevine)final String
+ final String
getToken()
final String
+ final String
getUserId()
final String
+ final String
getSessionId()
final String
+ final String
getMerchant()
DRMTodayConfiguration(String token, String userId, String sessionId, String merchant, KeySystemConfiguration widevine)+
DRMTodayConfiguration(String token, String userId, String sessionId, String merchant, KeySystemConfiguration widevine)
final String getToken()+
final String getToken()
The DRM Today authorization token. (Nullable)
This attribute is required when you use the User Authentication Callback flow to make the license request.
final String getUserId()+
final String getUserId()
The identifier of the user. (Nullable)
This attribute is required when you use the User Authentication Callback flow to make the license request.
final String getSessionId()+
final String getSessionId()
The identifier of the session. (Nullable)
This attribute is required when you use the User Authentication Callback flow to make the license request.
final String getMerchant()+
final String getMerchant()
The identifier of the merchant. (Nullable)
This attribute is required when you use the User Authentication Callback flow to make the license request.
IrdetoConfiguration.Builder(String licenseAcquisitionUrl)final <Error class: unknown class>
crmId(String crmId)
+ crmId(String crmId)
final <Error class: unknown class>
accountId(String accountId)
+ accountId(String accountId)
final <Error class: unknown class>
sessionId(String sessionId)
+ sessionId(String sessionId)
final <Error class: unknown class>
contentId(String contentId)
+ contentId(String contentId)
final <Error class: unknown class>
ticket(String ticket)
+ ticket(String ticket)
IrdetoConfiguration.Builder(String licenseAcquisitionUrl)+
IrdetoConfiguration.Builder(String licenseAcquisitionUrl)
final <Error class: unknown class> crmId(String crmId)+
final <Error class: unknown class> crmId(String crmId)
Sets the identifier of the CRM.
final <Error class: unknown class> accountId(String accountId)+
final <Error class: unknown class> accountId(String accountId)
Sets the identifier of the Irdeto account.
final <Error class: unknown class> sessionId(String sessionId)+
final <Error class: unknown class> sessionId(String sessionId)
Sets the identifier of the session.
final <Error class: unknown class> contentId(String contentId)+
final <Error class: unknown class> contentId(String contentId)
Sets the identifier of the content.
final <Error class: unknown class> ticket(String ticket)+
final <Error class: unknown class> ticket(String ticket)
Sets the ticket for registered user flows.
private final Stringprivate final StringcrmIdprivate final Stringprivate final StringaccountIdprivate final Stringprivate final StringcontentIdprivate final Stringprivate final StringsessionIdprivate final Stringprivate final Stringticketprivate final Stringprivate final StringcustomIntegrationIdprivate final Map<String, Object>private final Map<String, Object>integrationParametersprivate final Map<String, String>private final Map<String, String>queryParametersprivate final Booleanprivate final BooleanmultiSessionprivate final List<KeySystemId>private final List<KeySystemId>preferredKeySystemsIrdetoConfiguration(String crmId, String accountId, String contentId, String sessionId, String ticket, KeySystemConfiguration widevine)final String
+ final String
getCrmId()
final String
+ final String
getAccountId()
final String
+ final String
getContentId()
final String
+ final String
getSessionId()
final String
+ final String
getTicket()
IrdetoConfiguration(String crmId, String accountId, String contentId, String sessionId, String ticket, KeySystemConfiguration widevine)+
IrdetoConfiguration(String crmId, String accountId, String contentId, String sessionId, String ticket, KeySystemConfiguration widevine)
final String getCrmId()+
final String getCrmId()
The identifier of the CRM. (Nullable)
This identifier will be added to the license URL requests.
final String getAccountId()+
final String getAccountId()
The identifier of the Irdeto account. (Nullable)
This identifier will be added to the license URL requests.
final String getContentId()+
final String getContentId()
The identifier of the content. (Nullable)
This identifier will be added to the license URL requests.
final String getSessionId()+
final String getSessionId()
The identifier of the session. (Nullable)
It must be present for registered user flow parameters.
This is not mandatory in case of free open streams.
final String getTicket()+
final String getTicket()
The ticket for registered user flows. (Nullable)
It must be present for registered user flow parameters.
This is not mandatory in case of free open streams.
final <Error class: unknown class>
customdata(String customdata)
+ customdata(String customdata)
final <Error class: unknown class>
playready(String playready)
+ playready(String playready)
final <Error class: unknown class>
widevine(String widevine)
+ widevine(String widevine)
final <Error class: unknown class> customdata(String customdata)+
final <Error class: unknown class> customdata(String customdata)
Sets the custom data which will be used for the license acquisition request.
This attribute is required if it is not specified in the separate KeyOSKeySystemConfiguration for Widevine and PlayReady.
The value of this attribute should be the value of the customData header that you want to send with license requests to the KeyOS license server.
In most cases this will be the base64 encoded KeyOS authentication XML.
final <Error class: unknown class> playready(String playready)+
final <Error class: unknown class> playready(String playready)
The license acquisition URL used for the PlayReady key system.
final <Error class: unknown class> widevine(String widevine)+
final <Error class: unknown class> widevine(String widevine)
The license acquisition URL used for the Widevine key system.
private final Stringprivate final Stringcustomdataprivate final Stringprivate final StringcustomIntegrationIdprivate final Map<String, Object>private final Map<String, Object>integrationParametersprivate final Map<String, String>private final Map<String, String>queryParametersprivate final Booleanprivate final BooleanmultiSessionprivate final List<KeySystemId>private final List<KeySystemId>preferredKeySystemsKeyOSDRMConfiguration(String customdata, KeyOSKeySystemConfiguration widevine, KeyOSKeySystemConfiguration playready)final String
+ final String
getCustomdata()
Boolean
+ Boolean
equals(Object other)
+ equals(Object other)
Integer
+ Integer
hashCode()
KeyOSDRMConfiguration(String customdata, KeyOSKeySystemConfiguration widevine, KeyOSKeySystemConfiguration playready)+
KeyOSDRMConfiguration(String customdata, KeyOSKeySystemConfiguration widevine, KeyOSKeySystemConfiguration playready)
final String getCustomdata()+
final String getCustomdata()
The custom data for the license acquisition request. (Nullable)
This attribute is required if it is not specified in the separate KeyOSKeySystemConfiguration for Widevine and PlayReady.
The value of this attribute should be the value of the customData header that you want to send with license requests to the KeyOS license server.
In most cases this will be the base64 encoded KeyOS authentication XML.
Boolean equals(Object other)+
Boolean equals(Object other)
Integer hashCode()+
Integer hashCode()
KeyOSKeySystemConfiguration.Builder(String licenseAcquisitionURL)final <Error class: unknown class>
customdata(String customdata)
+ customdata(String customdata)
final <Error class: unknown class>
headers(Map<String, String> headers)
+ headers(Map<String, String> headers)
final <Error class: unknown class>
useCredentials(Boolean useCredentials)
+ useCredentials(Boolean useCredentials)
final <Error class: unknown class>
queryParameters(Map<String, String> queryParameters)
+ queryParameters(Map<String, String> queryParameters)
final <Error class: unknown class>
forceSoftwareDecrypt(Boolean forceSoftwareDecrypt)
+ forceSoftwareDecrypt(Boolean forceSoftwareDecrypt)
KeyOSKeySystemConfiguration.Builder(String licenseAcquisitionURL)+
KeyOSKeySystemConfiguration.Builder(String licenseAcquisitionURL)
final <Error class: unknown class> customdata(String customdata)+
final <Error class: unknown class> customdata(String customdata)
Sets the custom data for the license acquisition request.
The customdata attribute is required if it is not specified in the KeyOSDRMConfiguration.
final <Error class: unknown class> headers(Map<String, String> headers)+
final <Error class: unknown class> headers(Map<String, String> headers)
The map of HTTP headers for the license acquisition request.
final <Error class: unknown class> useCredentials(Boolean useCredentials)+
final <Error class: unknown class> useCredentials(Boolean useCredentials)
Sets whether the player is allowed to use credentials for cross-origin requests.
final <Error class: unknown class> queryParameters(Map<String, String> queryParameters)+
final <Error class: unknown class> queryParameters(Map<String, String> queryParameters)
Sets map of query parameters for the license acquisition request.
final <Error class: unknown class> forceSoftwareDecrypt(Boolean forceSoftwareDecrypt)+
final <Error class: unknown class> forceSoftwareDecrypt(Boolean forceSoftwareDecrypt)
Sets whether to force decryption to happen in software.
private final Stringprivate final Stringcustomdataprivate final Stringprivate final StringlicenseAcquisitionURLprivate final Map<String, String>private final Map<String, String>headersprivate final Booleanprivate final BooleanuseCredentialsprivate final Map<String, String>private final Map<String, String>queryParametersprivate final Booleanprivate final BooleanforceSoftwareDecryptprivate final Map<String, Object>private final Map<String, Object>integrationParametersKeyOSKeySystemConfiguration(String licenseAcquisitionURL, String customdata, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, Boolean forceSoftwareDecrypt)final String
+ final String
getCustomdata()
Boolean
+ Boolean
equals(Object other)
+ equals(Object other)
Integer
+ Integer
hashCode()
KeyOSKeySystemConfiguration(String licenseAcquisitionURL, String customdata, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, Boolean forceSoftwareDecrypt)+
KeyOSKeySystemConfiguration(String licenseAcquisitionURL, String customdata, Map<String, String> headers, Boolean useCredentials, Map<String, String> queryParameters, Boolean forceSoftwareDecrypt)
final String getCustomdata()+
final String getCustomdata()
The custom data for the license acquisition request. (Nullable)
The customdata attribute is required if it is not specified in the KeyOSDRMConfiguration.
Boolean equals(Object other)+
Boolean equals(Object other)
Integer hashCode()+
Integer hashCode()
TitaniumDRMConfiguration.Builder(String accountName, String customerName, String portalId)final <Error class: unknown class>
friendlyName(String friendlyName)
+ friendlyName(String friendlyName)
final <Error class: unknown class>
authToken(String authToken)
+ authToken(String authToken)
final <Error class: unknown class>
version(String version)
+ version(String version)
TitaniumDRMConfiguration.Builder(String accountName, String customerName, String portalId)+
TitaniumDRMConfiguration.Builder(String accountName, String customerName, String portalId)
final <Error class: unknown class> friendlyName(String friendlyName)+
final <Error class: unknown class> friendlyName(String friendlyName)
Sets the friendly name of the customer.
final <Error class: unknown class> authToken(String authToken)+
final <Error class: unknown class> authToken(String authToken)
Sets the authentication token.
final <Error class: unknown class> version(String version)+
final <Error class: unknown class> version(String version)
Sets the Titanium version.
private final Stringprivate final StringaccountNameprivate final Stringprivate final StringcustomerNameprivate final Stringprivate final StringportalIdprivate final Stringprivate final StringfriendlyNameprivate final Stringprivate final StringauthTokenprivate final Stringprivate final Stringversionprivate final Stringprivate final StringcustomIntegrationIdprivate final Map<String, Object>private final Map<String, Object>integrationParametersprivate final Map<String, String>private final Map<String, String>queryParametersprivate final Booleanprivate final BooleanmultiSessionprivate final List<KeySystemId>private final List<KeySystemId>preferredKeySystemsTitaniumDRMConfiguration(String accountName, String customerName, String portalId, String friendlyName, String authToken, KeySystemConfiguration widevine, KeySystemConfiguration playready, String version)final String
+ final String
getAccountName()
final String
+ final String
getCustomerName()
final String
+ final String
getPortalId()
final String
+ final String
getFriendlyName()
final String
+ final String
getAuthToken()
final String
+ final String
getVersion()
TitaniumDRMConfiguration(String accountName, String customerName, String portalId, String friendlyName, String authToken, KeySystemConfiguration widevine, KeySystemConfiguration playready, String version)+
TitaniumDRMConfiguration(String accountName, String customerName, String portalId, String friendlyName, String authToken, KeySystemConfiguration widevine, KeySystemConfiguration playready, String version)
final String getAccountName()+
final String getAccountName()
The account name. (NonNull)
Required when doing device-based authentication.
final String getCustomerName()+
final String getCustomerName()
The customer name. (NonNull)
Required when doing device-based authentication.
final String getPortalId()+
final String getPortalId()
The identifier of the portal. (NonNull)
Required when doing device-based authentication.
final String getFriendlyName()+
final String getFriendlyName()
The customer friendly name. (Nullable)
final String getAuthToken()+
final String getAuthToken()
The authentication token. (Nullable)
This is a JSON token provided by the Titanium Secure Token Server.
Required when doing token-based authentication.
final String getVersion()+
final String getVersion()
The version of Titanium. (NonNull)
Only version 2 and 3 are supported.
Default: "2"
VudrmDRMConfiguration.Builder(String token)VudrmDRMConfiguration.Builder(String token)+
VudrmDRMConfiguration.Builder(String token)
private final Stringprivate final Stringtokenprivate final Stringprivate final StringcustomIntegrationIdprivate final Map<String, Object>private final Map<String, Object>integrationParametersprivate final Map<String, String>private final Map<String, String>queryParametersprivate final Booleanprivate final BooleanmultiSessionprivate final List<KeySystemId>private final List<KeySystemId>preferredKeySystemsVudrmDRMConfiguration(String token, KeySystemConfiguration widevine, KeySystemConfiguration playready)final String
+ final String
getToken()
VudrmDRMConfiguration(String token, KeySystemConfiguration widevine, KeySystemConfiguration playready)+
VudrmDRMConfiguration(String token, KeySystemConfiguration widevine, KeySystemConfiguration playready)
final String getToken()+
final String getToken()
The authentication token.
XstreamConfiguration.Builder(String streamId, String ticketAcquisitionURL)final <Error class: unknown class>
sessionId(String sessionId)
+ sessionId(String sessionId)
XstreamConfiguration.Builder(String streamId, String ticketAcquisitionURL)+
XstreamConfiguration.Builder(String streamId, String ticketAcquisitionURL)
final <Error class: unknown class> sessionId(String sessionId)+
final <Error class: unknown class> sessionId(String sessionId)
Sets the session identifier. (NonNull)
private final Stringprivate final StringstreamIdprivate final Stringprivate final StringticketAcquisitionUrlprivate final Stringprivate final StringsessionIdprivate final Stringprivate final StringcustomIntegrationIdprivate final Map<String, Object>private final Map<String, Object>integrationParametersprivate final Map<String, String>private final Map<String, String>queryParametersprivate final Booleanprivate final BooleanmultiSessionprivate final List<KeySystemId>private final List<KeySystemId>preferredKeySystemsXstreamConfiguration(String streamId, String ticketAcquisitionUrl, String sessionId, KeySystemConfiguration widevine, KeySystemConfiguration playready, FairPlayKeySystemConfiguration fairplay)final String
+ final String
getStreamId()
final String
+ final String
getTicketAcquisitionUrl()
final String
+ final String
getSessionId()
Boolean
+ Boolean
equals(Object other)
+ equals(Object other)
Integer
+ Integer
hashCode()
XstreamConfiguration(String streamId, String ticketAcquisitionUrl, String sessionId, KeySystemConfiguration widevine, KeySystemConfiguration playready, FairPlayKeySystemConfiguration fairplay)+
XstreamConfiguration(String streamId, String ticketAcquisitionUrl, String sessionId, KeySystemConfiguration widevine, KeySystemConfiguration playready, FairPlayKeySystemConfiguration fairplay)
final String getStreamId()+
final String getStreamId()
The stream identifier. (NonNull)
final String getTicketAcquisitionUrl()+
final String getTicketAcquisitionUrl()
The ticket acquisition URL. (NonNull)
final String getSessionId()+
final String getSessionId()
The session identifier. (Nullable)
Boolean equals(Object other)+
Boolean equals(Object other)
Integer hashCode()+
Integer hashCode()
final HespPlaybackConfiguration.Builder
addCustomConfigurationProperty(String key, Object value)
+ addCustomConfigurationProperty(String key, Object value)
final HespPlaybackConfiguration.Builder addCustomConfigurationProperty(String key, Object value)+
final HespPlaybackConfiguration.Builder addCustomConfigurationProperty(String key, Object value)
Add a property to the custom configuration.
private final Map<String, Object>private final Map<String, Object>customConfigurationHespPlaybackConfiguration(Map<String, Object> customConfiguration)final Map<String, Object>
+ final Map<String, Object>
getCustomConfiguration()
HespPlaybackConfiguration(Map<String, Object> customConfiguration)+
HespPlaybackConfiguration(Map<String, Object> customConfiguration)
final Map<String, Object> getCustomConfiguration()+
final Map<String, Object> getCustomConfiguration()
The custom configuration.
final HlsPlaybackConfiguration.Builder
delaySubtitlePreload(Boolean delaySubtitlePreload)
+ delaySubtitlePreload(Boolean delaySubtitlePreload)
final HlsPlaybackConfiguration.Builder delaySubtitlePreload(Boolean delaySubtitlePreload)+
final HlsPlaybackConfiguration.Builder delaySubtitlePreload(Boolean delaySubtitlePreload)
Flag for delaying preloading of subtitles until after video/audio for HLS streams, intended to be used for MediaTailor streams.
A bug on the MediaTailor server side is currently causing them to return manifests without ads if the subtitle request is handled before video/audio. Enabling this flag will cause the player to delay starting subtitle loading until after video/audio manifests have successfully been requested, in order to work around the issue.
private final Booleanprivate final BooleanisDelaySubtitlePreloadHlsPlaybackConfiguration(Boolean isDelaySubtitlePreload)final Boolean
+ final Boolean
isDelaySubtitlePreload()
HlsPlaybackConfiguration(Boolean isDelaySubtitlePreload)+
HlsPlaybackConfiguration(Boolean isDelaySubtitlePreload)
final Boolean isDelaySubtitlePreload()+
final Boolean isDelaySubtitlePreload()
Flag for delaying preloading of subtitles until after video/audio for HLS streams, intended to be used for MediaTailor streams.
A bug on the MediaTailor server side is currently causing them to return manifests without ads if the subtitle request is handled before video/audio. Enabling this flag will cause the player to delay starting subtitle loading until after video/audio manifests have successfully been requested, in order to work around the issue.
protected Map<String, String>protected Map<String, String>headersprotected Doubleprotected DoubleliveOffsetprotected Booleanprotected BooleanhlsDateRangeprotected Stringprotected StringtimeServerprotected Booleanprotected BooleanlowLatencyprotected Stringprotected StringsrcMediaTailorSource.Builder(String src)final <Error class: unknown class>
adsParams(Map<String, String> adsParams)
+ adsParams(Map<String, String> adsParams)
MediaTailorSource.Builder(String src)+
MediaTailorSource.Builder(String src)
final <Error class: unknown class> adsParams(Map<String, String> adsParams)+
final <Error class: unknown class> adsParams(Map<String, String> adsParams)
Optional Map of ad parameters to perform client-side ad reporting. For more information visit MediaTailor documentation.
private final Map<String, String>private final Map<String, String>adsParamsprivate final Stringprivate final Stringsrcprivate final Map<String, String>private final Map<String, String>headersprivate final Doubleprivate final DoubleliveOffsetprivate final Booleanprivate final BooleanhlsDateRangeprivate final Stringprivate final StringtimeServerprivate final Booleanprivate final BooleanlowLatencyMediaTailorSource(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode, Map<String, String> adsParams)final Map<String, String>
+ final Map<String, String>
getAdsParams()
final MediaTailorSource
copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode, Map<String, String> adsParams)
+ copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode, Map<String, String> adsParams)
TypedSource
copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)
+ copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)
Boolean
+ Boolean
equals(Object other)
+ equals(Object other)
Integer
+ Integer
hashCode()
MediaTailorSource(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode, Map<String, String> adsParams)+
MediaTailorSource(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode, Map<String, String> adsParams)
final Map<String, String> getAdsParams()+
final Map<String, String> getAdsParams()
Optional Map of ad parameters to perform client-side ad reporting. For more information visit MediaTailor documentation.
final MediaTailorSource copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode, Map<String, String> adsParams)+
final MediaTailorSource copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode, Map<String, String> adsParams)
TypedSource copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)+
TypedSource copy(String src, DRMConfiguration drm, SourceType type, Map<String, String> headers, Double liveOffset, SsaiDescription ssai, Boolean hlsDateRange, String timeServer, Boolean lowLatency, LatencyConfiguration latencyConfiguration, HlsPlaybackConfiguration hls, DashPlaybackConfiguration dash, CMCDTransmissionMode cmcdTransmissionMode)
Creates a new TypedSource with the same properties as this source, optionally replacing specific properties with the given values.
Boolean equals(Object other)+
Boolean equals(Object other)
Integer hashCode()+
Integer hashCode()
final ChromecastMetadataDescription.Builder
images(String images)
+ images(String images)
final ChromecastMetadataDescription.Builder
releaseDate(String releaseDate)
+ releaseDate(String releaseDate)
final ChromecastMetadataDescription.Builder
title(String title)
+ title(String title)
final ChromecastMetadataDescription.Builder
subtitle(String subtitle)
+ subtitle(String subtitle)
final ChromecastMetadataDescription.Builder images(String images)+
final ChromecastMetadataDescription.Builder images(String images)
Sets one or more URLs of images.
The string must be a valid URL.
final ChromecastMetadataDescription.Builder releaseDate(String releaseDate)+
final ChromecastMetadataDescription.Builder releaseDate(String releaseDate)
Sets the release date of the current source.
The format is "YYYY-MM-DD".
final ChromecastMetadataDescription.Builder title(String title)+
final ChromecastMetadataDescription.Builder title(String title)
Sets the title of the content.
final ChromecastMetadataDescription.Builder subtitle(String subtitle)+
final ChromecastMetadataDescription.Builder subtitle(String subtitle)
Sets the subtitle of the content.
private final List<ChromecastMetadataImage>private final List<ChromecastMetadataImage>imagesprivate final Stringprivate final StringreleaseDateprivate final Stringprivate final Stringtitleprivate final Stringprivate final Stringsubtitleprivate final Map<String, Object>private final Map<String, Object>datafinal List<ChromecastMetadataImage>
+ final List<ChromecastMetadataImage>
getImages()
final String
+ final String
getReleaseDate()
final String
+ final String
getTitle()
final String
+ final String
getSubtitle()
final List<ChromecastMetadataImage> getImages()+
final List<ChromecastMetadataImage> getImages()
final String getReleaseDate()+
final String getReleaseDate()
final String getTitle()+
final String getTitle()
final String getSubtitle()+
final String getSubtitle()
private final Stringprivate final Stringsrcprivate final Integerprivate final Integerwidthprivate final Integerprivate final IntegerheightChromecastMetadataImage(String src)ChromecastMetadataImage(String src, Integer width, Integer height)final String
+ final String
getSrc()
final Integer
+ final Integer
getWidth()
final Integer
+ final Integer
getHeight()
ChromecastMetadataImage(String src)+
ChromecastMetadataImage(String src)
ChromecastMetadataImage(String src, Integer width, Integer height)+
ChromecastMetadataImage(String src, Integer width, Integer height)
final String getSrc()+
final String getSrc()
The URL of the image. (NonNull)
final Integer getWidth()+
final Integer getWidth()
The width of the image, in pixels. (Nullable)
final Integer getHeight()+
final Integer getHeight()
The height of the image, in pixels. (Nullable)
final ChromecastMetadataType
fromName(String metadataType)
+ fromName(String metadataType)
final ChromecastMetadataType fromName(String metadataType)+
final ChromecastMetadataType fromName(String metadataType)
Creates a Chromecast metadata type.
public enum ChromecastMetadataType -extends Enum<ChromecastMetadataType> +extends Enum<ChromecastMetadataType>
The Chromecast metadata type.
private final Stringprivate final Stringtypeprivate final Integerprivate final IntegernativeTypeprivate final Stringprivate final Stringnameprivate final Integerprivate final Integerordinalfinal ChromecastMetadataType
valueOf(String value)
+ valueOf(String value)
final String
+ final String
getType()
final Integer
+ final Integer
getNativeType()
final ChromecastMetadataType valueOf(String value)+
final ChromecastMetadataType valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
final String getType()+
final String getType()
The textual representation of the Chromecast metadata.
final Integer getNativeType()+
final Integer getNativeType()
The Chromecast MediaMetadata representation.
private final Map<String, Object>private final Map<String, Object>dataMetadataDescription(Map<String, Object> map)MetadataDescription(Map<String, Object> map)+
MetadataDescription(Map<String, Object> map)
private final Stringprivate final StringcustomIntegrationabstract String
+ abstract String
getCustomIntegration()
abstract String getCustomIntegration()+
abstract String getCustomIntegration()
The ID of the custom SSAI integration. (NonNull)
final static Unit
register(String customIntegration, CustomSsaiDescriptionSerializer serializer)
+ register(String customIntegration, CustomSsaiDescriptionSerializer serializer)
final static CustomSsaiDescription
deserialize(String integrationId, String json)
+ deserialize(String integrationId, String json)
final static String
+ final static String
serialize(CustomSsaiDescription value)
final static Unit register(String customIntegration, CustomSsaiDescriptionSerializer serializer)+
final static Unit register(String customIntegration, CustomSsaiDescriptionSerializer serializer)
Register the given serializer to handle CustomSsaiDescription objects with the given integration ID.
@ApiStatus.Internal() final static CustomSsaiDescription deserialize(String integrationId, String json)+
@ApiStatus.Internal() final static CustomSsaiDescription deserialize(String integrationId, String json)
@ApiStatus.Internal() final static String serialize(CustomSsaiDescription value)+
@ApiStatus.Internal() final static String serialize(CustomSsaiDescription value)
abstract CustomSsaiDescription
fromJson(String json)
+ fromJson(String json)
abstract String
+ abstract String
toJson(CustomSsaiDescription value)
abstract CustomSsaiDescription fromJson(String json)+
abstract CustomSsaiDescription fromJson(String json)
Reads a CustomSsaiDescription from the given JSON string.
The customIntegration property of the returned object must match the integration with which this serializer was registered.
abstract String toJson(CustomSsaiDescription value)+
abstract String toJson(CustomSsaiDescription value)
Writes the given CustomSsaiDescription as a JSON string.
The returned JSON string must have a string property named "integration" that contains value's customIntegrationId.
protected Stringprotected StringauthTokenprotected Stringprotected StringstreamActivityMonitorIDprotected Map<String, String>protected Map<String, String>adTagParametersprotected Stringprotected StringapiKeyGoogleDaiConfiguration.Builder(String apiKey)GoogleDaiConfiguration.Builder
authToken(String authToken)
+ authToken(String authToken)
GoogleDaiConfiguration.Builder
streamActivityMonitorID(String streamActivityMonitorID)
+ streamActivityMonitorID(String streamActivityMonitorID)
GoogleDaiConfiguration.Builder
adTagParameters(Map<String, String> adTagParameters)
+ adTagParameters(Map<String, String> adTagParameters)
GoogleDaiConfiguration.Builder(String apiKey)+
GoogleDaiConfiguration.Builder(String apiKey)
GoogleDaiConfiguration.Builder authToken(String authToken)+
GoogleDaiConfiguration.Builder authToken(String authToken)
Sets the authorization token for the stream request.
For more information, see GoogleDaiConfiguration.getAuthToken.
GoogleDaiConfiguration.Builder streamActivityMonitorID(String streamActivityMonitorID)+
GoogleDaiConfiguration.Builder streamActivityMonitorID(String streamActivityMonitorID)
Sets the identifier for a stream activity monitor session.
GoogleDaiConfiguration.Builder adTagParameters(Map<String, String> adTagParameters)+
GoogleDaiConfiguration.Builder adTagParameters(Map<String, String> adTagParameters)
Sets the ad tag parameters which are added to the stream request.
private final Stringprivate final StringapiKeyprivate final Stringprivate final StringauthTokenprivate final Stringprivate final StringstreamActivityMonitorIDprivate final Map<String, String>private final Map<String, String>adTagParametersGoogleDaiConfiguration(StreamType availabilityType, String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters)final String
+ final String
getApiKey()
final String
+ final String
getAuthToken()
final String
+ final String
getStreamActivityMonitorID()
final Map<String, String>
+ final Map<String, String>
getAdTagParameters()
Boolean
+ Boolean
equals(Object other)
+ equals(Object other)
Integer
+ Integer
hashCode()
abstract GoogleDaiConfiguration
copy(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters)
+ copy(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters)
GoogleDaiConfiguration(StreamType availabilityType, String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters)+
GoogleDaiConfiguration(StreamType availabilityType, String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters)
final String getApiKey()+
final String getApiKey()
The API key for the stream request. (NonNull)
This key is used to verify applications that are attempting to access the content.
This key is configured through the Google Ad Manager UI.
final String getAuthToken()+
final String getAuthToken()
The authorization token for the stream request. (Nullable)
This token is used for stricter content authorization.
The publisher can control individual content streams authorizations based on this token.
final String getStreamActivityMonitorID()+
final String getStreamActivityMonitorID()
The identifier for a stream activity monitor session. (Nullable)
final Map<String, String> getAdTagParameters()+
final Map<String, String> getAdTagParameters()
The ad tag parameters added to stream request. (Nullable)
Each entry contains the parameter name with associated value.
Boolean equals(Object other)+
Boolean equals(Object other)
Integer hashCode()+
Integer hashCode()
abstract GoogleDaiConfiguration copy(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters)+
abstract GoogleDaiConfiguration copy(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters)
final SsaiIntegration
from(String ssaiIntegrationId)
+ from(String ssaiIntegrationId)
final SsaiIntegration from(String ssaiIntegrationId)+
final SsaiIntegration from(String ssaiIntegrationId)
Creates a SSAI integration from a textual representation.
public enum SsaiIntegration -extends Enum<SsaiIntegration> +extends Enum<SsaiIntegration>
The identifier of a server-side ad insertion integration.
private final Stringprivate final Stringnameprivate final Integerprivate final Integerordinalfinal SsaiIntegration
valueOf(String value)
+ valueOf(String value)
final SsaiIntegration valueOf(String value)+
final SsaiIntegration valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
final StreamType
from(String streamTypeString)
+ from(String streamTypeString)
final StreamType from(String streamTypeString)+
final StreamType from(String streamTypeString)
Creates a stream type from a textual representation.
public enum StreamType -extends Enum<StreamType> +extends Enum<StreamType>
The type of a stream.
private final Stringprivate final Stringnameprivate final Integerprivate final Integerordinalfinal StreamType
valueOf(String value)
+ valueOf(String value)
final StreamType valueOf(String value)+
final StreamType valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
protected Stringprotected StringauthTokenprotected Stringprotected StringstreamActivityMonitorIDprotected Map<String, String>protected Map<String, String>adTagParametersprotected Stringprotected StringapiKeyGoogleDaiLiveConfiguration.Builder(String apiKey, String assetKey)GoogleDaiLiveConfiguration.Builder
authToken(String authToken)
+ authToken(String authToken)
GoogleDaiLiveConfiguration.Builder
streamActivityMonitorID(String streamActivityMonitorID)
+ streamActivityMonitorID(String streamActivityMonitorID)
GoogleDaiLiveConfiguration.Builder
adTagParameters(Map<String, String> adTagParameters)
+ adTagParameters(Map<String, String> adTagParameters)
GoogleDaiLiveConfiguration.Builder(String apiKey, String assetKey)+
GoogleDaiLiveConfiguration.Builder(String apiKey, String assetKey)
GoogleDaiLiveConfiguration.Builder authToken(String authToken)+
GoogleDaiLiveConfiguration.Builder authToken(String authToken)
Sets the authorization token for the stream request.
For more information, see GoogleDaiConfiguration.getAuthToken.
GoogleDaiLiveConfiguration.Builder streamActivityMonitorID(String streamActivityMonitorID)+
GoogleDaiLiveConfiguration.Builder streamActivityMonitorID(String streamActivityMonitorID)
Sets the identifier for a stream activity monitor session.
GoogleDaiLiveConfiguration.Builder adTagParameters(Map<String, String> adTagParameters)+
GoogleDaiLiveConfiguration.Builder adTagParameters(Map<String, String> adTagParameters)
Sets the ad tag parameters which are added to the stream request.
private final Stringprivate final StringassetKeyprivate final Stringprivate final StringapiKeyprivate final Stringprivate final StringauthTokenprivate final Stringprivate final StringstreamActivityMonitorIDprivate final Map<String, String>private final Map<String, String>adTagParametersGoogleDaiLiveConfiguration(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters, String assetKey)final String
+ final String
getAssetKey()
Boolean
+ Boolean
equals(Object other)
+ equals(Object other)
Integer
+ Integer
hashCode()
GoogleDaiLiveConfiguration
copy(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters)
+ copy(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters)
GoogleDaiLiveConfiguration(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters, String assetKey)+
GoogleDaiLiveConfiguration(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters, String assetKey)
final String getAssetKey()+
final String getAssetKey()
The identifier for the video content source for live streams.
This property is required for live streams.
The asset key can be found in the Google Ad Manager UI.
Boolean equals(Object other)+
Boolean equals(Object other)
Integer hashCode()+
Integer hashCode()
GoogleDaiLiveConfiguration copy(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters)+
GoogleDaiLiveConfiguration copy(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters)
protected Stringprotected StringauthTokenprotected Stringprotected StringstreamActivityMonitorIDprotected Map<String, String>protected Map<String, String>adTagParametersprotected Stringprotected StringapiKeyGoogleDaiVodConfiguration.Builder(String apiKey, String contentSourceID, String videoID)GoogleDaiVodConfiguration.Builder
authToken(String authToken)
+ authToken(String authToken)
GoogleDaiVodConfiguration.Builder
streamActivityMonitorID(String streamActivityMonitorID)
+ streamActivityMonitorID(String streamActivityMonitorID)
GoogleDaiVodConfiguration.Builder
adTagParameters(Map<String, String> adTagParameters)
+ adTagParameters(Map<String, String> adTagParameters)
GoogleDaiVodConfiguration.Builder(String apiKey, String contentSourceID, String videoID)+
GoogleDaiVodConfiguration.Builder(String apiKey, String contentSourceID, String videoID)
GoogleDaiVodConfiguration.Builder authToken(String authToken)+
GoogleDaiVodConfiguration.Builder authToken(String authToken)
Sets the authorization token for the stream request.
For more information, see GoogleDaiConfiguration.getAuthToken.
GoogleDaiVodConfiguration.Builder streamActivityMonitorID(String streamActivityMonitorID)+
GoogleDaiVodConfiguration.Builder streamActivityMonitorID(String streamActivityMonitorID)
Sets the identifier for a stream activity monitor session.
GoogleDaiVodConfiguration.Builder adTagParameters(Map<String, String> adTagParameters)+
GoogleDaiVodConfiguration.Builder adTagParameters(Map<String, String> adTagParameters)
Sets the ad tag parameters which are added to the stream request.
private final Stringprivate final StringcontentSourceIDprivate final Stringprivate final StringvideoIDprivate final Stringprivate final StringapiKeyprivate final Stringprivate final StringauthTokenprivate final Stringprivate final StringstreamActivityMonitorIDprivate final Map<String, String>private final Map<String, String>adTagParametersGoogleDaiVodConfiguration(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters, String contentSourceID, String videoID)final String
+ final String
getContentSourceID()
final String
+ final String
getVideoID()
Boolean
+ Boolean
equals(Object other)
+ equals(Object other)
Integer
+ Integer
hashCode()
GoogleDaiVodConfiguration
copy(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters)
+ copy(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters)
GoogleDaiVodConfiguration(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters, String contentSourceID, String videoID)+
GoogleDaiVodConfiguration(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters, String contentSourceID, String videoID)
final String getContentSourceID()+
final String getContentSourceID()
The identifier for the publisher's content for on-demand streams. (NonNull)
The publisher's content comes from a CMS.
This property is required for on-demand streams.
final String getVideoID()+
final String getVideoID()
The identifier for the video content source for on-demand streams. (NonNull)
This property is required for on-demand streams.
Boolean equals(Object other)+
Boolean equals(Object other)
Integer hashCode()+
Integer hashCode()
GoogleDaiVodConfiguration copy(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters)+
GoogleDaiVodConfiguration copy(String apiKey, String authToken, String streamActivityMonitorID, Map<String, String> adTagParameters)
private final Stringprivate final StringintegrationContentProtectionConfiguration(String integration, KeySystemConfiguration widevine, KeySystemConfiguration playready, FairPlayConfiguration fairplay)final String
+ final String
getIntegration()
ContentProtectionConfiguration(String integration, KeySystemConfiguration widevine, KeySystemConfiguration playready, FairPlayConfiguration fairplay)+
ContentProtectionConfiguration(String integration, KeySystemConfiguration widevine, KeySystemConfiguration playready, FairPlayConfiguration fairplay)
final String getIntegration()+
final String getIntegration()
abstract String
+ abstract String
getId()
abstract String
+ abstract String
getExternalId()
abstract String
+ abstract String
getName()
abstract String getId()+
abstract String getId()
abstract String getExternalId()+
abstract String getExternalId()
abstract String getName()+
abstract String getName()
private final Stringprivate final StringhespSrcprivate final Stringprivate final StringhlsSrcprivate final Stringprivate final StringhlsMpegTsSrcprivate final Stringprivate final StringadSrcprivate final Stringprivate final StringdaiAssetKeyprivate final Stringprivate final Stringcdnprivate final Integerprivate final Integerweightprivate final Integerprivate final Integerpriorityprivate final Stringprivate final Stringproviderprivate final Stringprivate final StringadSystemprivate Doubleprivate DoubletargetLatencyEndpoint(String hespSrc, EndpointMillicastSource millicastSrc, String hlsSrc, String hlsMpegTsSrc, String adSrc, String daiAssetKey, String cdn, Integer weight, Integer priority, ContentProtectionConfiguration contentProtection, String provider, String adSystem, Double targetLatency)final String
+ final String
getHespSrc()
final String
+ final String
getHlsSrc()
final String
+ final String
getHlsMpegTsSrc()
final String
+ final String
getAdSrc()
final String
+ final String
getDaiAssetKey()
final String
+ final String
getCdn()
final Integer
+ final Integer
getWeight()
final Integer
+ final Integer
getPriority()
final String
+ final String
getProvider()
final String
+ final String
getAdSystem()
final Double
+ final Double
getTargetLatency()
final Unit
setTargetLatency(Double targetLatency)
+ setTargetLatency(Double targetLatency)
Endpoint(String hespSrc, EndpointMillicastSource millicastSrc, String hlsSrc, String hlsMpegTsSrc, String adSrc, String daiAssetKey, String cdn, Integer weight, Integer priority, ContentProtectionConfiguration contentProtection, String provider, String adSystem, Double targetLatency)+
Endpoint(String hespSrc, EndpointMillicastSource millicastSrc, String hlsSrc, String hlsMpegTsSrc, String adSrc, String daiAssetKey, String cdn, Integer weight, Integer priority, ContentProtectionConfiguration contentProtection, String provider, String adSystem, Double targetLatency)
final String getHespSrc()+
final String getHespSrc()
final String getHlsSrc()+
final String getHlsSrc()
final String getHlsMpegTsSrc()+
final String getHlsMpegTsSrc()
final String getAdSrc()+
final String getAdSrc()
final String getDaiAssetKey()+
final String getDaiAssetKey()
final String getCdn()+
final String getCdn()
final Integer getWeight()+
final Integer getWeight()
final Integer getPriority()+
final Integer getPriority()
final String getProvider()+
final String getProvider()
final String getAdSystem()+
final String getAdSystem()
final Double getTargetLatency()+
final Double getTargetLatency()
final Unit setTargetLatency(Double targetLatency)+
final Unit setTargetLatency(Double targetLatency)
private final Stringprivate final Stringnameprivate final Stringprivate final StringaccountIdprivate final Stringprivate final StringsubscriberTokenprivate final Stringprivate final StringdirectorUrlEndpointMillicastSource(String name, String accountId, String subscriberToken, String directorUrl, WebRTCOptions webrtc)final String
+ final String
getName()
final String
+ final String
getAccountId()
final String
+ final String
getSubscriberToken()
final String
+ final String
getDirectorUrl()
EndpointMillicastSource(String name, String accountId, String subscriberToken, String directorUrl, WebRTCOptions webrtc)+
EndpointMillicastSource(String name, String accountId, String subscriberToken, String directorUrl, WebRTCOptions webrtc)
final String getName()+
final String getName()
final String getAccountId()+
final String getAccountId()
final String getSubscriberToken()+
final String getSubscriberToken()
final String getDirectorUrl()+
final String getDirectorUrl()
private final Stringprivate final StringlicenseUrlprivate final Stringprivate final StringcertificateUrlFairPlayConfiguration(String licenseUrl, String certificateUrl)final String
+ final String
getLicenseUrl()
final String
+ final String
getCertificateUrl()
FairPlayConfiguration(String licenseUrl, String certificateUrl)+
FairPlayConfiguration(String licenseUrl, String certificateUrl)
final String getLicenseUrl()+
final String getLicenseUrl()
final String getCertificateUrl()+
final String getCertificateUrl()
private final Stringprivate final StringlicenseUrlKeySystemConfiguration(String licenseUrl)final String
+ final String
getLicenseUrl()
KeySystemConfiguration(String licenseUrl)+
KeySystemConfiguration(String licenseUrl)
final String getLicenseUrl()+
final String getLicenseUrl()
private final Integerprivate final Integerminimumprivate final Integerprivate final IntegermaximumPlayoutDelay(Integer minimum, Integer maximum)final Integer
+ final Integer
getMinimum()
final Integer
+ final Integer
getMaximum()
PlayoutDelay(Integer minimum, Integer maximum)+
PlayoutDelay(Integer minimum, Integer maximum)
final Integer getMinimum()+
final Integer getMinimum()
final Integer getMaximum()+
final Integer getMaximum()
THEOLiveConfig.Builder(String externalSessionId, Boolean analyticsDisabled, String discoveryUrl)final THEOLiveConfig.Builder
externalSessionId(String sessionId)
+ externalSessionId(String sessionId)
final THEOLiveConfig.Builder
discoveryUrl(String url)
+ discoveryUrl(String url)
THEOLiveConfig.Builder(String externalSessionId, Boolean analyticsDisabled, String discoveryUrl)+
THEOLiveConfig.Builder(String externalSessionId, Boolean analyticsDisabled, String discoveryUrl)
final THEOLiveConfig.Builder externalSessionId(String sessionId)+
final THEOLiveConfig.Builder externalSessionId(String sessionId)
final THEOLiveConfig.Builder discoveryUrl(String url)+
final THEOLiveConfig.Builder discoveryUrl(String url)
abstract String
+ abstract String
getExternalSessionId()
abstract Boolean
+ abstract Boolean
getAnalyticsDisabled()
abstract String
+ abstract String
getDiscoveryUrl()
abstract String getExternalSessionId()+
abstract String getExternalSessionId()
An id used to report usage analytics.
If both this field and THEOplayerConfig.cmcd.externalSessionId are set, the value from cmcd.externalSessionId will take precedence. This field will be removed in the next major release.
abstract Boolean getAnalyticsDisabled()+
abstract Boolean getAnalyticsDisabled()
Returns whether the Analytics is supported or not.
abstract String getDiscoveryUrl()+
abstract String getDiscoveryUrl()
Override for the discovery URL.
private final Stringprivate final Stringprofileprivate final Stringprivate final Stringsrcprivate final Map<String, String>private final Map<String, String>headersprivate final Doubleprivate final DoubleliveOffsetprivate final Booleanprivate final BooleanhlsDateRangeprivate final Stringprivate final StringtimeServerprivate final Booleanprivate final BooleanlowLatencyTheoLiveSource(String src, Map<String, String> headers, LatencyConfiguration latencyConfiguration, DRMConfiguration drm, String profile, WebRTCOptions webrtc)final String
+ final String
getProfile()
Boolean
+ Boolean
equals(Object other)
+ equals(Object other)
Integer
+ Integer
hashCode()
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)
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)
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)
final String getProfile()+
final String getProfile()
Boolean equals(Object other)+
Boolean equals(Object other)
Integer hashCode()+
Integer hashCode()
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.
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.
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.
-public interface JavaCallback<T extends Object> +public interface JavaCallback<T extends Object>@@ -256,7 +256,7 @@
abstract Unit
onError(Throwable exception)
+ onError(Throwable exception)
abstract Unit onError(Throwable exception)+
abstract Unit onError(Throwable exception)
public final static Stringpublic final static StringContentPlayerpublic final static Stringpublic final static StringMedia3public final static Stringpublic final static StringHTTPpublic final static Stringpublic final static StringCachepublic final static Stringpublic final static StringLicensepublic final static Stringpublic final static StringPictureInPicturepublic final static Stringpublic final static StringFullscreenpublic final static Stringpublic final static StringMediaTailorpublic final static Stringpublic final static StringChromecastpublic final static Stringpublic final static StringGoogleDAIpublic final static Stringpublic final static StringGoogleIMApublic final static Stringpublic final static StringTHEOAdspublic final static Stringpublic final static StringMillicastpublic final static Stringpublic final static StringTheoLivepublic final static Stringpublic final static StringCMCDpublic final static Stringpublic final static StringHESPUnit
log(Integer logLevel, String tag, String message)
+ log(Integer logLevel, String tag, String message)
Unit
logVerbose(String tag, String message)
+ logVerbose(String tag, String message)
Unit
logDebug(String tag, String message)
+ logDebug(String tag, String message)
Unit
logInfo(String tag, String message)
+ logInfo(String tag, String message)
Unit
logWarning(String tag, String message)
+ logWarning(String tag, String message)
Unit
logError(String tag, String message)
+ logError(String tag, String message)
Unit log(Integer logLevel, String tag, String message)+
Unit log(Integer logLevel, String tag, String message)
Called when the tag would print a message.
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.
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.
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.
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.
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.
abstract Unit
enableTags(String tags)
+ enableTags(String tags)
abstract Unit
disableTags(String tags)
+ disableTags(String tags)
abstract Set<String>
+ abstract Set<String>
availableTags()
abstract Boolean
+ abstract Boolean
isTagEnabled(String tag)
+ isTagEnabled(String tag)
abstract Unit enableTags(String tags)+
abstract Unit enableTags(String tags)
Enables logs with the provided tags.
abstract Unit disableTags(String tags)+
abstract Unit disableTags(String tags)
Disables logs with the provided tags.
abstract Set<String> availableTags()+
abstract Set<String> availableTags()
Returns the set of all available log tags.
abstract Boolean isTagEnabled(String tag)+
abstract Boolean isTagEnabled(String tag)
Returns whether the given log tag is currently enabled.
public interface SimpleList<T> - implements Iterable<T> + implements Iterable<T>
A Simple list of items.
The player will use a SurfaceView to draw the video into.
null if no source is set.)","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#setTargetQualities(java.util.List)"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","c":"MediaTrack","l":"isEnabled()","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#isEnabled()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","c":"MediaTrack","l":"setEnabled(boolean)","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#setEnabled(boolean)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackReadyState","l":"from(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html#from(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackReadyState","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackReadyState","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.EdgeType","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.EdgeType","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontStyle","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontStyle.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontStyle","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontStyle.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontFamily","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontFamily","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setFontColor(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setFontColor(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getFontColor()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getFontColor()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setBackgroundColor(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setBackgroundColor(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getBackgroundColor()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getBackgroundColor()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setWindowColor(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setWindowColor(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getWindowColor()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getWindowColor()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setEdgeColor(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setEdgeColor(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getEdgeColor()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getEdgeColor()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setEdgeType(TextTrackStyle.EdgeType)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setEdgeType(com.theoplayer.android.api.player.track.texttrack.TextTrackStyle.EdgeType)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getEdgeType()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getEdgeType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setFont(Typeface)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setFont(android.graphics.Typeface)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setFont(TextTrackStyle.FontFamily, TextTrackStyle.FontStyle)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setFont(com.theoplayer.android.api.player.track.texttrack.TextTrackStyle.FontFamily,com.theoplayer.android.api.player.track.texttrack.TextTrackStyle.FontStyle)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setFont(String, TextTrackStyle.FontStyle)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setFont(java.lang.String,com.theoplayer.android.api.player.track.texttrack.TextTrackStyle.FontStyle)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getFont()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getFont()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getFontStyle()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getFontStyle()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getFontFamily()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getFontFamily()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getFontFile()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getFontFile()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setFontSize(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setFontSize(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getFontSize()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getFontSize()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setMarginLeft(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setMarginLeft(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setMarginRight(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setMarginRight(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setMarginTop(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setMarginTop(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setMarginBottom(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setMarginBottom(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getMarginLeft()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getMarginLeft()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getMarginRight()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getMarginRight()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getMarginTop()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getMarginTop()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getMarginBottom()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getMarginBottom()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"reset()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#reset()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"from(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#from(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"toString()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#toString()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"getMode()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#getMode()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getKind()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getKind()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getInBandMetadataTrackDispatchType()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getInBandMetadataTrackDispatchType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getMode()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getMode()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"setMode(TextTrackMode)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#setMode(com.theoplayer.android.api.player.track.texttrack.TextTrackMode)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getReadyState()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getReadyState()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getType()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getCues()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getCues()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getActiveCues()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getActiveCues()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getSource()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getSource()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"isForced()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#isForced()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getCaptionChannel()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getCaptionChannel()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"getType()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#getType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"getEntries()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#getEntries()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType.Companion","l":"from(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.Companion.html#from(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"toString()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#toString()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"getType()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#getType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"getEntries()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#getEntries()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Cue","l":"getFrame()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Cue.html#getFrame()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Unknown","l":"ID3Frame.Unknown(String, ByteArray)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Unknown.html#ID3Frame.Unknown(java.lang.String,kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Unknown","l":"getData()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Unknown.html#getData()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"ID3Frame.AttachedPicture(String, String, Byte, String, ByteArray)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#ID3Frame.AttachedPicture(java.lang.String,java.lang.String,java.lang.Byte,java.lang.String,kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"getUrl()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#getUrl()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"getMimeType()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#getMimeType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"getPictureType()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#getPictureType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"getDescription()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#getDescription()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"getData()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#getData()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"ID3Frame.Comments(String, String, String, String)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html#ID3Frame.Comments(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"getLanguage()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html#getLanguage()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"getDescription()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html#getDescription()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"getText()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html#getText()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"ID3Frame.Chapter(String, Integer, Integer, Long, Long, List)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#ID3Frame.Chapter(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.Long,java.lang.Long,java.util.List)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"getElementId()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#getElementId()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"getStartTimeMs()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#getStartTimeMs()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"getEndTimeMs()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#getEndTimeMs()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"getStartOffset()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#getStartOffset()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"getEndOffset()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#getEndOffset()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"getSubFrames()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#getSubFrames()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"ID3Frame.ChapterToc(String, Boolean, Boolean, List , List )","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#ID3Frame.ChapterToc(java.lang.String,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"getElementId()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#getElementId()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"isTopLevel()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#isTopLevel()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"isOrdered()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#isOrdered()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"getChildren()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#getChildren()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"getSubFrames()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#getSubFrames()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"ID3Frame.GeneralEncapsulatedObject(String, String, String, String, ByteArray)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#ID3Frame.GeneralEncapsulatedObject(java.lang.String,java.lang.String,java.lang.String,java.lang.String,kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"getMimeType()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#getMimeType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"getFileName()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#getFileName()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"getDescription()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#getDescription()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"getData()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#getData()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Private","l":"ID3Frame.Private(String, ByteArray)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Private.html#ID3Frame.Private(java.lang.String,kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Private","l":"getOwnerIdentifier()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Private.html#getOwnerIdentifier()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Private","l":"getData()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Private.html#getData()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Text","l":"ID3Frame.Text(String, String, String)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Text.html#ID3Frame.Text(java.lang.String,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Text","l":"getDescription()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Text.html#getDescription()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Text","l":"getText()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Text.html#getText()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Url","l":"ID3Frame.Url(String, String, String)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Url.html#ID3Frame.Url(java.lang.String,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Url","l":"getDescription()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Url.html#getDescription()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Url","l":"getUrl()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Url.html#getUrl()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Yospace","l":"ID3Frame.Yospace(String, String)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#ID3Frame.Yospace(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Yospace","l":"getText()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#getText()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame","l":"getId()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#getId()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue.CustomAttributes","l":"getDouble(String)","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.CustomAttributes.html#getDouble(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue.CustomAttributes","l":"getString(String)","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.CustomAttributes.html#getString(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue.CustomAttributes","l":"getBytes(String)","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.CustomAttributes.html#getBytes(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue.CustomAttributes","l":"asMap()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.CustomAttributes.html#asMap()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getAttributeClass()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getAttributeClass()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getStartDate()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getStartDate()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getEndDate()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getEndDate()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getDuration()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getDuration()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getPlannedDuration()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getPlannedDuration()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"isEndOnNext()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#isEndOnNext()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getScte35Cmd()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getScte35Cmd()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getScte35Out()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getScte35Out()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getScte35In()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getScte35In()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getCustomAttributes()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getCustomAttributes()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"getId()","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#getId()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"getUid()","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#getUid()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"getStartTime()","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#getStartTime()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"setStartTime(double)","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#setStartTime(double)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"getEndTime()","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#getEndTime()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"setEndTime(double)","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#setEndTime(double)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"getContent()","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#getContent()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"getTrack()","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#getTrack()"}, {"p":"com.theoplayer.android.api.util","c":"SimpleList","l":"length()","url":"com/theoplayer/android/api/util/SimpleList.html#length()"}, {"p":"com.theoplayer.android.api.util","c":"SimpleList","l":"getItem(int)","url":"com/theoplayer/android/api/util/SimpleList.html#getItem(int)"}, {"p":"com.theoplayer.android.api.util","c":"JavaCallback","l":"onSuccess(T)","url":"com/theoplayer/android/api/util/JavaCallback.html#onSuccess(T)"}, {"p":"com.theoplayer.android.api.util","c":"JavaCallback","l":"onError(Throwable)","url":"com/theoplayer/android/api/util/JavaCallback.html#onError(java.lang.Throwable)"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Listener","l":"log(Integer, String, String)","url":"com/theoplayer/android/api/util/Logger.Listener.html#log(java.lang.Integer,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Listener","l":"logVerbose(String, String)","url":"com/theoplayer/android/api/util/Logger.Listener.html#logVerbose(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Listener","l":"logDebug(String, String)","url":"com/theoplayer/android/api/util/Logger.Listener.html#logDebug(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Listener","l":"logInfo(String, String)","url":"com/theoplayer/android/api/util/Logger.Listener.html#logInfo(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Listener","l":"logWarning(String, String)","url":"com/theoplayer/android/api/util/Logger.Listener.html#logWarning(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Listener","l":"logError(String, String)","url":"com/theoplayer/android/api/util/Logger.Listener.html#logError(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"enableTags(String)","url":"com/theoplayer/android/api/util/Logger.html#enableTags(java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"enableAllTags()","url":"com/theoplayer/android/api/util/Logger.html#enableAllTags()"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"disableTags(String)","url":"com/theoplayer/android/api/util/Logger.html#disableTags(java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"disableAllTags()","url":"com/theoplayer/android/api/util/Logger.html#disableAllTags()"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"addListener(Logger.Listener)","url":"com/theoplayer/android/api/util/Logger.html#addListener(com.theoplayer.android.api.util.Logger.Listener)"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"removeListener(Logger.Listener)","url":"com/theoplayer/android/api/util/Logger.html#removeListener(com.theoplayer.android.api.util.Logger.Listener)"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"availableTags()","url":"com/theoplayer/android/api/util/Logger.html#availableTags()"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"isTagEnabled(String)","url":"com/theoplayer/android/api/util/Logger.html#isTagEnabled(java.lang.String)"}, {"p":"com.theoplayer.android.api.event","c":"EventDispatcher","l":"addEventListener(EventType , EventListener )","url":"com/theoplayer/android/api/event/EventDispatcher.html#addEventListener(com.theoplayer.android.api.event.EventType,com.theoplayer.android.api.event.EventListener)"}, {"p":"com.theoplayer.android.api.event","c":"EventDispatcher","l":"removeEventListener(EventType , EventListener )","url":"com/theoplayer/android/api/event/EventDispatcher.html#removeEventListener(com.theoplayer.android.api.event.EventType,com.theoplayer.android.api.event.EventListener)"}, {"p":"com.theoplayer.android.api.event","c":"EventType","l":"getName()","url":"com/theoplayer/android/api/event/EventType.html#getName()"}, {"p":"com.theoplayer.android.api.event","c":"Event","l":"getType()","url":"com/theoplayer/android/api/event/Event.html#getType()"}, {"p":"com.theoplayer.android.api.event","c":"Event","l":"getDate()","url":"com/theoplayer/android/api/event/Event.html#getDate()"}, {"p":"com.theoplayer.android.api.event","c":"EventListener","l":"handleEvent(E)","url":"com/theoplayer/android/api/event/EventListener.html#handleEvent(E)"}, {"p":"com.theoplayer.android.api.event.chromecast","c":"CastErrorEvent","l":"getError()","url":"com/theoplayer/android/api/event/chromecast/CastErrorEvent.html#getError()"}, {"p":"com.theoplayer.android.api.event.chromecast","c":"CastStateChangeEvent","l":"getState()","url":"com/theoplayer/android/api/event/chromecast/CastStateChangeEvent.html#getState()"}, {"p":"com.theoplayer.android.api.event.chromecast","c":"ChromecastEventTypes","l":"ChromecastEventTypes()","url":"com/theoplayer/android/api/event/chromecast/ChromecastEventTypes.html#ChromecastEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.tracklist","c":"TrackListEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/tracklist/TrackListEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.quality","c":"QualityEventTypes","l":"QualityEventTypes()","url":"com/theoplayer/android/api/event/track/mediatrack/quality/QualityEventTypes.html#QualityEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video","c":"VideoTrackEventTypes","l":"VideoTrackEventTypes()","url":"com/theoplayer/android/api/event/track/mediatrack/video/VideoTrackEventTypes.html#VideoTrackEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video","c":"ChangeEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/mediatrack/video/ChangeEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video.list","c":"VideoTrackListEventTypes","l":"VideoTrackListEventTypes()","url":"com/theoplayer/android/api/event/track/mediatrack/video/list/VideoTrackListEventTypes.html#VideoTrackListEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","c":"QualityChangedEvent","l":"getQuality()","url":"com/theoplayer/android/api/event/track/mediatrack/audio/QualityChangedEvent.html#getQuality()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","c":"ChangeEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/mediatrack/audio/ChangeEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","c":"AudioTrackEventTypes","l":"AudioTrackEventTypes()","url":"com/theoplayer/android/api/event/track/mediatrack/audio/AudioTrackEventTypes.html#AudioTrackEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio.list","c":"AudioTrackListEventTypes","l":"AudioTrackListEventTypes()","url":"com/theoplayer/android/api/event/track/mediatrack/audio/list/AudioTrackListEventTypes.html#AudioTrackListEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack","c":"AbstractTargetQualityChangedEvent","l":"getQuality()","url":"com/theoplayer/android/api/event/track/mediatrack/AbstractTargetQualityChangedEvent.html#getQuality()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack","c":"AbstractTargetQualityChangedEvent","l":"getQualities()","url":"com/theoplayer/android/api/event/track/mediatrack/AbstractTargetQualityChangedEvent.html#getQualities()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"RemoveCueEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/texttrack/RemoveCueEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"RemoveCueEvent","l":"getCue()","url":"com/theoplayer/android/api/event/track/texttrack/RemoveCueEvent.html#getCue()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"UpdateCueEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/texttrack/UpdateCueEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"UpdateCueEvent","l":"getCue()","url":"com/theoplayer/android/api/event/track/texttrack/UpdateCueEvent.html#getCue()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"EnterCueEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/texttrack/EnterCueEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"EnterCueEvent","l":"getCue()","url":"com/theoplayer/android/api/event/track/texttrack/EnterCueEvent.html#getCue()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"CueChangeEvent","l":"getTextTrack()","url":"com/theoplayer/android/api/event/track/texttrack/CueChangeEvent.html#getTextTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"ChangeEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/texttrack/ChangeEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"TextTrackEventTypes","l":"TextTrackEventTypes()","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#TextTrackEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"AddCueEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/texttrack/AddCueEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"AddCueEvent","l":"getCue()","url":"com/theoplayer/android/api/event/track/texttrack/AddCueEvent.html#getCue()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"ExitCueEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/texttrack/ExitCueEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"ExitCueEvent","l":"getCue()","url":"com/theoplayer/android/api/event/track/texttrack/ExitCueEvent.html#getCue()"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","c":"TextTrackCueEventTypes","l":"TextTrackCueEventTypes()","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/TextTrackCueEventTypes.html#TextTrackCueEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","c":"TextTrackCueEvent","l":"getCue()","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/TextTrackCueEvent.html#getCue()"}, {"p":"com.theoplayer.android.api.event.track.texttrack.list","c":"TextTrackListEventTypes","l":"TextTrackListEventTypes()","url":"com/theoplayer/android/api/event/track/texttrack/list/TextTrackListEventTypes.html#TextTrackListEventTypes()"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskEventTypes","l":"getName()","url":"com/theoplayer/android/api/event/cache/task/CachingTaskEventTypes.html#getName()"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskProgressEvent","l":"getProgress()","url":"com/theoplayer/android/api/event/cache/task/CachingTaskProgressEvent.html#getProgress()"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskErrorEvent","l":"getError()","url":"com/theoplayer/android/api/event/cache/task/CachingTaskErrorEvent.html#getError()"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskStateChangeEvent","l":"getStatus()","url":"com/theoplayer/android/api/event/cache/task/CachingTaskStateChangeEvent.html#getStatus()"}, {"p":"com.theoplayer.android.api.event.cache","c":"CacheStateChangeEvent","l":"getStatus()","url":"com/theoplayer/android/api/event/cache/CacheStateChangeEvent.html#getStatus()"}, {"p":"com.theoplayer.android.api.event.cache","c":"CacheEventTypes","l":"CacheEventTypes(String)","url":"com/theoplayer/android/api/event/cache/CacheEventTypes.html#CacheEventTypes(java.lang.String)"}, {"p":"com.theoplayer.android.api.event.cache","c":"CacheEventTypes","l":"getName()","url":"com/theoplayer/android/api/event/cache/CacheEventTypes.html#getName()"}, {"p":"com.theoplayer.android.api.event.cache.tasklist","c":"CachingTaskListEventTypes","l":"getName()","url":"com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEventTypes.html#getName()"}, {"p":"com.theoplayer.android.api.event.cache.tasklist","c":"CachingTaskListEvent","l":"getTask()","url":"com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEvent.html#getTask()"}, {"p":"com.theoplayer.android.api.event.player","c":"MediaEncryptedEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/MediaEncryptedEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"MediaEncryptedEvent","l":"getInitData()","url":"com/theoplayer/android/api/event/player/MediaEncryptedEvent.html#getInitData()"}, {"p":"com.theoplayer.android.api.event.player","c":"MediaEncryptedEvent","l":"getInitDataType()","url":"com/theoplayer/android/api/event/player/MediaEncryptedEvent.html#getInitDataType()"}, {"p":"com.theoplayer.android.api.event.player","c":"SegmentNotFoundEvent","l":"getSegmentStartTime()","url":"com/theoplayer/android/api/event/player/SegmentNotFoundEvent.html#getSegmentStartTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"SegmentNotFoundEvent","l":"getError()","url":"com/theoplayer/android/api/event/player/SegmentNotFoundEvent.html#getError()"}, {"p":"com.theoplayer.android.api.event.player","c":"SegmentNotFoundEvent","l":"getRetryCount()","url":"com/theoplayer/android/api/event/player/SegmentNotFoundEvent.html#getRetryCount()"}, {"p":"com.theoplayer.android.api.event.player","c":"TimeUpdateEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/TimeUpdateEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"TimeUpdateEvent","l":"getCurrentProgramDateTime()","url":"com/theoplayer/android/api/event/player/TimeUpdateEvent.html#getCurrentProgramDateTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"EndedEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/EndedEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"ContentProtectionErrorEvent","l":"getErrorObject()","url":"com/theoplayer/android/api/event/player/ContentProtectionErrorEvent.html#getErrorObject()"}, {"p":"com.theoplayer.android.api.event.player","c":"CanPlayEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/CanPlayEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"ContentProtectionSuccessEvent","l":"getMediaTrackType()","url":"com/theoplayer/android/api/event/player/ContentProtectionSuccessEvent.html#getMediaTrackType()"}, {"p":"com.theoplayer.android.api.event.player","c":"LoadedMetadataEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/LoadedMetadataEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"SeekingEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/SeekingEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"LoadedDataEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/LoadedDataEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"ProgressEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/ProgressEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"LicenseRequestGeneratedEvent","l":"getKeySystemId()","url":"com/theoplayer/android/api/event/player/LicenseRequestGeneratedEvent.html#getKeySystemId()"}, {"p":"com.theoplayer.android.api.event.player","c":"SourceChangeEvent","l":"getSource()","url":"com/theoplayer/android/api/event/player/SourceChangeEvent.html#getSource()"}, {"p":"com.theoplayer.android.api.event.player","c":"RateChangeEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/RateChangeEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"RateChangeEvent","l":"getPlaybackRate()","url":"com/theoplayer/android/api/event/player/RateChangeEvent.html#getPlaybackRate()"}, {"p":"com.theoplayer.android.api.event.player","c":"WaitingEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/WaitingEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"PauseEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/PauseEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"PresentationModeChange","l":"getPresentationMode()","url":"com/theoplayer/android/api/event/player/PresentationModeChange.html#getPresentationMode()"}, {"p":"com.theoplayer.android.api.event.player","c":"ErrorEvent","l":"getErrorObject()","url":"com/theoplayer/android/api/event/player/ErrorEvent.html#getErrorObject()"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/PlayEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayingEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/PlayingEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"DurationChangeEvent","l":"getDuration()","url":"com/theoplayer/android/api/event/player/DurationChangeEvent.html#getDuration()"}, {"p":"com.theoplayer.android.api.event.player","c":"VolumeChangeEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/VolumeChangeEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"VolumeChangeEvent","l":"getVolume()","url":"com/theoplayer/android/api/event/player/VolumeChangeEvent.html#getVolume()"}, {"p":"com.theoplayer.android.api.event.player","c":"ReadyStateChangeEvent","l":"getReadyState()","url":"com/theoplayer/android/api/event/player/ReadyStateChangeEvent.html#getReadyState()"}, {"p":"com.theoplayer.android.api.event.player","c":"ReadyStateChangeEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/ReadyStateChangeEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"ResizeEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/ResizeEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"ResizeEvent","l":"getWidth()","url":"com/theoplayer/android/api/event/player/ResizeEvent.html#getWidth()"}, {"p":"com.theoplayer.android.api.event.player","c":"ResizeEvent","l":"getHeight()","url":"com/theoplayer/android/api/event/player/ResizeEvent.html#getHeight()"}, {"p":"com.theoplayer.android.api.event.player","c":"SeekedEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/SeekedEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"PlayerEventTypes.Identifiers()","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#PlayerEventTypes.Identifiers()"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"PlayerEventTypes()","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#PlayerEventTypes()"}, {"p":"com.theoplayer.android.api.event.player","c":"CanPlayThroughEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/CanPlayThroughEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"CurrentSourceChangeEvent","l":"getCurrentSource()","url":"com/theoplayer/android/api/event/player/CurrentSourceChangeEvent.html#getCurrentSource()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes.Identifiers","l":"TheoLiveEventTypes.Identifiers()","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html#TheoLiveEventTypes.Identifiers()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes","l":"TheoLiveEventTypes()","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.html#TheoLiveEventTypes()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"DistributionLoadStartEvent","l":"getDistributionId()","url":"com/theoplayer/android/api/event/player/theolive/DistributionLoadStartEvent.html#getDistributionId()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"DistributionLoadedEvent","l":"getDistribution()","url":"com/theoplayer/android/api/event/player/theolive/DistributionLoadedEvent.html#getDistribution()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"DistributionOfflineEvent","l":"getDistributionId()","url":"com/theoplayer/android/api/event/player/theolive/DistributionOfflineEvent.html#getDistributionId()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"EndpointLoadedEvent","l":"getEndpoint()","url":"com/theoplayer/android/api/event/player/theolive/EndpointLoadedEvent.html#getEndpoint()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"IntentToFallbackEvent","l":"getReason()","url":"com/theoplayer/android/api/event/player/theolive/IntentToFallbackEvent.html#getReason()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AdsEventTypes.Identifiers()","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AdsEventTypes.Identifiers()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AdsEventTypes()","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AdsEventTypes()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdBreakEvent","l":"getAdBreak()","url":"com/theoplayer/android/api/event/ads/AdBreakEvent.html#getAdBreak()"}, {"p":"com.theoplayer.android.api.event.ads","c":"SingleAdEvent","l":"getAd()","url":"com/theoplayer/android/api/event/ads/SingleAdEvent.html#getAd()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdErrorEvent","l":"getError()","url":"com/theoplayer/android/api/event/ads/AdErrorEvent.html#getError()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"from(String)","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#from(java.lang.String)"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"toString()","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#toString()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"values()","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#values()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"valueOf(String)","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"getType()","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#getType()"}, {"p":"com.theoplayer.android.api.timerange","c":"TimeRanges","l":"getStart(int)","url":"com/theoplayer/android/api/timerange/TimeRanges.html#getStart(int)"}, {"p":"com.theoplayer.android.api.timerange","c":"TimeRanges","l":"getEnd(int)","url":"com/theoplayer/android/api/timerange/TimeRanges.html#getEnd(int)"}, {"p":"com.theoplayer.android.api.timerange","c":"TimeRanges","l":"length()","url":"com/theoplayer/android/api/timerange/TimeRanges.html#length()"}, {"p":"com.theoplayer.android.api.timerange","c":"TimeRange","l":"getStart()","url":"com/theoplayer/android/api/timerange/TimeRange.html#getStart()"}, {"p":"com.theoplayer.android.api.timerange","c":"TimeRange","l":"getEnd()","url":"com/theoplayer/android/api/timerange/TimeRange.html#getEnd()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"IntentCreationListener","l":"onCreateIntent(Intent)","url":"com/theoplayer/android/api/fullscreen/IntentCreationListener.html#onCreateIntent(android.content.Intent)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"FullScreenActivity()","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#FullScreenActivity()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"getFullScreenVisibilityFlags()","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#getFullScreenVisibilityFlags()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"getTHEOplayerView()","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#getTHEOplayerView()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenChangeListener","l":"onEnterFullScreen()","url":"com/theoplayer/android/api/fullscreen/FullScreenChangeListener.html#onEnterFullScreen()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenChangeListener","l":"onExitFullScreen()","url":"com/theoplayer/android/api/fullscreen/FullScreenChangeListener.html#onExitFullScreen()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"setFullScreenOrientationCoupled(boolean)","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#setFullScreenOrientationCoupled(boolean)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"isFullScreenOrientationCoupled()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#isFullScreenOrientationCoupled()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"setFullscreenOrientation(int)","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#setFullscreenOrientation(int)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"getFullscreenOrientation()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#getFullscreenOrientation()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"requestFullScreen()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#requestFullScreen()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"exitFullScreen()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#exitFullScreen()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"isFullScreen()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#isFullScreen()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"isFullScreenToggleInProgress()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#isFullScreenToggleInProgress()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"setFullscreenActivity(Class )","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#setFullscreenActivity(java.lang.Class)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"getFullscreenActivity()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#getFullscreenActivity()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"addFullScreenChangeListener(FullScreenChangeListener)","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#addFullScreenChangeListener(com.theoplayer.android.api.fullscreen.FullScreenChangeListener)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"removeFullScreenChangeListener(FullScreenChangeListener)","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#removeFullScreenChangeListener(com.theoplayer.android.api.fullscreen.FullScreenChangeListener)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"addFullScreenIntentCreationListener(IntentCreationListener)","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#addFullScreenIntentCreationListener(com.theoplayer.android.api.fullscreen.IntentCreationListener)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"removeFullScreenIntentCreationListener(IntentCreationListener)","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#removeFullScreenIntentCreationListener(com.theoplayer.android.api.fullscreen.IntentCreationListener)"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstructionPurpose","l":"values()","url":"com/theoplayer/android/api/ads/OmidFriendlyObstructionPurpose.html#values()"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstructionPurpose","l":"valueOf(String)","url":"com/theoplayer/android/api/ads/OmidFriendlyObstructionPurpose.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"Omid","l":"addFriendlyObstruction(OmidFriendlyObstruction)","url":"com/theoplayer/android/api/ads/Omid.html#addFriendlyObstruction(com.theoplayer.android.api.ads.OmidFriendlyObstruction)"}, {"p":"com.theoplayer.android.api.ads","c":"Omid","l":"removeAllFriendlyObstructions()","url":"com/theoplayer/android/api/ads/Omid.html#removeAllFriendlyObstructions()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getAds()","url":"com/theoplayer/android/api/ads/AdBreak.html#getAds()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getMaxDuration()","url":"com/theoplayer/android/api/ads/AdBreak.html#getMaxDuration()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getMaxRemainingDuration()","url":"com/theoplayer/android/api/ads/AdBreak.html#getMaxRemainingDuration()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getTimeOffset()","url":"com/theoplayer/android/api/ads/AdBreak.html#getTimeOffset()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getIntegration()","url":"com/theoplayer/android/api/ads/AdBreak.html#getIntegration()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getCustomIntegration()","url":"com/theoplayer/android/api/ads/AdBreak.html#getCustomIntegration()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getId()","url":"com/theoplayer/android/api/ads/AdBreak.html#getId()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getIdAsString()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getIdAsString()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getCustomData()","url":"com/theoplayer/android/api/ads/AdBreak.html#getCustomData()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"isPlaying()","url":"com/theoplayer/android/api/ads/Ads.html#isPlaying()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"getCurrentAds()","url":"com/theoplayer/android/api/ads/Ads.html#getCurrentAds()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"getCurrentAdBreak()","url":"com/theoplayer/android/api/ads/Ads.html#getCurrentAdBreak()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"getScheduledAds()","url":"com/theoplayer/android/api/ads/Ads.html#getScheduledAds()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"schedule(AdDescription)","url":"com/theoplayer/android/api/ads/Ads.html#schedule(com.theoplayer.android.api.source.addescription.AdDescription)"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"skip()","url":"com/theoplayer/android/api/ads/Ads.html#skip()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"getOmid()","url":"com/theoplayer/android/api/ads/Ads.html#getOmid()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"registerServerSideIntegration(String, ServerSideAdIntegrationFactory)","url":"com/theoplayer/android/api/ads/Ads.html#registerServerSideIntegration(java.lang.String,com.theoplayer.android.api.ads.ServerSideAdIntegrationFactory)"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getId()","url":"com/theoplayer/android/api/ads/Ad.html#getId()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getCompanions()","url":"com/theoplayer/android/api/ads/Ad.html#getCompanions()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getType()","url":"com/theoplayer/android/api/ads/Ad.html#getType()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getAdBreak()","url":"com/theoplayer/android/api/ads/Ad.html#getAdBreak()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getSkipOffset()","url":"com/theoplayer/android/api/ads/Ad.html#getSkipOffset()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getIntegration()","url":"com/theoplayer/android/api/ads/Ad.html#getIntegration()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getCustomIntegration()","url":"com/theoplayer/android/api/ads/Ad.html#getCustomIntegration()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getCustomData()","url":"com/theoplayer/android/api/ads/Ad.html#getCustomData()"}, {"p":"com.theoplayer.android.api.ads","c":"NonLinearAd","l":"getClickThrough()","url":"com/theoplayer/android/api/ads/NonLinearAd.html#getClickThrough()"}, {"p":"com.theoplayer.android.api.ads","c":"NonLinearAd","l":"getResourceURI()","url":"com/theoplayer/android/api/ads/NonLinearAd.html#getResourceURI()"}, {"p":"com.theoplayer.android.api.ads","c":"LinearAd","l":"getDuration()","url":"com/theoplayer/android/api/ads/LinearAd.html#getDuration()"}, {"p":"com.theoplayer.android.api.ads","c":"LinearAd","l":"getDurationAsDouble()","url":"com/theoplayer/android/api/ads/LinearAd.html#getDurationAsDouble()"}, {"p":"com.theoplayer.android.api.ads","c":"LinearAd","l":"getMediaFiles()","url":"com/theoplayer/android/api/ads/LinearAd.html#getMediaFiles()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getAdSlotId()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getAdSlotId()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getAltText()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getAltText()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getClickThrough()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getClickThrough()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getHeight()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getHeight()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getResourceURI()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getResourceURI()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getWidth()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getWidth()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getType()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getType()"}, {"p":"com.theoplayer.android.api.ads","c":"UniversalAdId","l":"getUniversalAdIdRegistry()","url":"com/theoplayer/android/api/ads/UniversalAdId.html#getUniversalAdIdRegistry()"}, {"p":"com.theoplayer.android.api.ads","c":"UniversalAdId","l":"getUniversalAdIdValue()","url":"com/theoplayer/android/api/ads/UniversalAdId.html#getUniversalAdIdValue()"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstruction","l":"OmidFriendlyObstruction(View, OmidFriendlyObstructionPurpose, String)","url":"com/theoplayer/android/api/ads/OmidFriendlyObstruction.html#OmidFriendlyObstruction(android.view.View,com.theoplayer.android.api.ads.OmidFriendlyObstructionPurpose,java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstruction","l":"getView()","url":"com/theoplayer/android/api/ads/OmidFriendlyObstruction.html#getView()"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstruction","l":"getPurpose()","url":"com/theoplayer/android/api/ads/OmidFriendlyObstruction.html#getPurpose()"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstruction","l":"getReasonString()","url":"com/theoplayer/android/api/ads/OmidFriendlyObstruction.html#getReasonString()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"MediaFile.Builder()","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#MediaFile.Builder()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"resourceURI(String)","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#resourceURI(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"type(String)","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#type(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"delivery(String)","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#delivery(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"width(Integer)","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#width(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"height(Integer)","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#height(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"build()","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#build()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile","l":"getDelivery()","url":"com/theoplayer/android/api/ads/MediaFile.html#getDelivery()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile","l":"getResourceURI()","url":"com/theoplayer/android/api/ads/MediaFile.html#getResourceURI()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile","l":"getType()","url":"com/theoplayer/android/api/ads/MediaFile.html#getType()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile","l":"getHeight()","url":"com/theoplayer/android/api/ads/MediaFile.html#getHeight()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile","l":"getWidth()","url":"com/theoplayer/android/api/ads/MediaFile.html#getWidth()"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationHandler","l":"setSource(SourceDescription)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationHandler.html#setSource(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationHandler","l":"skipAd(Ad)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationHandler.html#skipAd(com.theoplayer.android.api.ads.Ad)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationHandler","l":"resetSource()","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationHandler.html#resetSource()"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationHandler","l":"destroy()","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationHandler.html#destroy()"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"createAd(AdInit, AdBreak)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#createAd(com.theoplayer.android.api.ads.AdInit,com.theoplayer.android.api.ads.AdBreak)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"updateAd(Ad, AdInit)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#updateAd(com.theoplayer.android.api.ads.Ad,com.theoplayer.android.api.ads.AdInit)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"updateAdProgress(Ad, Double)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#updateAdProgress(com.theoplayer.android.api.ads.Ad,java.lang.Double)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"beginAd(Ad)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#beginAd(com.theoplayer.android.api.ads.Ad)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"endAd(Ad)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#endAd(com.theoplayer.android.api.ads.Ad)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"skipAd(Ad)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#skipAd(com.theoplayer.android.api.ads.Ad)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"removeAd(Ad)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#removeAd(com.theoplayer.android.api.ads.Ad)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"createAdBreak(AdBreakInit)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#createAdBreak(com.theoplayer.android.api.ads.AdBreakInit)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"updateAdBreak(AdBreak, AdBreakInit)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#updateAdBreak(com.theoplayer.android.api.ads.AdBreak,com.theoplayer.android.api.ads.AdBreakInit)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"removeAdBreak(AdBreak)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#removeAdBreak(com.theoplayer.android.api.ads.AdBreak)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"removeAllAds()","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#removeAllAds()"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"error(Throwable)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#error(java.lang.Throwable)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"fatalError(Throwable, ErrorCode)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#fatalError(java.lang.Throwable,com.theoplayer.android.api.error.ErrorCode)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"getIntegration()","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#getIntegration()"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"getAds()","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#getAds()"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"getAdBreaks()","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#getAdBreaks()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer, String, Integer, String, String, List , Object)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer, String, Integer, String, String, List )","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer, String, Integer, String, String)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer, String, Integer, String)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer, String, Integer)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer, String)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit()","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getType()","url":"com/theoplayer/android/api/ads/AdInit.html#getType()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setType(String)","url":"com/theoplayer/android/api/ads/AdInit.html#setType(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getTimeOffset()","url":"com/theoplayer/android/api/ads/AdInit.html#getTimeOffset()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setTimeOffset(Integer)","url":"com/theoplayer/android/api/ads/AdInit.html#setTimeOffset(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getSkipOffset()","url":"com/theoplayer/android/api/ads/AdInit.html#getSkipOffset()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setSkipOffset(Integer)","url":"com/theoplayer/android/api/ads/AdInit.html#setSkipOffset(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getId()","url":"com/theoplayer/android/api/ads/AdInit.html#getId()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setId(String)","url":"com/theoplayer/android/api/ads/AdInit.html#setId(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getDuration()","url":"com/theoplayer/android/api/ads/AdInit.html#getDuration()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setDuration(Integer)","url":"com/theoplayer/android/api/ads/AdInit.html#setDuration(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getClickThrough()","url":"com/theoplayer/android/api/ads/AdInit.html#getClickThrough()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setClickThrough(String)","url":"com/theoplayer/android/api/ads/AdInit.html#setClickThrough(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getResourceURI()","url":"com/theoplayer/android/api/ads/AdInit.html#getResourceURI()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setResourceURI(String)","url":"com/theoplayer/android/api/ads/AdInit.html#setResourceURI(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getMediaFiles()","url":"com/theoplayer/android/api/ads/AdInit.html#getMediaFiles()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setMediaFiles(List )","url":"com/theoplayer/android/api/ads/AdInit.html#setMediaFiles(java.util.List)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getCustomData()","url":"com/theoplayer/android/api/ads/AdInit.html#getCustomData()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setCustomData(Object)","url":"com/theoplayer/android/api/ads/AdInit.html#setCustomData(java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"AdBreakInit(Integer, String, Integer, Object)","url":"com/theoplayer/android/api/ads/AdBreakInit.html#AdBreakInit(java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"AdBreakInit(Integer, String, Integer)","url":"com/theoplayer/android/api/ads/AdBreakInit.html#AdBreakInit(java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"AdBreakInit(Integer, String)","url":"com/theoplayer/android/api/ads/AdBreakInit.html#AdBreakInit(java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"AdBreakInit(Integer)","url":"com/theoplayer/android/api/ads/AdBreakInit.html#AdBreakInit(java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"AdBreakInit()","url":"com/theoplayer/android/api/ads/AdBreakInit.html#AdBreakInit(java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"getTimeOffset()","url":"com/theoplayer/android/api/ads/AdBreakInit.html#getTimeOffset()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"getId()","url":"com/theoplayer/android/api/ads/AdBreakInit.html#getId()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"getMaxDuration()","url":"com/theoplayer/android/api/ads/AdBreakInit.html#getMaxDuration()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"getCustomData()","url":"com/theoplayer/android/api/ads/AdBreakInit.html#getCustomData()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"setCustomData(Object)","url":"com/theoplayer/android/api/ads/AdBreakInit.html#setCustomData(java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationFactory","l":"build(ServerSideAdIntegrationController)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationFactory.html#build(com.theoplayer.android.api.ads.ServerSideAdIntegrationController)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"LatencyConfiguration.Builder()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#LatencyConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"setMinimumOffset(Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#setMinimumOffset(java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"setMaximumOffset(Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#setMaximumOffset(java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"setTargetOffset(Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#setTargetOffset(java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"setForceSeekOffset(Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#setForceSeekOffset(java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"setMinimumPlaybackRate(Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#setMinimumPlaybackRate(java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"setMaximumPlaybackRate(Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#setMaximumPlaybackRate(java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"LatencyConfiguration(Double, Double, Double, Double, Double, Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#LatencyConfiguration(java.lang.Double,java.lang.Double,java.lang.Double,java.lang.Double,java.lang.Double,java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"getTargetOffset()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#getTargetOffset()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"getMinimumOffset()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#getMinimumOffset()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"getMaximumOffset()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#getMaximumOffset()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"getForceSeekOffset()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#getForceSeekOffset()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"getMinimumPlaybackRate()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#getMinimumPlaybackRate()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"getMaximumPlaybackRate()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#getMaximumPlaybackRate()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"buildUpon()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#buildUpon()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyManager","l":"isEnabled()","url":"com/theoplayer/android/api/latency/LatencyManager.html#isEnabled()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyManager","l":"setEnabled(Boolean)","url":"com/theoplayer/android/api/latency/LatencyManager.html#setEnabled(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyManager","l":"isMonitoringLivePlayback()","url":"com/theoplayer/android/api/latency/LatencyManager.html#isMonitoringLivePlayback()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyManager","l":"getCurrentLatency()","url":"com/theoplayer/android/api/latency/LatencyManager.html#getCurrentLatency()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyManager","l":"getCurrentLatencyConfiguration()","url":"com/theoplayer/android/api/latency/LatencyManager.html#getCurrentLatencyConfiguration()"}, {"p":"com.theoplayer.android.api.network","c":"Network","l":"addHTTPInterceptor(HTTPInterceptor)","url":"com/theoplayer/android/api/network/Network.html#addHTTPInterceptor(com.theoplayer.android.api.network.http.HTTPInterceptor)"}, {"p":"com.theoplayer.android.api.network","c":"Network","l":"removeHTTPInterceptor(HTTPInterceptor)","url":"com/theoplayer/android/api/network/Network.html#removeHTTPInterceptor(com.theoplayer.android.api.network.http.HTTPInterceptor)"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPInterceptor","l":"onRequest(InterceptableHTTPRequest)","url":"com/theoplayer/android/api/network/http/HTTPInterceptor.html#onRequest(com.theoplayer.android.api.network.http.InterceptableHTTPRequest)"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPInterceptor","l":"onResponse(InterceptableHTTPResponse)","url":"com/theoplayer/android/api/network/http/HTTPInterceptor.html#onResponse(com.theoplayer.android.api.network.http.InterceptableHTTPResponse)"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getMethod()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getMethod()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getUrl()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getUrl()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getHeaders()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getHeaders()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getBody()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getBody()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getType()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getType()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getSubType()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getSubType()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getMediaType()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getMediaType()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getResponseType()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getResponseType()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getConnectTimeout()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getConnectTimeout()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getReadTimeout()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getReadTimeout()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"respondWith(CompleteHTTPResponse)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#respondWith(com.theoplayer.android.api.network.http.CompleteHTTPResponse)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"getMethod()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#getMethod()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"setMethod(String)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#setMethod(java.lang.String)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"getUrl()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#getUrl()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"setUrl(URL)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#setUrl(java.net.URL)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"getHeaders()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#getHeaders()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"setHeaders(Map )","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#setHeaders(java.util.Map)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"getBody()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#getBody()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"setBody(ByteArray)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#setBody(kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"getConnectTimeout()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#getConnectTimeout()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"setConnectTimeout(Integer)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#setConnectTimeout(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"getReadTimeout()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#getReadTimeout()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"setReadTimeout(Integer)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#setReadTimeout(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.network.http","c":"ChunkInterceptor","l":"onChunk(ByteArray)","url":"com/theoplayer/android/api/network/http/ChunkInterceptor.html#onChunk(kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.network.http","c":"BodyInterceptor","l":"onBody(ByteArray)","url":"com/theoplayer/android/api/network/http/BodyInterceptor.html#onBody(kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPResponse","l":"getRequest()","url":"com/theoplayer/android/api/network/http/HTTPResponse.html#getRequest()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPResponse","l":"getUrl()","url":"com/theoplayer/android/api/network/http/HTTPResponse.html#getUrl()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPResponse","l":"getHeaders()","url":"com/theoplayer/android/api/network/http/HTTPResponse.html#getHeaders()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPResponse","l":"getStatus()","url":"com/theoplayer/android/api/network/http/HTTPResponse.html#getStatus()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPResponse","l":"getStatusText()","url":"com/theoplayer/android/api/network/http/HTTPResponse.html#getStatusText()"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"CompleteHTTPResponse(HTTPRequest, URL, Map , Integer, String, ByteArray)","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#CompleteHTTPResponse(com.theoplayer.android.api.network.http.HTTPRequest,java.net.URL,java.util.Map,java.lang.Integer,java.lang.String,kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"getRequest()","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#getRequest()"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"getUrl()","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#getUrl()"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"getHeaders()","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#getHeaders()"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"getStatus()","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#getStatus()"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"getStatusText()","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#getStatusText()"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"getBody()","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#getBody()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"onChunk(ChunkInterceptor)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#onChunk(com.theoplayer.android.api.network.http.ChunkInterceptor)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"onBody(BodyInterceptor)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#onBody(com.theoplayer.android.api.network.http.BodyInterceptor)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"getUrl()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#getUrl()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"setUrl(URL)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#setUrl(java.net.URL)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"getHeaders()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#getHeaders()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"setHeaders(Map )","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#setHeaders(java.util.Map)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"getStatus()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#getStatus()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"setStatus(Integer)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#setStatus(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"getStatusText()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#getStatusText()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"setStatusText(String)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#setStatusText(java.lang.String)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaHTTPInterceptor","l":"onRequestAsync(InterceptableHTTPRequest, JavaCallback )","url":"com/theoplayer/android/api/network/http/JavaHTTPInterceptor.html#onRequestAsync(com.theoplayer.android.api.network.http.InterceptableHTTPRequest,com.theoplayer.android.api.util.JavaCallback)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaHTTPInterceptor","l":"onResponseAsync(InterceptableHTTPResponse, JavaCallback )","url":"com/theoplayer/android/api/network/http/JavaHTTPInterceptor.html#onResponseAsync(com.theoplayer.android.api.network.http.InterceptableHTTPResponse,com.theoplayer.android.api.util.JavaCallback)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaHTTPInterceptor","l":"onRequest(InterceptableHTTPRequest)","url":"com/theoplayer/android/api/network/http/JavaHTTPInterceptor.html#onRequest(com.theoplayer.android.api.network.http.InterceptableHTTPRequest)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaHTTPInterceptor","l":"onResponse(InterceptableHTTPResponse)","url":"com/theoplayer/android/api/network/http/JavaHTTPInterceptor.html#onResponse(com.theoplayer.android.api.network.http.InterceptableHTTPResponse)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaChunkInterceptor","l":"onChunkAsync(ByteArray, JavaCallback )","url":"com/theoplayer/android/api/network/http/JavaChunkInterceptor.html#onChunkAsync(kotlin.ByteArray,com.theoplayer.android.api.util.JavaCallback)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaChunkInterceptor","l":"onChunk(ByteArray)","url":"com/theoplayer/android/api/network/http/JavaChunkInterceptor.html#onChunk(kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaBodyInterceptor","l":"onBodyAsync(ByteArray, JavaCallback )","url":"com/theoplayer/android/api/network/http/JavaBodyInterceptor.html#onBodyAsync(kotlin.ByteArray,com.theoplayer.android.api.util.JavaCallback)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaBodyInterceptor","l":"onBody(ByteArray)","url":"com/theoplayer/android/api/network/http/JavaBodyInterceptor.html#onBody(kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"valueOf(String)","url":"com/theoplayer/android/api/network/http/RequestType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"values()","url":"com/theoplayer/android/api/network/http/RequestType.html#values()"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"getEntries()","url":"com/theoplayer/android/api/network/http/RequestType.html#getEntries()"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"valueOf(String)","url":"com/theoplayer/android/api/network/http/RequestSubType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"values()","url":"com/theoplayer/android/api/network/http/RequestSubType.html#values()"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"getEntries()","url":"com/theoplayer/android/api/network/http/RequestSubType.html#getEntries()"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"valueOf(String)","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"values()","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#values()"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"getEntries()","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#getEntries()"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"valueOf(String)","url":"com/theoplayer/android/api/network/http/ResponseType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"values()","url":"com/theoplayer/android/api/network/http/ResponseType.html#values()"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"getEntries()","url":"com/theoplayer/android/api/network/http/ResponseType.html#getEntries()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"Channel","l":"getId()","url":"com/theoplayer/android/api/player/theolive/Channel.html#getId()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"Channel","l":"getName()","url":"com/theoplayer/android/api/player/theolive/Channel.html#getName()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"Channel","l":"getUrl()","url":"com/theoplayer/android/api/player/theolive/Channel.html#getUrl()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"VideoQuality","l":"getId()","url":"com/theoplayer/android/api/player/theolive/VideoQuality.html#getId()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"VideoQuality","l":"getBandwidth()","url":"com/theoplayer/android/api/player/theolive/VideoQuality.html#getBandwidth()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"VideoQuality","l":"isBadNetworkOnly()","url":"com/theoplayer/android/api/player/theolive/VideoQuality.html#isBadNetworkOnly()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"TheoLive","l":"goLive()","url":"com/theoplayer/android/api/player/theolive/TheoLive.html#goLive()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"TheoLive","l":"getAuthToken()","url":"com/theoplayer/android/api/player/theolive/TheoLive.html#getAuthToken()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"TheoLive","l":"setAuthToken(String)","url":"com/theoplayer/android/api/player/theolive/TheoLive.html#setAuthToken(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration.Companion","l":"from(String)","url":"com/theoplayer/android/api/source/AdIntegration.Companion.html#from(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"valueOf(String)","url":"com/theoplayer/android/api/source/AdIntegration.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"values()","url":"com/theoplayer/android/api/source/AdIntegration.html#values()"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"getAdIntegration()","url":"com/theoplayer/android/api/source/AdIntegration.html#getAdIntegration()"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"getEntries()","url":"com/theoplayer/android/api/source/AdIntegration.html#getEntries()"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"GoogleDaiTypedSource.Builder(GoogleDaiConfiguration)","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.Builder.html#GoogleDaiTypedSource.Builder(com.theoplayer.android.api.source.ssai.GoogleDaiConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"ssai(GoogleDaiConfiguration)","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.Builder.html#ssai(com.theoplayer.android.api.source.ssai.GoogleDaiConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"ssai(SsaiDescription)","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.Builder.html#ssai(com.theoplayer.android.api.source.ssai.SsaiDescription)"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"build()","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"GoogleDaiTypedSource(String, DRMConfiguration, SourceType, Map , Double, GoogleDaiConfiguration, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode)","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.html#GoogleDaiTypedSource(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.GoogleDaiConfiguration,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"getType()","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.html#getType()"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"getSsai()","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.html#getSsai()"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"copy(String, DRMConfiguration, SourceType, Map , Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode)","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.html#copy(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"SourceAbrConfiguration(Integer, List , List )","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#SourceAbrConfiguration(java.lang.Integer,java.util.List,java.util.List)"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"SourceAbrConfiguration(Integer, List )","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#SourceAbrConfiguration(java.lang.Integer,java.util.List,java.util.List)"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"SourceAbrConfiguration(Integer)","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#SourceAbrConfiguration(java.lang.Integer,java.util.List,java.util.List)"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"getMaxBitrate()","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#getMaxBitrate()"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"getPreferredVideoCodecs()","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#getPreferredVideoCodecs()"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"getPreferredAudioCodecs()","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#getPreferredAudioCodecs()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"SourceDescription.Builder(String)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#SourceDescription.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"SourceDescription.Builder(TypedSource)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#SourceDescription.Builder(com.theoplayer.android.api.source.TypedSource)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"ads(AdDescription)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#ads(com.theoplayer.android.api.source.addescription.AdDescription)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"textTracks(TextTrackDescription)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#textTracks(com.theoplayer.android.api.source.TextTrackDescription)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"textTracks(String)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#textTracks(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"poster(String)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#poster(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"metadata(MetadataDescription)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#metadata(com.theoplayer.android.api.source.metadata.MetadataDescription)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"timeServer(String)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#timeServer(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"abr(SourceAbrConfiguration)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#abr(com.theoplayer.android.api.source.SourceAbrConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"streamType(StreamType)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#streamType(com.theoplayer.android.api.source.StreamType)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"cmcd(CMCDSourceConfiguration)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#cmcd(com.theoplayer.android.api.cmcd.CMCDSourceConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"build()","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"SourceDescription(List , List , List , String, MetadataDescription, String, SourceAbrConfiguration, StreamType, SourceDVRConfiguration, CMCDSourceConfiguration)","url":"com/theoplayer/android/api/source/SourceDescription.html#SourceDescription(java.util.List,java.util.List,java.util.List,java.lang.String,com.theoplayer.android.api.source.metadata.MetadataDescription,java.lang.String,com.theoplayer.android.api.source.SourceAbrConfiguration,com.theoplayer.android.api.source.StreamType,com.theoplayer.android.api.source.dvr.SourceDVRConfiguration,com.theoplayer.android.api.cmcd.CMCDSourceConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getSources()","url":"com/theoplayer/android/api/source/SourceDescription.html#getSources()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getAds()","url":"com/theoplayer/android/api/source/SourceDescription.html#getAds()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getTextTracks()","url":"com/theoplayer/android/api/source/SourceDescription.html#getTextTracks()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getPoster()","url":"com/theoplayer/android/api/source/SourceDescription.html#getPoster()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getMetadata()","url":"com/theoplayer/android/api/source/SourceDescription.html#getMetadata()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getTimeServer()","url":"com/theoplayer/android/api/source/SourceDescription.html#getTimeServer()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getAbr()","url":"com/theoplayer/android/api/source/SourceDescription.html#getAbr()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getStreamType()","url":"com/theoplayer/android/api/source/SourceDescription.html#getStreamType()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getCmcd()","url":"com/theoplayer/android/api/source/SourceDescription.html#getCmcd()"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"valueOf(String)","url":"com/theoplayer/android/api/source/SourceType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"values()","url":"com/theoplayer/android/api/source/SourceType.html#values()"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"getMimeType()","url":"com/theoplayer/android/api/source/SourceType.html#getMimeType()"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"getEntries()","url":"com/theoplayer/android/api/source/SourceType.html#getEntries()"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"isLive()","url":"com/theoplayer/android/api/source/StreamType.html#isLive()"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"valueOf(String)","url":"com/theoplayer/android/api/source/StreamType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"values()","url":"com/theoplayer/android/api/source/StreamType.html#values()"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"getEntries()","url":"com/theoplayer/android/api/source/StreamType.html#getEntries()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"TextTrackDescription.Builder(String)","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#TextTrackDescription.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"isDefault(Boolean)","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#isDefault(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"kind(TextTrackKind)","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#kind(com.theoplayer.android.api.player.track.texttrack.TextTrackKind)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"srclang(String)","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#srclang(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"label(String)","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#label(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"format(TextTrackType)","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#format(com.theoplayer.android.api.player.track.texttrack.TextTrackType)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"build()","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"TextTrackDescription(String, Boolean, TextTrackKind, String, String, TextTrackType)","url":"com/theoplayer/android/api/source/TextTrackDescription.html#TextTrackDescription(java.lang.String,java.lang.Boolean,com.theoplayer.android.api.player.track.texttrack.TextTrackKind,java.lang.String,java.lang.String,com.theoplayer.android.api.player.track.texttrack.TextTrackType)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"getSrc()","url":"com/theoplayer/android/api/source/TextTrackDescription.html#getSrc()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"isDefault()","url":"com/theoplayer/android/api/source/TextTrackDescription.html#isDefault()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"getKind()","url":"com/theoplayer/android/api/source/TextTrackDescription.html#getKind()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"getSrclang()","url":"com/theoplayer/android/api/source/TextTrackDescription.html#getSrclang()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"getLabel()","url":"com/theoplayer/android/api/source/TextTrackDescription.html#getLabel()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"getFormat()","url":"com/theoplayer/android/api/source/TextTrackDescription.html#getFormat()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"TypedSource.Builder(String)","url":"com/theoplayer/android/api/source/TypedSource.Builder.html#TypedSource.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"drm(DRMConfiguration)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#drm(com.theoplayer.android.api.source.drm.DRMConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"type(SourceType)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#type(com.theoplayer.android.api.source.SourceType)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"headers(Map )","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#headers(java.util.Map)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"liveOffset(Double)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#liveOffset(java.lang.Double)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"ssai(SsaiDescription)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#ssai(com.theoplayer.android.api.source.ssai.SsaiDescription)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"hlsDateRange(Boolean)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#hlsDateRange(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"timeServer(String)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#timeServer(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"lowLatency(Boolean)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#lowLatency(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"latencyConfiguration(LatencyConfiguration)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#latencyConfiguration(com.theoplayer.android.api.latency.LatencyConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"hls(HlsPlaybackConfiguration)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#hls(com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"dash(DashPlaybackConfiguration)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#dash(com.theoplayer.android.api.source.dash.DashPlaybackConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"cmcdTransmissionMode(CMCDTransmissionMode)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#cmcdTransmissionMode(com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"build()","url":"com/theoplayer/android/api/source/TypedSource.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"TypedSource(String, DRMConfiguration, SourceType, Map , Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, HespPlaybackConfiguration, CMCDTransmissionMode)","url":"com/theoplayer/android/api/source/TypedSource.html#TypedSource(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.source.hesp.HespPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getSrc()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getSrc()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getDrm()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getDrm()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getType()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getType()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getHeaders()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getHeaders()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getLiveOffset()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getLiveOffset()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getSsai()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getSsai()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"isHlsDateRange()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#isHlsDateRange()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getTimeServer()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getTimeServer()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"isLowLatency()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#isLowLatency()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getLatencyConfiguration()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getLatencyConfiguration()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getHls()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getHls()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getDash()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getDash()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getHesp()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getHesp()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getCmcdTransmissionMode()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getCmcdTransmissionMode()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"equals(Object)","url":"com/theoplayer/android/api/source/TypedSource.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"hashCode()","url":"com/theoplayer/android/api/source/TypedSource.html#hashCode()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"copy(String, DRMConfiguration, SourceType, Map , Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode)","url":"com/theoplayer/android/api/source/TypedSource.html#copy(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"AdDescription","l":"AdDescription(AdIntegration)","url":"com/theoplayer/android/api/source/addescription/AdDescription.html#AdDescription(com.theoplayer.android.api.source.AdIntegration)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"AdDescription","l":"getIntegration()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getIntegration()"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescription","l":"CustomAdDescription(String)","url":"com/theoplayer/android/api/source/addescription/CustomAdDescription.html#CustomAdDescription(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescription","l":"getCustomIntegration()","url":"com/theoplayer/android/api/source/addescription/CustomAdDescription.html#getCustomIntegration()"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescriptionSerializer","l":"fromJson(String)","url":"com/theoplayer/android/api/source/addescription/CustomAdDescriptionSerializer.html#fromJson(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescriptionSerializer","l":"toJson(CustomAdDescription)","url":"com/theoplayer/android/api/source/addescription/CustomAdDescriptionSerializer.html#toJson(com.theoplayer.android.api.source.addescription.CustomAdDescription)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescriptionRegistry","l":"register(String, CustomAdDescriptionSerializer)","url":"com/theoplayer/android/api/source/addescription/CustomAdDescriptionRegistry.html#register(java.lang.String,com.theoplayer.android.api.source.addescription.CustomAdDescriptionSerializer)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescriptionRegistry","l":"deserialize(String, String)","url":"com/theoplayer/android/api/source/addescription/CustomAdDescriptionRegistry.html#deserialize(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescriptionRegistry","l":"serialize(CustomAdDescription)","url":"com/theoplayer/android/api/source/addescription/CustomAdDescriptionRegistry.html#serialize(com.theoplayer.android.api.source.addescription.CustomAdDescription)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription.Builder","l":"GoogleImaAdDescription.Builder(String)","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.Builder.html#GoogleImaAdDescription.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription.Builder","l":"timeOffset(String)","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.Builder.html#timeOffset(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription.Builder","l":"build()","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription","l":"GoogleImaAdDescription(String, String)","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.html#GoogleImaAdDescription(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription","l":"getSources()","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.html#getSources()"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription","l":"getTimeOffset()","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.html#getTimeOffset()"}, {"p":"com.theoplayer.android.api.source.dash","c":"DashPlaybackConfiguration.Builder","l":"DashPlaybackConfiguration.Builder()","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.Builder.html#DashPlaybackConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.source.dash","c":"DashPlaybackConfiguration.Builder","l":"ignoreAvailabilityWindow(Boolean)","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.Builder.html#ignoreAvailabilityWindow(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.dash","c":"DashPlaybackConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.dash","c":"DashPlaybackConfiguration","l":"DashPlaybackConfiguration(Boolean)","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.html#DashPlaybackConfiguration(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.dash","c":"DashPlaybackConfiguration","l":"getIgnoreAvailabilityWindow()","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.html#getIgnoreAvailabilityWindow()"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey","l":"ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey(String, String)","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey.html#ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey","l":"getId()","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey.html#getId()"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey","l":"getValue()","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey.html#getValue()"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"ClearkeyKeySystemConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#ClearkeyKeySystemConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"keys(Array )","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#keys(kotlin.Array)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"headers(Map )","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#headers(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"useCredentials(Boolean)","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#useCredentials(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"queryParameters(Map )","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#queryParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"integrationParameters(Map )","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#integrationParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"ClearkeyKeySystemConfiguration(String, Array , Map , Boolean, Map , Map )","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.html#ClearkeyKeySystemConfiguration(java.lang.String,kotlin.Array,java.util.Map,java.lang.Boolean,java.util.Map,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"getKeys()","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.html#getKeys()"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"DRMConfiguration.Builder()","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#DRMConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"fairplay(FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#fairplay(com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"playready(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"widevine(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"clearkey(ClearkeyKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#clearkey(com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"customIntegrationId(String)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#customIntegrationId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"integrationParameters(Map )","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#integrationParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"queryParameters(Map )","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#queryParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"multiSession(Boolean)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#multiSession(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"preferredKeySystems(List )","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#preferredKeySystems(java.util.List)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"DRMConfiguration(KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration, String, Map , Map , Boolean, List )","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.html#DRMConfiguration(com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration,java.lang.String,java.util.Map,java.util.Map,java.lang.Boolean,java.util.List)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"DRMConfiguration(KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration, DRMIntegrationId, String, Map , Map , Boolean, List )","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.html#DRMConfiguration(com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration,com.theoplayer.android.api.source.drm.DRMIntegrationId,java.lang.String,java.util.Map,java.util.Map,java.lang.Boolean,java.util.List)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getWidevine()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getWidevine()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getPlayready()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getPlayready()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getClearkey()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getClearkey()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getFairplay()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getFairplay()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getIntegration()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getIntegration()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getCustomIntegrationId()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getCustomIntegrationId()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getIntegrationParameters()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getIntegrationParameters()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getQueryParameters()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getQueryParameters()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"isMultiSession()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#isMultiSession()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getPreferredKeySystems()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getPreferredKeySystems()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"copy(KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration, DRMIntegrationId, String, Map , Map , Boolean, List )","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#copy(com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration,com.theoplayer.android.api.source.drm.DRMIntegrationId,java.lang.String,java.util.Map,java.util.Map,java.lang.Boolean,java.util.List)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId.Companion","l":"from(String)","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.Companion.html#from(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"valueOf(String)","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"values()","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#values()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"getIntegrationId()","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#getIntegrationId()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"getEntries()","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#getEntries()"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration.Builder","l":"FairPlayKeySystemConfiguration.Builder(String, String)","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html#FairPlayKeySystemConfiguration.Builder(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration.Builder","l":"headers(Map )","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html#headers(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration.Builder","l":"useCredentials(Boolean)","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html#useCredentials(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration.Builder","l":"queryParameters(Map )","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html#queryParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration.Builder","l":"integrationParameters(Map )","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html#integrationParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"FairPlayKeySystemConfiguration(String, String, Map , Boolean, Map , Map )","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.html#FairPlayKeySystemConfiguration(java.lang.String,java.lang.String,java.util.Map,java.lang.Boolean,java.util.Map,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"getCertificateURL()","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.html#getCertificateURL()"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"KeySystemConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#KeySystemConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"headers(Map )","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#headers(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"useCredentials(Boolean)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#useCredentials(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"queryParameters(Map )","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#queryParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"licenseType(LicenseType)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#licenseType(com.theoplayer.android.api.source.drm.LicenseType)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"certificate(ByteArray)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#certificate(kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"forceSoftwareDecrypt(Boolean)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#forceSoftwareDecrypt(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"integrationParameters(Map )","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#integrationParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"KeySystemConfiguration(String, Map , Boolean, Map , LicenseType, ByteArray, Boolean, Map )","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.html#KeySystemConfiguration(java.lang.String,java.util.Map,java.lang.Boolean,java.util.Map,com.theoplayer.android.api.source.drm.LicenseType,kotlin.ByteArray,java.lang.Boolean,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getLicenseAcquisitionURL()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getLicenseAcquisitionURL()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getHeaders()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getHeaders()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getUseCredentials()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getUseCredentials()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getQueryParameters()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getQueryParameters()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getLicenseType()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getLicenseType()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getCertificate()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getCertificate()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getForceSoftwareDecrypt()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getForceSoftwareDecrypt()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getIntegrationParameters()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getIntegrationParameters()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"copy(String, Map , Boolean, Map , LicenseType, ByteArray, Boolean, Map )","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#copy(java.lang.String,java.util.Map,java.lang.Boolean,java.util.Map,com.theoplayer.android.api.source.drm.LicenseType,kotlin.ByteArray,java.lang.Boolean,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"valueOf(String)","url":"com/theoplayer/android/api/source/drm/LicenseType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"values()","url":"com/theoplayer/android/api/source/drm/LicenseType.html#values()"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"getEntries()","url":"com/theoplayer/android/api/source/drm/LicenseType.html#getEntries()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration.Builder","l":"AxinomDRMConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html#AxinomDRMConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration.Builder","l":"fairplay(FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html#fairplay(com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration.Builder","l":"playready(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration.Builder","l":"widevine(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration.Builder","l":"clearkey(ClearkeyKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html#clearkey(com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"AxinomDRMConfiguration(String, KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.html#AxinomDRMConfiguration(java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"getToken()","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.html#getToken()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration.Builder","l":"AzureDRMConfiguration.Builder(String, String)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html#AzureDRMConfiguration.Builder(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration.Builder","l":"fairplay(FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html#fairplay(com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration.Builder","l":"playready(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration.Builder","l":"widevine(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration.Builder","l":"clearkey(ClearkeyKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html#clearkey(com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"AzureDRMConfiguration(String, String, KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html#AzureDRMConfiguration(java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"getCertificateURL()","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html#getCertificateURL()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"getToken()","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html#getToken()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration.Builder","l":"ConaxDRMConfiguration.Builder(String, String)","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html#ConaxDRMConfiguration.Builder(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration.Builder","l":"widevine(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration.Builder","l":"clearkey(ClearkeyKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html#clearkey(com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration.Builder","l":"fairplay(FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html#fairplay(com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration.Builder","l":"playready(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"ConaxDRMConfiguration(String, String, KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.html#ConaxDRMConfiguration(java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"getDeviceId()","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.html#getDeviceId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"getToken()","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.html#getToken()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"DRMPreIntegrationConfiguration(DRMIntegrationId, KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMPreIntegrationConfiguration.html#DRMPreIntegrationConfiguration(com.theoplayer.android.api.source.drm.DRMIntegrationId,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"DRMTodayConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#DRMTodayConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"DRMTodayConfiguration.Builder(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#DRMTodayConfiguration.Builder(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"token(String)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#token(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"userId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#userId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"sessionId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#sessionId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"merchant(String)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#merchant(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"DRMTodayConfiguration(String, String, String, String, KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#DRMTodayConfiguration(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"getToken()","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#getToken()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"getUserId()","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#getUserId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"getSessionId()","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#getSessionId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"getMerchant()","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#getMerchant()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"IrdetoConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#IrdetoConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"IrdetoConfiguration.Builder(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#IrdetoConfiguration.Builder(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"crmId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#crmId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"accountId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#accountId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"sessionId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#sessionId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"contentId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#contentId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"ticket(String)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#ticket(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"IrdetoConfiguration(String, String, String, String, String, KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#IrdetoConfiguration(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"getCrmId()","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#getCrmId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"getAccountId()","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#getAccountId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"getContentId()","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#getContentId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"getSessionId()","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#getSessionId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"getTicket()","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#getTicket()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"KeyOSDRMConfiguration.Builder()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#KeyOSDRMConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"customdata(String)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#customdata(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"playready(KeyOSKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.preintegration.KeyOSKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"playready(String)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#playready(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"widevine(KeyOSKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.preintegration.KeyOSKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"widevine(String)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#widevine(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"KeyOSDRMConfiguration(String, KeyOSKeySystemConfiguration, KeyOSKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#KeyOSDRMConfiguration(java.lang.String,com.theoplayer.android.api.source.drm.preintegration.KeyOSKeySystemConfiguration,com.theoplayer.android.api.source.drm.preintegration.KeyOSKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"getPlayready()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#getPlayready()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"getWidevine()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#getWidevine()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"getCustomdata()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#getCustomdata()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"KeyOSKeySystemConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#KeyOSKeySystemConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"customdata(String)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#customdata(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"headers(Map )","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#headers(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"useCredentials(Boolean)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#useCredentials(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"queryParameters(Map )","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#queryParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"forceSoftwareDecrypt(Boolean)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#forceSoftwareDecrypt(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"KeyOSKeySystemConfiguration(String, String, Map , Boolean, Map , Boolean)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#KeyOSKeySystemConfiguration(java.lang.String,java.lang.String,java.util.Map,java.lang.Boolean,java.util.Map,java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"getCustomdata()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getCustomdata()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration.Builder","l":"TitaniumDRMConfiguration.Builder(String, String, String)","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html#TitaniumDRMConfiguration.Builder(java.lang.String,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration.Builder","l":"friendlyName(String)","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html#friendlyName(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration.Builder","l":"authToken(String)","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html#authToken(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration.Builder","l":"playready(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration.Builder","l":"widevine(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration.Builder","l":"version(String)","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html#version(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"TitaniumDRMConfiguration(String, String, String, String, String, KeySystemConfiguration, KeySystemConfiguration, String)","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#TitaniumDRMConfiguration(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"getAccountName()","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#getAccountName()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"getCustomerName()","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#getCustomerName()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"getPortalId()","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#getPortalId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"getFriendlyName()","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#getFriendlyName()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"getAuthToken()","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#getAuthToken()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"getVersion()","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#getVersion()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration.Builder","l":"VudrmDRMConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.Builder.html#VudrmDRMConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration.Builder","l":"playready(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration.Builder","l":"widevine(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"VudrmDRMConfiguration(String, KeySystemConfiguration, KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.html#VudrmDRMConfiguration(java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"getToken()","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.html#getToken()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration.Builder","l":"XstreamConfiguration.Builder(String, String)","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.Builder.html#XstreamConfiguration.Builder(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration.Builder","l":"sessionId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.Builder.html#sessionId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration.Builder","l":"playready(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration.Builder","l":"widevine(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"XstreamConfiguration(String, String, String, KeySystemConfiguration, KeySystemConfiguration, FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#XstreamConfiguration(java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"getStreamId()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getStreamId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"getTicketAcquisitionUrl()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getTicketAcquisitionUrl()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"getSessionId()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getSessionId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.hesp","c":"HespPlaybackConfiguration.Builder","l":"HespPlaybackConfiguration.Builder()","url":"com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.Builder.html#HespPlaybackConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.source.hesp","c":"HespPlaybackConfiguration.Builder","l":"addCustomConfigurationProperty(String, Object)","url":"com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.Builder.html#addCustomConfigurationProperty(java.lang.String,java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.hesp","c":"HespPlaybackConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.hesp","c":"HespPlaybackConfiguration","l":"HespPlaybackConfiguration(Map )","url":"com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.html#HespPlaybackConfiguration(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.hesp","c":"HespPlaybackConfiguration","l":"getCustomConfiguration()","url":"com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.html#getCustomConfiguration()"}, {"p":"com.theoplayer.android.api.source.hls","c":"HlsPlaybackConfiguration.Builder","l":"HlsPlaybackConfiguration.Builder()","url":"com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.Builder.html#HlsPlaybackConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.source.hls","c":"HlsPlaybackConfiguration.Builder","l":"delaySubtitlePreload(Boolean)","url":"com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.Builder.html#delaySubtitlePreload(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.hls","c":"HlsPlaybackConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.hls","c":"HlsPlaybackConfiguration","l":"HlsPlaybackConfiguration(Boolean)","url":"com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.html#HlsPlaybackConfiguration(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.hls","c":"HlsPlaybackConfiguration","l":"isDelaySubtitlePreload()","url":"com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.html#isDelaySubtitlePreload()"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"MediaTailorSource.Builder(String)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#MediaTailorSource.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"adsParams(Map )","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#adsParams(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"build()","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"MediaTailorSource(String, DRMConfiguration, SourceType, Map , Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode, Map )","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html#MediaTailorSource(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"getAdsParams()","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html#getAdsParams()"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"copy(String, DRMConfiguration, SourceType, Map , Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode, Map )","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html#copy(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"copy(String, DRMConfiguration, SourceType, Map , Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html#copy(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"equals(Object)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"hashCode()","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription.Builder","l":"ChromecastMetadataDescription.Builder()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html#ChromecastMetadataDescription.Builder()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription.Builder","l":"images(ChromecastMetadataImage)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html#images(com.theoplayer.android.api.source.metadata.ChromecastMetadataImage)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription.Builder","l":"images(String)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html#images(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription.Builder","l":"type(ChromecastMetadataType)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html#type(com.theoplayer.android.api.source.metadata.ChromecastMetadataType)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription.Builder","l":"releaseDate(String)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html#releaseDate(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription.Builder","l":"title(String)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html#title(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription.Builder","l":"subtitle(String)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html#subtitle(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription.Builder","l":"build()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"getImages()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#getImages()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"getReleaseDate()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#getReleaseDate()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"getTitle()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#getTitle()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"getSubtitle()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#getSubtitle()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"getType()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#getType()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataImage","l":"ChromecastMetadataImage(String)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html#ChromecastMetadataImage(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataImage","l":"ChromecastMetadataImage(String, Integer, Integer)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html#ChromecastMetadataImage(java.lang.String,java.lang.Integer,java.lang.Integer)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataImage","l":"getSrc()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html#getSrc()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataImage","l":"getWidth()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html#getWidth()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataImage","l":"getHeight()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html#getHeight()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType.Companion","l":"fromName(String)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.Companion.html#fromName(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"valueOf(String)","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"values()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#values()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"getType()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#getType()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"getNativeType()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#getNativeType()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"getEntries()","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#getEntries()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"MetadataDescription","l":"MetadataDescription()","url":"com/theoplayer/android/api/source/metadata/MetadataDescription.html#MetadataDescription()"}, {"p":"com.theoplayer.android.api.source.metadata","c":"MetadataDescription","l":"MetadataDescription(Map )","url":"com/theoplayer/android/api/source/metadata/MetadataDescription.html#MetadataDescription(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescription","l":"CustomSsaiDescription()","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescription.html#CustomSsaiDescription()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescription","l":"getCustomIntegration()","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescription.html#getCustomIntegration()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescriptionSerializer","l":"fromJson(String)","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionSerializer.html#fromJson(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescriptionSerializer","l":"toJson(CustomSsaiDescription)","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionSerializer.html#toJson(com.theoplayer.android.api.source.ssai.CustomSsaiDescription)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescriptionRegistry","l":"register(String, CustomSsaiDescriptionSerializer)","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionRegistry.html#register(java.lang.String,com.theoplayer.android.api.source.ssai.CustomSsaiDescriptionSerializer)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescriptionRegistry","l":"deserialize(String, String)","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionRegistry.html#deserialize(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescriptionRegistry","l":"serialize(CustomSsaiDescription)","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionRegistry.html#serialize(com.theoplayer.android.api.source.ssai.CustomSsaiDescription)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration.Builder","l":"GoogleDaiConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.Builder.html#GoogleDaiConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration.Builder","l":"authToken(String)","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.Builder.html#authToken(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration.Builder","l":"streamActivityMonitorID(String)","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.Builder.html#streamActivityMonitorID(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration.Builder","l":"adTagParameters(Map )","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.Builder.html#adTagParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"GoogleDaiConfiguration(StreamType, String, String, String, Map )","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.html#GoogleDaiConfiguration(com.theoplayer.android.api.source.ssai.StreamType,java.lang.String,java.lang.String,java.lang.String,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"getAvailabilityType()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#getAvailabilityType()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"getApiKey()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#getApiKey()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"getAuthToken()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#getAuthToken()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"getStreamActivityMonitorID()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#getStreamActivityMonitorID()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"getAdTagParameters()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#getAdTagParameters()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"copy(String, String, String, Map )","url":"com/theoplayer/android/api/source/ssai/GoogleDaiConfiguration.html#copy(java.lang.String,java.lang.String,java.lang.String,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiDescription","l":"getIntegration()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#getIntegration()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration.Companion","l":"from(String)","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.Companion.html#from(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration","l":"valueOf(String)","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration","l":"values()","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.html#values()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration","l":"getEntries()","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.html#getEntries()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType.Companion","l":"from(String)","url":"com/theoplayer/android/api/source/ssai/StreamType.Companion.html#from(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType","l":"valueOf(String)","url":"com/theoplayer/android/api/source/ssai/StreamType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType","l":"values()","url":"com/theoplayer/android/api/source/ssai/StreamType.html#values()"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType","l":"getEntries()","url":"com/theoplayer/android/api/source/ssai/StreamType.html#getEntries()"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"GoogleDaiLiveConfiguration.Builder(String, String)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.Builder.html#GoogleDaiLiveConfiguration.Builder(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"authToken(String)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.Builder.html#authToken(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"streamActivityMonitorID(String)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.Builder.html#streamActivityMonitorID(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"adTagParameters(Map )","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.Builder.html#adTagParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"GoogleDaiLiveConfiguration(String, String, String, Map , String)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.html#GoogleDaiLiveConfiguration(java.lang.String,java.lang.String,java.lang.String,java.util.Map,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"getAssetKey()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.html#getAssetKey()"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"copy(String, String, String, Map )","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.html#copy(java.lang.String,java.lang.String,java.lang.String,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"GoogleDaiVodConfiguration.Builder(String, String, String)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#GoogleDaiVodConfiguration.Builder(java.lang.String,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"authToken(String)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#authToken(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"streamActivityMonitorID(String)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#streamActivityMonitorID(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"adTagParameters(Map )","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#adTagParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"GoogleDaiVodConfiguration(String, String, String, Map , String, String)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#GoogleDaiVodConfiguration(java.lang.String,java.lang.String,java.lang.String,java.util.Map,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"getContentSourceID()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#getContentSourceID()"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"getVideoID()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#getVideoID()"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"copy(String, String, String, Map )","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#copy(java.lang.String,java.lang.String,java.lang.String,java.util.Map)"}, {"p":"com.theoplayer.android.api.theolive","c":"Distribution","l":"getId()","url":"com/theoplayer/android/api/theolive/Distribution.html#getId()"}, {"p":"com.theoplayer.android.api.theolive","c":"Distribution","l":"getExternalId()","url":"com/theoplayer/android/api/theolive/Distribution.html#getExternalId()"}, {"p":"com.theoplayer.android.api.theolive","c":"Distribution","l":"getName()","url":"com/theoplayer/android/api/theolive/Distribution.html#getName()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"Endpoint(String, EndpointMillicastSource, String, String, String, String, String, Integer, Integer, ContentProtectionConfiguration, String, String, Double)","url":"com/theoplayer/android/api/theolive/Endpoint.html#Endpoint(java.lang.String,com.theoplayer.android.api.theolive.EndpointMillicastSource,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,com.theoplayer.android.api.theolive.ContentProtectionConfiguration,java.lang.String,java.lang.String,java.lang.Double)"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getHespSrc()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getHespSrc()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getMillicastSrc()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getMillicastSrc()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getHlsSrc()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getHlsSrc()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getHlsMpegTsSrc()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getHlsMpegTsSrc()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getAdSrc()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getAdSrc()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getDaiAssetKey()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getDaiAssetKey()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getCdn()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getCdn()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getWeight()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getWeight()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getPriority()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getPriority()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getContentProtection()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getContentProtection()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getProvider()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getProvider()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getAdSystem()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getAdSystem()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"getTargetLatency()","url":"com/theoplayer/android/api/theolive/Endpoint.html#getTargetLatency()"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"setTargetLatency(Double)","url":"com/theoplayer/android/api/theolive/Endpoint.html#setTargetLatency(java.lang.Double)"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"ContentProtectionConfiguration(String, KeySystemConfiguration, KeySystemConfiguration, FairPlayConfiguration)","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#ContentProtectionConfiguration(java.lang.String,com.theoplayer.android.api.theolive.KeySystemConfiguration,com.theoplayer.android.api.theolive.KeySystemConfiguration,com.theoplayer.android.api.theolive.FairPlayConfiguration)"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"getIntegration()","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#getIntegration()"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"getWidevine()","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#getWidevine()"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"getPlayready()","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#getPlayready()"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"getFairplay()","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#getFairplay()"}, {"p":"com.theoplayer.android.api.theolive","c":"FairPlayConfiguration","l":"FairPlayConfiguration(String, String)","url":"com/theoplayer/android/api/theolive/FairPlayConfiguration.html#FairPlayConfiguration(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.theolive","c":"FairPlayConfiguration","l":"getLicenseUrl()","url":"com/theoplayer/android/api/theolive/FairPlayConfiguration.html#getLicenseUrl()"}, {"p":"com.theoplayer.android.api.theolive","c":"FairPlayConfiguration","l":"getCertificateUrl()","url":"com/theoplayer/android/api/theolive/FairPlayConfiguration.html#getCertificateUrl()"}, {"p":"com.theoplayer.android.api.theolive","c":"KeySystemConfiguration","l":"KeySystemConfiguration(String)","url":"com/theoplayer/android/api/theolive/KeySystemConfiguration.html#KeySystemConfiguration(java.lang.String)"}, {"p":"com.theoplayer.android.api.theolive","c":"KeySystemConfiguration","l":"getLicenseUrl()","url":"com/theoplayer/android/api/theolive/KeySystemConfiguration.html#getLicenseUrl()"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"EndpointMillicastSource(String, String, String, String, WebRTCOptions)","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#EndpointMillicastSource(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.theolive.WebRTCOptions)"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"getName()","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#getName()"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"getAccountId()","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#getAccountId()"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"getSubscriberToken()","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#getSubscriberToken()"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"getDirectorUrl()","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#getDirectorUrl()"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"getWebrtc()","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#getWebrtc()"}, {"p":"com.theoplayer.android.api.theolive","c":"WebRTCOptions","l":"WebRTCOptions(PlayoutDelay)","url":"com/theoplayer/android/api/theolive/WebRTCOptions.html#WebRTCOptions(com.theoplayer.android.api.theolive.PlayoutDelay)"}, {"p":"com.theoplayer.android.api.theolive","c":"WebRTCOptions","l":"getPlayoutDelayMs()","url":"com/theoplayer/android/api/theolive/WebRTCOptions.html#getPlayoutDelayMs()"}, {"p":"com.theoplayer.android.api.theolive","c":"PlayoutDelay","l":"PlayoutDelay(Integer, Integer)","url":"com/theoplayer/android/api/theolive/PlayoutDelay.html#PlayoutDelay(java.lang.Integer,java.lang.Integer)"}, {"p":"com.theoplayer.android.api.theolive","c":"PlayoutDelay","l":"getMinimum()","url":"com/theoplayer/android/api/theolive/PlayoutDelay.html#getMinimum()"}, {"p":"com.theoplayer.android.api.theolive","c":"PlayoutDelay","l":"getMaximum()","url":"com/theoplayer/android/api/theolive/PlayoutDelay.html#getMaximum()"}, {"p":"com.theoplayer.android.api.theolive","c":"THEOLiveConfig.Builder","l":"THEOLiveConfig.Builder(String, Boolean, String)","url":"com/theoplayer/android/api/theolive/THEOLiveConfig.Builder.html#THEOLiveConfig.Builder(java.lang.String,java.lang.Boolean,java.lang.String)"}, {"p":"com.theoplayer.android.api.theolive","c":"THEOLiveConfig.Builder","l":"externalSessionId(String)","url":"com/theoplayer/android/api/theolive/THEOLiveConfig.Builder.html#externalSessionId(java.lang.String)"}, {"p":"com.theoplayer.android.api.theolive","c":"THEOLiveConfig.Builder","l":"discoveryUrl(String)","url":"com/theoplayer/android/api/theolive/THEOLiveConfig.Builder.html#discoveryUrl(java.lang.String)"}, {"p":"com.theoplayer.android.api.theolive","c":"THEOLiveConfig.Builder","l":"build()","url":"com/theoplayer/android/api/theolive/THEOLiveConfig.Builder.html#build()"}, {"p":"com.theoplayer.android.api.theolive","c":"THEOLiveConfig","l":"getExternalSessionId()","url":"com/theoplayer/android/api/theolive/THEOLiveConfig.html#getExternalSessionId()"}, {"p":"com.theoplayer.android.api.theolive","c":"THEOLiveConfig","l":"getAnalyticsDisabled()","url":"com/theoplayer/android/api/theolive/THEOLiveConfig.html#getAnalyticsDisabled()"}, {"p":"com.theoplayer.android.api.theolive","c":"THEOLiveConfig","l":"getDiscoveryUrl()","url":"com/theoplayer/android/api/theolive/THEOLiveConfig.html#getDiscoveryUrl()"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"TheoLiveSource(String, Map , LatencyConfiguration, DRMConfiguration, String, WebRTCOptions)","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#TheoLiveSource(java.lang.String,java.util.Map,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.drm.DRMConfiguration,java.lang.String,com.theoplayer.android.api.theolive.WebRTCOptions)"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"getProfile()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getProfile()"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"getWebrtc()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getWebrtc()"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"equals(Object)","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"hashCode()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hashCode()"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"copy(String, Map , LatencyConfiguration, String, WebRTCOptions)","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#copy(java.lang.String,java.util.Map,com.theoplayer.android.api.latency.LatencyConfiguration,java.lang.String,com.theoplayer.android.api.theolive.WebRTCOptions)"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"copy(String, DRMConfiguration, SourceType, Map , Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode)","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#copy(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getImaAd()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getImaAd()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getAdSystem()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getAdSystem()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getCreativeId()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getCreativeId()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getWrapperAdIds()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getWrapperAdIds()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getWrapperAdSystems()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getWrapperAdSystems()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getWrapperCreativeIds()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getWrapperCreativeIds()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getVastMediaBitrate()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getVastMediaBitrate()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getUniversalAdIds()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getUniversalAdIds()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAd","l":"getTraffickingParameters()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAd.html#getTraffickingParameters()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdBreak","l":"getImaAdPodInfo()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdBreak.html#getImaAdPodInfo()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdErrorEvent","l":"getAdError()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdErrorEvent.html#getAdError()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEvent","l":"getType()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEvent.html#getType()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEvent","l":"getAd()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEvent.html#getAd()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEvent","l":"getAdData()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEvent.html#getAdData()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"getName()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#getName()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"valueOf(String)","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"values()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#values()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"getEntries()","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#getEntries()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaCompanionAd","l":"getImaCompanionAd()","url":"com/theoplayer/android/api/ads/ima/GoogleImaCompanionAd.html#getImaCompanionAd()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfiguration","l":"GoogleImaConfiguration(ImaSdkSettings)","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfiguration.html#GoogleImaConfiguration(com.google.ads.interactivemedia.v3.api.ImaSdkSettings)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfiguration","l":"getImaSdkSettings()","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfiguration.html#getImaSdkSettings()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegration","l":"setAdsRenderingSettings(AdsRenderingSettings)","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegration.html#setAdsRenderingSettings(com.google.ads.interactivemedia.v3.api.AdsRenderingSettings)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegration","l":"getAdsRenderingSettings()","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegration.html#getAdsRenderingSettings()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegration","l":"requestAds(AdsRequest, AdsRenderingSettings)","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegration.html#requestAds(com.google.ads.interactivemedia.v3.api.AdsRequest,com.google.ads.interactivemedia.v3.api.AdsRenderingSettings)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegration","l":"schedule(GoogleImaAdDescription)","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegration.html#schedule(com.theoplayer.android.api.source.addescription.GoogleImaAdDescription)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegration","l":"focus()","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegration.html#focus()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegrationFactory","l":"createGoogleImaIntegration(THEOplayerView)","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegrationFactory.html#createGoogleImaIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegrationFactory","l":"createGoogleImaIntegration(THEOplayerView, GoogleImaConfiguration)","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegrationFactory.html#createGoogleImaIntegration(com.theoplayer.android.api.THEOplayerView,com.theoplayer.android.api.ads.ima.GoogleImaConfiguration)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegrationFactory","l":"createIntegration(THEOplayerView)","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegrationFactory.html#createIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaUniversalAdId","l":"getImaUniversalAdId()","url":"com/theoplayer/android/api/ads/ima/GoogleImaUniversalAdId.html#getImaUniversalAdId()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfigurationKt","l":"getGoogleIma()","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfigurationKt.html#getGoogleIma()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfigurationKt","l":"getGoogleImaConfiguration()","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfigurationKt.html#getGoogleImaConfiguration()"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfigurationKt","l":"googleIma(THEOplayerConfig.Builder, GoogleImaConfiguration)","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfigurationKt.html#googleIma(com.theoplayer.android.api.THEOplayerConfig.Builder,com.theoplayer.android.api.ads.ima.GoogleImaConfiguration)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfigurationKt","l":"googleImaConfiguration(THEOplayerConfig.Builder, GoogleImaConfiguration)","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfigurationKt.html#googleImaConfiguration(com.theoplayer.android.api.THEOplayerConfig.Builder,com.theoplayer.android.api.ads.ima.GoogleImaConfiguration)"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegrationKt","l":"getIma()","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegrationKt.html#getIma()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAd","l":"getDuration()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAd.html#getDuration()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAd","l":"getStartTime()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAd.html#getStartTime()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAd","l":"getTrackingEvents()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAd.html#getTrackingEvents()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdAvail","l":"getId()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdAvail.html#getId()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdAvail","l":"getDuration()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdAvail.html#getDuration()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdAvail","l":"getStartTime()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdAvail.html#getStartTime()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEvent","l":"getType()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEvent.html#getType()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEvent","l":"getAdAvail()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEvent.html#getAdAvail()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"getName()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html#getName()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"valueOf(String)","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"values()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html#values()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"getEntries()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html#getEntries()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEvent","l":"getType()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEvent.html#getType()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEvent","l":"getAd()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEvent.html#getAd()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"getName()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#getName()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"valueOf(String)","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"values()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#values()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"getEntries()","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#getEntries()"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorIntegrationFactory","l":"createMediaTailorIntegration(THEOplayerView)","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorIntegrationFactory.html#createMediaTailorIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorIntegrationFactory","l":"createIntegration(THEOplayerView)","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorIntegrationFactory.html#createIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"THEOAd(String, THEOAdBreak, Double, List , String, String)","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#THEOAd(java.lang.String,com.theoplayer.android.api.ads.theoads.THEOAdBreak,java.lang.Double,java.util.List,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getCreativeId()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getCreativeId()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getAdSystem()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getAdSystem()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getId()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getId()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getCompanions()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getCompanions()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getType()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getType()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getAdBreak()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getAdBreak()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getSkipOffset()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getSkipOffset()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getIntegration()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getIntegration()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getCustomIntegration()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getCustomIntegration()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getCustomData()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getCustomData()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getDurationAsDouble()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getDurationAsDouble()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getDuration()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getDuration()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"getMediaFiles()","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#getMediaFiles()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"THEOAdBreak(String, Integer, Integer)","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#THEOAdBreak(java.lang.String,java.lang.Integer,java.lang.Integer)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"getAds()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getAds()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"getMaxDuration()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getMaxDuration()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"getMaxRemainingDuration()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getMaxRemainingDuration()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"getTimeOffset()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getTimeOffset()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"getIntegration()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getIntegration()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"getCustomIntegration()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getCustomIntegration()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"getId()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getId()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAdBreak","l":"getCustomData()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getCustomData()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"TheoAdDescription(String, String, String, String, TheoAdsLayoutOverride, Map , String, String, String, Boolean, Boolean, Double, String, String)","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#TheoAdDescription(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.ads.theoads.TheoAdsLayoutOverride,java.util.Map,java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,java.lang.Boolean,java.lang.Double,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getNetworkCode()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getNetworkCode()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getCustomAssetKey()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getCustomAssetKey()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getBackdropDoubleBox()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getBackdropDoubleBox()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getBackdropLShape()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getBackdropLShape()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getOverrideLayout()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getOverrideLayout()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getAdTagParameters()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getAdTagParameters()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getStreamActivityMonitorId()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getStreamActivityMonitorId()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getSseEndpoint()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getSseEndpoint()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getRetrievePodIdURI()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getRetrievePodIdURI()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getUseId3()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getUseId3()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getUseEMSG()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getUseEMSG()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getInitializationDelay()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getInitializationDelay()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getDaiAssetKey()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getDaiAssetKey()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"getBreakManifestUrl()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getBreakManifestUrl()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"valueOf(String)","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"values()","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html#values()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"getEntries()","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html#getEntries()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegration","l":"replaceAdTagParameters(Map )","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegration.html#replaceAdTagParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegration","l":"getCurrentInterstitials()","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegration.html#getCurrentInterstitials()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegration","l":"getScheduledInterstitials()","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegration.html#getScheduledInterstitials()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"InterstitialType","l":"valueOf(String)","url":"com/theoplayer/android/api/ads/theoads/InterstitialType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"InterstitialType","l":"values()","url":"com/theoplayer/android/api/ads/theoads/InterstitialType.html#values()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"InterstitialType","l":"getEntries()","url":"com/theoplayer/android/api/ads/theoads/InterstitialType.html#getEntries()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"Interstitial","l":"getType()","url":"com/theoplayer/android/api/ads/theoads/Interstitial.html#getType()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"Interstitial","l":"getId()","url":"com/theoplayer/android/api/ads/theoads/Interstitial.html#getId()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"Interstitial","l":"getStartTime()","url":"com/theoplayer/android/api/ads/theoads/Interstitial.html#getStartTime()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"Interstitial","l":"getDuration()","url":"com/theoplayer/android/api/ads/theoads/Interstitial.html#getDuration()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"Interstitial","l":"getAdTagParameters()","url":"com/theoplayer/android/api/ads/theoads/Interstitial.html#getAdTagParameters()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"Interstitial","l":"setAdTagParameters(Map )","url":"com/theoplayer/android/api/ads/theoads/Interstitial.html#setAdTagParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"valueOf(String)","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"values()","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#values()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"getEntries()","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#getEntries()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"AdBreakInterstitial","l":"getType()","url":"com/theoplayer/android/api/ads/theoads/AdBreakInterstitial.html#getType()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"AdBreakInterstitial","l":"getLayout()","url":"com/theoplayer/android/api/ads/theoads/AdBreakInterstitial.html#getLayout()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"AdBreakInterstitial","l":"getBackdropUri()","url":"com/theoplayer/android/api/ads/theoads/AdBreakInterstitial.html#getBackdropUri()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"AdBreakInterstitial","l":"getAds()","url":"com/theoplayer/android/api/ads/theoads/AdBreakInterstitial.html#getAds()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayInterstitial","l":"getType()","url":"com/theoplayer/android/api/ads/theoads/OverlayInterstitial.html#getType()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayInterstitial","l":"getImageUrl()","url":"com/theoplayer/android/api/ads/theoads/OverlayInterstitial.html#getImageUrl()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayInterstitial","l":"getClickThrough()","url":"com/theoplayer/android/api/ads/theoads/OverlayInterstitial.html#getClickThrough()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayInterstitial","l":"getPosition()","url":"com/theoplayer/android/api/ads/theoads/OverlayInterstitial.html#getPosition()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayInterstitial","l":"getSize()","url":"com/theoplayer/android/api/ads/theoads/OverlayInterstitial.html#getSize()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"OverlayPosition(Double, Double, Double, Double)","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#OverlayPosition(java.lang.Double,java.lang.Double,java.lang.Double,java.lang.Double)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"getLeft()","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#getLeft()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"getRight()","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#getRight()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"getTop()","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#getTop()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"getBottom()","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#getBottom()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlaySize","l":"OverlaySize(Double, Double)","url":"com/theoplayer/android/api/ads/theoads/OverlaySize.html#OverlaySize(java.lang.Double,java.lang.Double)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlaySize","l":"getWidth()","url":"com/theoplayer/android/api/ads/theoads/OverlaySize.html#getWidth()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlaySize","l":"getHeight()","url":"com/theoplayer/android/api/ads/theoads/OverlaySize.html#getHeight()"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegrationFactory","l":"createTheoAdsIntegration(THEOplayerView)","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegrationFactory.html#createTheoAdsIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegrationFactory","l":"createTheoAdsIntegration(THEOplayerView, GoogleImaConfiguration)","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegrationFactory.html#createTheoAdsIntegration(com.theoplayer.android.api.THEOplayerView,com.theoplayer.android.api.ads.ima.GoogleImaConfiguration)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegrationFactory","l":"createIntegration(THEOplayerView)","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegrationFactory.html#createIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegrationKt","l":"getTheoAds()","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegrationKt.html#getTheoAds()"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"InterstitialEvent","l":"getInterstitial()","url":"com/theoplayer/android/api/ads/theoads/event/InterstitialEvent.html#getInterstitial()"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"InterstitialErrorEvent","l":"getMessage()","url":"com/theoplayer/android/api/ads/theoads/event/InterstitialErrorEvent.html#getMessage()"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"setAdsRenderingSettings(AdsRenderingSettings)","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#setAdsRenderingSettings(com.google.ads.interactivemedia.v3.api.AdsRenderingSettings)"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"getAdsRenderingSettings()","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#getAdsRenderingSettings()"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"requestStream(StreamRequest, AdsRenderingSettings)","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#requestStream(com.google.ads.interactivemedia.v3.api.StreamRequest,com.google.ads.interactivemedia.v3.api.AdsRenderingSettings)"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"contentTimeForStreamTime(Double)","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#contentTimeForStreamTime(java.lang.Double)"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"streamTimeForContentTime(Double)","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#streamTimeForContentTime(java.lang.Double)"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"getCuePoints()","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#getCuePoints()"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"focus()","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#focus()"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"getEnableSnapback()","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#getEnableSnapback()"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegration","l":"setEnableSnapback(Boolean)","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegration.html#setEnableSnapback(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegrationFactory","l":"createGoogleDaiIntegration(THEOplayerView)","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegrationFactory.html#createGoogleDaiIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegrationFactory","l":"createGoogleDaiIntegration(THEOplayerView, GoogleImaConfiguration)","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegrationFactory.html#createGoogleDaiIntegration(com.theoplayer.android.api.THEOplayerView,com.theoplayer.android.api.ads.ima.GoogleImaConfiguration)"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegrationFactory","l":"createIntegration(THEOplayerView)","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegrationFactory.html#createIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegrationKt","l":"getDai()","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegrationKt.html#getDai()"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfiguration","l":"castStrategy","url":"com/theoplayer/android/api/cast/CastConfiguration.html#castStrategy"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegrationFactory","l":"INSTANCE","url":"com/theoplayer/android/api/cast/CastIntegrationFactory.html#INSTANCE"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfigurationKt","l":"cast","url":"com/theoplayer/android/api/cast/CastConfigurationKt.html#cast"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfigurationKt","l":"castConfiguration","url":"com/theoplayer/android/api/cast/CastConfigurationKt.html#castConfiguration"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastIntegrationFactory","l":"INSTANCE","url":"com/theoplayer/android/api/millicast/MillicastIntegrationFactory.html#INSTANCE"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"DEFAULT_API_URL","url":"com/theoplayer/android/api/millicast/MillicastSource.html#DEFAULT_API_URL"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"streamAccountId","url":"com/theoplayer/android/api/millicast/MillicastSource.html#streamAccountId"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"apiUrl","url":"com/theoplayer/android/api/millicast/MillicastSource.html#apiUrl"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"subscriberToken","url":"com/theoplayer/android/api/millicast/MillicastSource.html#subscriberToken"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"connectOptions","url":"com/theoplayer/android/api/millicast/MillicastSource.html#connectOptions"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"cmcdTransmissionMode","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#cmcdTransmissionMode"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"dash","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#dash"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"drm","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#drm"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"headers","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#headers"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"hesp","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hesp"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"hls","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hls"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"hlsDateRange","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hlsDateRange"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"latencyConfiguration","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#latencyConfiguration"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"liveOffset","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#liveOffset"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"lowLatency","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#lowLatency"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"src","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#src"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"ssai","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#ssai"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"timeServer","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#timeServer"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"type","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#type"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration","l":"type","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.html#type"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration","l":"metadata","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.html#metadata"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyMetadata","l":"bitrate","url":"com/theoplayer/android/api/abr/AbrStrategyMetadata.html#bitrate"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDConfiguration","l":"externalSessionId","url":"com/theoplayer/android/api/cmcd/CMCDConfiguration.html#externalSessionId"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDConfiguration","l":"userId","url":"com/theoplayer/android/api/cmcd/CMCDConfiguration.html#userId"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDConfiguration","l":"eventEndpoints","url":"com/theoplayer/android/api/cmcd/CMCDConfiguration.html#eventEndpoints"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDEndpointConfiguration","l":"url","url":"com/theoplayer/android/api/cmcd/CMCDEndpointConfiguration.html#url"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"sessionId","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#sessionId"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"externalSessionId","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#externalSessionId"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"userId","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#userId"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"eventEndpoints","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#eventEndpoints"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"THEOPLAYERVIEW_TAG","url":"com/theoplayer/android/api/THEOplayerView.html#THEOPLAYERVIEW_TAG"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"CLIP_TO_PADDING_MASK","url":"com/theoplayer/android/api/THEOplayerView.html#CLIP_TO_PADDING_MASK"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_AFTER_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_AFTER_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_BEFORE_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_BEFORE_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_BLOCK_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_BLOCK_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYOUT_MODE_CLIP_BOUNDS","url":"com/theoplayer/android/api/THEOplayerView.html#LAYOUT_MODE_CLIP_BOUNDS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYOUT_MODE_OPTICAL_BOUNDS","url":"com/theoplayer/android/api/THEOplayerView.html#LAYOUT_MODE_OPTICAL_BOUNDS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PERSISTENT_ALL_CACHES","url":"com/theoplayer/android/api/THEOplayerView.html#PERSISTENT_ALL_CACHES"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PERSISTENT_ANIMATION_CACHE","url":"com/theoplayer/android/api/THEOplayerView.html#PERSISTENT_ANIMATION_CACHE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PERSISTENT_NO_CACHE","url":"com/theoplayer/android/api/THEOplayerView.html#PERSISTENT_NO_CACHE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PERSISTENT_SCROLLING_CACHE","url":"com/theoplayer/android/api/THEOplayerView.html#PERSISTENT_SCROLLING_CACHE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ACCESSIBILITY_DATA_SENSITIVE_AUTO","url":"com/theoplayer/android/api/THEOplayerView.html#ACCESSIBILITY_DATA_SENSITIVE_AUTO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ACCESSIBILITY_DATA_SENSITIVE_NO","url":"com/theoplayer/android/api/THEOplayerView.html#ACCESSIBILITY_DATA_SENSITIVE_NO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ACCESSIBILITY_DATA_SENSITIVE_YES","url":"com/theoplayer/android/api/THEOplayerView.html#ACCESSIBILITY_DATA_SENSITIVE_YES"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ACCESSIBILITY_LIVE_REGION_ASSERTIVE","url":"com/theoplayer/android/api/THEOplayerView.html#ACCESSIBILITY_LIVE_REGION_ASSERTIVE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ACCESSIBILITY_LIVE_REGION_NONE","url":"com/theoplayer/android/api/THEOplayerView.html#ACCESSIBILITY_LIVE_REGION_NONE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ACCESSIBILITY_LIVE_REGION_POLITE","url":"com/theoplayer/android/api/THEOplayerView.html#ACCESSIBILITY_LIVE_REGION_POLITE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ALPHA","url":"com/theoplayer/android/api/THEOplayerView.html#ALPHA"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_CREDIT_CARD_NUMBER","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_CREDIT_CARD_NUMBER"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_EMAIL_ADDRESS","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_EMAIL_ADDRESS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_NAME","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_NAME"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_PASSWORD","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_PASSWORD"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_PHONE","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_PHONE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_POSTAL_ADDRESS","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_POSTAL_ADDRESS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_POSTAL_CODE","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_POSTAL_CODE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_HINT_USERNAME","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_HINT_USERNAME"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_TYPE_DATE","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_TYPE_DATE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_TYPE_LIST","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_TYPE_LIST"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_TYPE_NONE","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_TYPE_NONE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_TYPE_TEXT","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_TYPE_TEXT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"AUTOFILL_TYPE_TOGGLE","url":"com/theoplayer/android/api/THEOplayerView.html#AUTOFILL_TYPE_TOGGLE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"CONTENT_SENSITIVITY_AUTO","url":"com/theoplayer/android/api/THEOplayerView.html#CONTENT_SENSITIVITY_AUTO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"CONTENT_SENSITIVITY_NOT_SENSITIVE","url":"com/theoplayer/android/api/THEOplayerView.html#CONTENT_SENSITIVITY_NOT_SENSITIVE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"CONTENT_SENSITIVITY_SENSITIVE","url":"com/theoplayer/android/api/THEOplayerView.html#CONTENT_SENSITIVITY_SENSITIVE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_ACCESSIBILITY_ACTION","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_ACCESSIBILITY_ACTION"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_GLOBAL","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_GLOBAL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_GLOBAL_SAME_APPLICATION","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_GLOBAL_SAME_APPLICATION"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_GLOBAL_URI_READ","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_GLOBAL_URI_READ"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_GLOBAL_URI_WRITE","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_GLOBAL_URI_WRITE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_HIDE_CALLING_TASK_ON_DRAG_START","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_HIDE_CALLING_TASK_ON_DRAG_START"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_OPAQUE","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_OPAQUE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG","url":"com/theoplayer/android/api/THEOplayerView.html#DRAG_FLAG_START_INTENT_SENDER_ON_UNHANDLED_DRAG"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAWING_CACHE_QUALITY_AUTO","url":"com/theoplayer/android/api/THEOplayerView.html#DRAWING_CACHE_QUALITY_AUTO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAWING_CACHE_QUALITY_HIGH","url":"com/theoplayer/android/api/THEOplayerView.html#DRAWING_CACHE_QUALITY_HIGH"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"DRAWING_CACHE_QUALITY_LOW","url":"com/theoplayer/android/api/THEOplayerView.html#DRAWING_CACHE_QUALITY_LOW"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"EMPTY_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#EMPTY_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ENABLED_FOCUSED_SELECTED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#ENABLED_FOCUSED_SELECTED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ENABLED_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#ENABLED_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ENABLED_SELECTED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#ENABLED_SELECTED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ENABLED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#ENABLED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ENABLED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#ENABLED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FIND_VIEWS_WITH_CONTENT_DESCRIPTION","url":"com/theoplayer/android/api/THEOplayerView.html#FIND_VIEWS_WITH_CONTENT_DESCRIPTION"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FIND_VIEWS_WITH_TEXT","url":"com/theoplayer/android/api/THEOplayerView.html#FIND_VIEWS_WITH_TEXT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUSABLE","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUSABLE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUSABLES_ALL","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUSABLES_ALL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUSABLES_TOUCH_MODE","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUSABLES_TOUCH_MODE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUSABLE_AUTO","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUSABLE_AUTO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUSED_SELECTED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUSED_SELECTED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUSED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUSED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_BACKWARD","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_BACKWARD"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_DOWN","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_DOWN"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_FORWARD","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_FORWARD"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_LEFT","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_LEFT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_RIGHT","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_RIGHT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"FOCUS_UP","url":"com/theoplayer/android/api/THEOplayerView.html#FOCUS_UP"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"GONE","url":"com/theoplayer/android/api/THEOplayerView.html#GONE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"HAPTIC_FEEDBACK_ENABLED","url":"com/theoplayer/android/api/THEOplayerView.html#HAPTIC_FEEDBACK_ENABLED"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_ACCESSIBILITY_AUTO","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_ACCESSIBILITY_AUTO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_ACCESSIBILITY_NO","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_ACCESSIBILITY_NO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_ACCESSIBILITY_YES","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_ACCESSIBILITY_YES"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_AUTOFILL_AUTO","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_AUTOFILL_AUTO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_AUTOFILL_NO","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_AUTOFILL_NO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_AUTOFILL_YES","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_AUTOFILL_YES"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_CONTENT_CAPTURE_AUTO","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_CONTENT_CAPTURE_AUTO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"INVISIBLE","url":"com/theoplayer/android/api/THEOplayerView.html#INVISIBLE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"KEEP_SCREEN_ON","url":"com/theoplayer/android/api/THEOplayerView.html#KEEP_SCREEN_ON"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYER_TYPE_HARDWARE","url":"com/theoplayer/android/api/THEOplayerView.html#LAYER_TYPE_HARDWARE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYER_TYPE_NONE","url":"com/theoplayer/android/api/THEOplayerView.html#LAYER_TYPE_NONE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYER_TYPE_SOFTWARE","url":"com/theoplayer/android/api/THEOplayerView.html#LAYER_TYPE_SOFTWARE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYOUT_DIRECTION_INHERIT","url":"com/theoplayer/android/api/THEOplayerView.html#LAYOUT_DIRECTION_INHERIT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYOUT_DIRECTION_LOCALE","url":"com/theoplayer/android/api/THEOplayerView.html#LAYOUT_DIRECTION_LOCALE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYOUT_DIRECTION_LTR","url":"com/theoplayer/android/api/THEOplayerView.html#LAYOUT_DIRECTION_LTR"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"LAYOUT_DIRECTION_RTL","url":"com/theoplayer/android/api/THEOplayerView.html#LAYOUT_DIRECTION_RTL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"MEASURED_HEIGHT_STATE_SHIFT","url":"com/theoplayer/android/api/THEOplayerView.html#MEASURED_HEIGHT_STATE_SHIFT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"MEASURED_SIZE_MASK","url":"com/theoplayer/android/api/THEOplayerView.html#MEASURED_SIZE_MASK"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"MEASURED_STATE_MASK","url":"com/theoplayer/android/api/THEOplayerView.html#MEASURED_STATE_MASK"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"MEASURED_STATE_TOO_SMALL","url":"com/theoplayer/android/api/THEOplayerView.html#MEASURED_STATE_TOO_SMALL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"NOT_FOCUSABLE","url":"com/theoplayer/android/api/THEOplayerView.html#NOT_FOCUSABLE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"NO_ID","url":"com/theoplayer/android/api/THEOplayerView.html#NO_ID"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"OVER_SCROLL_ALWAYS","url":"com/theoplayer/android/api/THEOplayerView.html#OVER_SCROLL_ALWAYS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"OVER_SCROLL_IF_CONTENT_SCROLLS","url":"com/theoplayer/android/api/THEOplayerView.html#OVER_SCROLL_IF_CONTENT_SCROLLS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"OVER_SCROLL_NEVER","url":"com/theoplayer/android/api/THEOplayerView.html#OVER_SCROLL_NEVER"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_ENABLED_FOCUSED_SELECTED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_ENABLED_FOCUSED_SELECTED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_ENABLED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_ENABLED_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_ENABLED_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_ENABLED_FOCUSED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_ENABLED_SELECTED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_ENABLED_SELECTED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_ENABLED_SELECTED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_ENABLED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_ENABLED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_ENABLED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_ENABLED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_FOCUSED_SELECTED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_FOCUSED_SELECTED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_FOCUSED_SELECTED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_FOCUSED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_FOCUSED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_SELECTED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_SELECTED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_SELECTED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_SELECTED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"PRESSED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#PRESSED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"REQUESTED_FRAME_RATE_CATEGORY_DEFAULT","url":"com/theoplayer/android/api/THEOplayerView.html#REQUESTED_FRAME_RATE_CATEGORY_DEFAULT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"REQUESTED_FRAME_RATE_CATEGORY_HIGH","url":"com/theoplayer/android/api/THEOplayerView.html#REQUESTED_FRAME_RATE_CATEGORY_HIGH"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"REQUESTED_FRAME_RATE_CATEGORY_LOW","url":"com/theoplayer/android/api/THEOplayerView.html#REQUESTED_FRAME_RATE_CATEGORY_LOW"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"REQUESTED_FRAME_RATE_CATEGORY_NORMAL","url":"com/theoplayer/android/api/THEOplayerView.html#REQUESTED_FRAME_RATE_CATEGORY_NORMAL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"REQUESTED_FRAME_RATE_CATEGORY_NO_PREFERENCE","url":"com/theoplayer/android/api/THEOplayerView.html#REQUESTED_FRAME_RATE_CATEGORY_NO_PREFERENCE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ROTATION","url":"com/theoplayer/android/api/THEOplayerView.html#ROTATION"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ROTATION_X","url":"com/theoplayer/android/api/THEOplayerView.html#ROTATION_X"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"ROTATION_Y","url":"com/theoplayer/android/api/THEOplayerView.html#ROTATION_Y"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCALE_X","url":"com/theoplayer/android/api/THEOplayerView.html#SCALE_X"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCALE_Y","url":"com/theoplayer/android/api/THEOplayerView.html#SCALE_Y"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCREEN_STATE_OFF","url":"com/theoplayer/android/api/THEOplayerView.html#SCREEN_STATE_OFF"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCREEN_STATE_ON","url":"com/theoplayer/android/api/THEOplayerView.html#SCREEN_STATE_ON"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLLBARS_INSIDE_INSET","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLLBARS_INSIDE_INSET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLLBARS_INSIDE_OVERLAY","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLLBARS_INSIDE_OVERLAY"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLLBARS_OUTSIDE_INSET","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLLBARS_OUTSIDE_INSET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLLBARS_OUTSIDE_OVERLAY","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLLBARS_OUTSIDE_OVERLAY"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLLBAR_POSITION_DEFAULT","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLLBAR_POSITION_DEFAULT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLLBAR_POSITION_LEFT","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLLBAR_POSITION_LEFT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLLBAR_POSITION_RIGHT","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLLBAR_POSITION_RIGHT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_AXIS_HORIZONTAL","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_AXIS_HORIZONTAL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_AXIS_NONE","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_AXIS_NONE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_AXIS_VERTICAL","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_AXIS_VERTICAL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_CAPTURE_HINT_AUTO","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_CAPTURE_HINT_AUTO"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_CAPTURE_HINT_EXCLUDE","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_CAPTURE_HINT_EXCLUDE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_CAPTURE_HINT_EXCLUDE_DESCENDANTS","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_CAPTURE_HINT_EXCLUDE_DESCENDANTS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_CAPTURE_HINT_INCLUDE","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_CAPTURE_HINT_INCLUDE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_INDICATOR_BOTTOM","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_INDICATOR_BOTTOM"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_INDICATOR_END","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_INDICATOR_END"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_INDICATOR_LEFT","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_INDICATOR_LEFT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_INDICATOR_RIGHT","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_INDICATOR_RIGHT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_INDICATOR_START","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_INDICATOR_START"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SCROLL_INDICATOR_TOP","url":"com/theoplayer/android/api/THEOplayerView.html#SCROLL_INDICATOR_TOP"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SELECTED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#SELECTED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SELECTED_WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#SELECTED_WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SOUND_EFFECTS_ENABLED","url":"com/theoplayer/android/api/THEOplayerView.html#SOUND_EFFECTS_ENABLED"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"STATUS_BAR_HIDDEN","url":"com/theoplayer/android/api/THEOplayerView.html#STATUS_BAR_HIDDEN"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"STATUS_BAR_VISIBLE","url":"com/theoplayer/android/api/THEOplayerView.html#STATUS_BAR_VISIBLE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_FULLSCREEN","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_FULLSCREEN"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_HIDE_NAVIGATION","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_HIDE_NAVIGATION"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_IMMERSIVE","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_IMMERSIVE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_IMMERSIVE_STICKY","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_IMMERSIVE_STICKY"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_LAYOUT_STABLE","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_LAYOUT_STABLE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_LIGHT_STATUS_BAR","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_LIGHT_STATUS_BAR"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_LOW_PROFILE","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_LOW_PROFILE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_FLAG_VISIBLE","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_FLAG_VISIBLE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"SYSTEM_UI_LAYOUT_FLAGS","url":"com/theoplayer/android/api/THEOplayerView.html#SYSTEM_UI_LAYOUT_FLAGS"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_ALIGNMENT_CENTER","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_ALIGNMENT_CENTER"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_ALIGNMENT_GRAVITY","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_ALIGNMENT_GRAVITY"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_ALIGNMENT_INHERIT","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_ALIGNMENT_INHERIT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_ALIGNMENT_TEXT_END","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_ALIGNMENT_TEXT_END"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_ALIGNMENT_TEXT_START","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_ALIGNMENT_TEXT_START"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_ALIGNMENT_VIEW_END","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_ALIGNMENT_VIEW_END"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_ALIGNMENT_VIEW_START","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_ALIGNMENT_VIEW_START"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_DIRECTION_ANY_RTL","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_DIRECTION_ANY_RTL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_DIRECTION_FIRST_STRONG","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_DIRECTION_FIRST_STRONG"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_DIRECTION_FIRST_STRONG_LTR","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_DIRECTION_FIRST_STRONG_LTR"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_DIRECTION_FIRST_STRONG_RTL","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_DIRECTION_FIRST_STRONG_RTL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_DIRECTION_INHERIT","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_DIRECTION_INHERIT"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_DIRECTION_LOCALE","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_DIRECTION_LOCALE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_DIRECTION_LTR","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_DIRECTION_LTR"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TEXT_DIRECTION_RTL","url":"com/theoplayer/android/api/THEOplayerView.html#TEXT_DIRECTION_RTL"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TRANSLATION_X","url":"com/theoplayer/android/api/THEOplayerView.html#TRANSLATION_X"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TRANSLATION_Y","url":"com/theoplayer/android/api/THEOplayerView.html#TRANSLATION_Y"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"TRANSLATION_Z","url":"com/theoplayer/android/api/THEOplayerView.html#TRANSLATION_Z"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"VIEW_LOG_TAG","url":"com/theoplayer/android/api/THEOplayerView.html#VIEW_LOG_TAG"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"VISIBLE","url":"com/theoplayer/android/api/THEOplayerView.html#VISIBLE"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"WINDOW_FOCUSED_STATE_SET","url":"com/theoplayer/android/api/THEOplayerView.html#WINDOW_FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"X","url":"com/theoplayer/android/api/THEOplayerView.html#X"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"Y","url":"com/theoplayer/android/api/THEOplayerView.html#Y"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"Z","url":"com/theoplayer/android/api/THEOplayerView.html#Z"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"url","url":"com/theoplayer/android/api/contentprotection/Request.html#url"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"method","url":"com/theoplayer/android/api/contentprotection/Request.html#method"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"headers","url":"com/theoplayer/android/api/contentprotection/Request.html#headers"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"body","url":"com/theoplayer/android/api/contentprotection/Request.html#body"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"id","url":"com/theoplayer/android/api/error/ErrorCategory.html#id"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"id","url":"com/theoplayer/android/api/error/ErrorCode.html#id"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"url","url":"com/theoplayer/android/api/error/ContentProtectionException.html#url"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"status","url":"com/theoplayer/android/api/error/ContentProtectionException.html#status"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"statusText","url":"com/theoplayer/android/api/error/ContentProtectionException.html#statusText"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"response","url":"com/theoplayer/android/api/error/ContentProtectionException.html#response"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"systemCode","url":"com/theoplayer/android/api/error/ContentProtectionException.html#systemCode"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"category","url":"com/theoplayer/android/api/error/THEOplayerException.html#category"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"code","url":"com/theoplayer/android/api/error/THEOplayerException.html#code"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"cause","url":"com/theoplayer/android/api/cache/CachingTaskError.html#cause"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"message","url":"com/theoplayer/android/api/cache/CachingTaskError.html#message"}, {"p":"com.theoplayer.android.api.error","c":"THEOplayerException","l":"category","url":"com/theoplayer/android/api/error/THEOplayerException.html#category"}, {"p":"com.theoplayer.android.api.error","c":"THEOplayerException","l":"code","url":"com/theoplayer/android/api/error/THEOplayerException.html#code"}, {"p":"com.theoplayer.android.api.error","c":"THEOplayerException","l":"cause","url":"com/theoplayer/android/api/cache/CachingTaskError.html#cause"}, {"p":"com.theoplayer.android.api.error","c":"THEOplayerException","l":"message","url":"com/theoplayer/android/api/cache/CachingTaskError.html#message"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"DefaultCastOptionsProvider","l":"DEFAULT_APP_ID","url":"com/theoplayer/android/api/cast/chromecast/DefaultCastOptionsProvider.html#DEFAULT_APP_ID"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"CastError","l":"errorCode","url":"com/theoplayer/android/api/cast/chromecast/CastError.html#errorCode"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"CastError","l":"description","url":"com/theoplayer/android/api/cast/chromecast/CastError.html#description"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection","l":"audioTrackSelection","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.html#audioTrackSelection"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection","l":"textTrackSelection","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.html#textTrackSelection"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"amount","url":"com/theoplayer/android/api/cache/CachingParameters.html#amount"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"expirationDate","url":"com/theoplayer/android/api/cache/CachingParameters.html#expirationDate"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"bandwidth","url":"com/theoplayer/android/api/cache/CachingParameters.html#bandwidth"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"preferredTrackSelection","url":"com/theoplayer/android/api/cache/CachingParameters.html#preferredTrackSelection"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"storageType","url":"com/theoplayer/android/api/cache/CachingParameters.html#storageType"}, {"p":"com.theoplayer.android.api.cache","c":"NoChangeBuilder","l":"INSTANCE","url":"com/theoplayer/android/api/cache/NoChangeBuilder.html#INSTANCE"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStorageType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStorageType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStorageType","l":"entries","url":"com/theoplayer/android/api/cache/CacheStorageType.html#entries"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskError","l":"errorCode","url":"com/theoplayer/android/api/cache/CachingTaskError.html#errorCode"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskError","l":"description","url":"com/theoplayer/android/api/cache/CachingTaskError.html#description"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskError","l":"cause","url":"com/theoplayer/android/api/cache/CachingTaskError.html#cause"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskError","l":"message","url":"com/theoplayer/android/api/cache/CachingTaskError.html#message"}, {"p":"com.theoplayer.android.api.player","c":"PreloadType","l":"type","url":"com/theoplayer/android/api/player/PreloadType.html#type"}, {"p":"com.theoplayer.android.api.player","c":"PresentationMode","l":"mode","url":"com/theoplayer/android/api/player/PresentationMode.html#mode"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"maxRetries","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#maxRetries"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"minimumBackOff","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#minimumBackOff"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"maximumBackOff","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#maximumBackOff"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"useHttpEngine","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#useHttpEngine"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"mode","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#mode"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"type","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#type"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"entries","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#entries"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType.Companion","l":"INSTANCE","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.Companion.html#INSTANCE"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"type","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#type"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"entries","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#entries"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Unknown","l":"data","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Unknown.html#data"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Unknown","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"url","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#url"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"mimeType","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#mimeType"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"pictureType","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#pictureType"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"description","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#description"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"data","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#data"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"language","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html#language"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"description","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html#description"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"text","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html#text"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"elementId","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#elementId"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"startTimeMs","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#startTimeMs"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"endTimeMs","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#endTimeMs"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"startOffset","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#startOffset"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"endOffset","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#endOffset"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"subFrames","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#subFrames"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"elementId","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#elementId"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"isTopLevel","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#isTopLevel()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"isOrdered","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#isOrdered()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"children","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#children"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"subFrames","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#subFrames"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"mimeType","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#mimeType"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"fileName","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#fileName"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"description","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#description"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"data","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#data"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Private","l":"ownerIdentifier","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Private.html#ownerIdentifier"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Private","l":"data","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Private.html#data"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Private","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Text","l":"description","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Text.html#description"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Text","l":"text","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Text.html#text"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Text","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Url","l":"description","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Url.html#description"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Url","l":"url","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Url.html#url"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Url","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Yospace","l":"text","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#text"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Yospace","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame","l":"id","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#id"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"ContentPlayer","url":"com/theoplayer/android/api/util/Logger.Companion.html#ContentPlayer"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"Media3","url":"com/theoplayer/android/api/util/Logger.Companion.html#Media3"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"HTTP","url":"com/theoplayer/android/api/util/Logger.Companion.html#HTTP"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"Cache","url":"com/theoplayer/android/api/util/Logger.Companion.html#Cache"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"License","url":"com/theoplayer/android/api/util/Logger.Companion.html#License"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"PictureInPicture","url":"com/theoplayer/android/api/util/Logger.Companion.html#PictureInPicture"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"Fullscreen","url":"com/theoplayer/android/api/util/Logger.Companion.html#Fullscreen"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"MediaTailor","url":"com/theoplayer/android/api/util/Logger.Companion.html#MediaTailor"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"Chromecast","url":"com/theoplayer/android/api/util/Logger.Companion.html#Chromecast"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"GoogleDAI","url":"com/theoplayer/android/api/util/Logger.Companion.html#GoogleDAI"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"GoogleIMA","url":"com/theoplayer/android/api/util/Logger.Companion.html#GoogleIMA"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"THEOAds","url":"com/theoplayer/android/api/util/Logger.Companion.html#THEOAds"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"Millicast","url":"com/theoplayer/android/api/util/Logger.Companion.html#Millicast"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"TheoLive","url":"com/theoplayer/android/api/util/Logger.Companion.html#TheoLive"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"CMCD","url":"com/theoplayer/android/api/util/Logger.Companion.html#CMCD"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"HESP","url":"com/theoplayer/android/api/util/Logger.Companion.html#HESP"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Companion","l":"INSTANCE","url":"com/theoplayer/android/api/util/Logger.Companion.html#INSTANCE"}, {"p":"com.theoplayer.android.api.event.chromecast","c":"ChromecastEventTypes","l":"STATECHANGE","url":"com/theoplayer/android/api/event/chromecast/ChromecastEventTypes.html#STATECHANGE"}, {"p":"com.theoplayer.android.api.event.chromecast","c":"ChromecastEventTypes","l":"ERROR","url":"com/theoplayer/android/api/event/chromecast/ChromecastEventTypes.html#ERROR"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.quality","c":"QualityEventTypes","l":"UPDATE","url":"com/theoplayer/android/api/event/track/mediatrack/quality/QualityEventTypes.html#UPDATE"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video","c":"VideoTrackEventTypes","l":"TARGETQUALITYCHANGEDEVENT","url":"com/theoplayer/android/api/event/track/mediatrack/video/VideoTrackEventTypes.html#TARGETQUALITYCHANGEDEVENT"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video","c":"VideoTrackEventTypes","l":"ACTIVEQUALITYCHANGEDEVENT","url":"com/theoplayer/android/api/event/track/mediatrack/video/VideoTrackEventTypes.html#ACTIVEQUALITYCHANGEDEVENT"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video","c":"VideoTrackEventTypes","l":"CHANGE","url":"com/theoplayer/android/api/event/track/mediatrack/video/VideoTrackEventTypes.html#CHANGE"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video.list","c":"VideoTrackListEventTypes","l":"ADDTRACK","url":"com/theoplayer/android/api/event/track/mediatrack/video/list/VideoTrackListEventTypes.html#ADDTRACK"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video.list","c":"VideoTrackListEventTypes","l":"REMOVETRACK","url":"com/theoplayer/android/api/event/track/mediatrack/video/list/VideoTrackListEventTypes.html#REMOVETRACK"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video.list","c":"VideoTrackListEventTypes","l":"TRACKLISTCHANGE","url":"com/theoplayer/android/api/event/track/mediatrack/video/list/VideoTrackListEventTypes.html#TRACKLISTCHANGE"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","c":"AudioTrackEventTypes","l":"TARGETQUALITYCHANGEDEVENT","url":"com/theoplayer/android/api/event/track/mediatrack/audio/AudioTrackEventTypes.html#TARGETQUALITYCHANGEDEVENT"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","c":"AudioTrackEventTypes","l":"ACTIVEQUALITYCHANGEDEVENT","url":"com/theoplayer/android/api/event/track/mediatrack/audio/AudioTrackEventTypes.html#ACTIVEQUALITYCHANGEDEVENT"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","c":"AudioTrackEventTypes","l":"CHANGE","url":"com/theoplayer/android/api/event/track/mediatrack/audio/AudioTrackEventTypes.html#CHANGE"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio.list","c":"AudioTrackListEventTypes","l":"ADDTRACK","url":"com/theoplayer/android/api/event/track/mediatrack/audio/list/AudioTrackListEventTypes.html#ADDTRACK"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio.list","c":"AudioTrackListEventTypes","l":"REMOVETRACK","url":"com/theoplayer/android/api/event/track/mediatrack/audio/list/AudioTrackListEventTypes.html#REMOVETRACK"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio.list","c":"AudioTrackListEventTypes","l":"TRACKLISTCHANGE","url":"com/theoplayer/android/api/event/track/mediatrack/audio/list/AudioTrackListEventTypes.html#TRACKLISTCHANGE"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"TextTrackEventTypes","l":"CUECHANGE","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#CUECHANGE"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"TextTrackEventTypes","l":"CHANGE","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#CHANGE"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"TextTrackEventTypes","l":"ADDCUE","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#ADDCUE"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"TextTrackEventTypes","l":"REMOVECUE","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#REMOVECUE"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"TextTrackEventTypes","l":"UPDATECUE","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#UPDATECUE"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"TextTrackEventTypes","l":"ENTERCUE","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#ENTERCUE"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"TextTrackEventTypes","l":"EXITCUE","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#EXITCUE"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","c":"TextTrackCueEventTypes","l":"ENTER","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/TextTrackCueEventTypes.html#ENTER"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","c":"TextTrackCueEventTypes","l":"EXIT","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/TextTrackCueEventTypes.html#EXIT"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","c":"TextTrackCueEventTypes","l":"UPDATE","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/TextTrackCueEventTypes.html#UPDATE"}, {"p":"com.theoplayer.android.api.event.track.texttrack.list","c":"TextTrackListEventTypes","l":"ADDTRACK","url":"com/theoplayer/android/api/event/track/texttrack/list/TextTrackListEventTypes.html#ADDTRACK"}, {"p":"com.theoplayer.android.api.event.track.texttrack.list","c":"TextTrackListEventTypes","l":"REMOVETRACK","url":"com/theoplayer/android/api/event/track/texttrack/list/TextTrackListEventTypes.html#REMOVETRACK"}, {"p":"com.theoplayer.android.api.event.track.texttrack.list","c":"TextTrackListEventTypes","l":"TRACKLISTCHANGE","url":"com/theoplayer/android/api/event/track/texttrack/list/TextTrackListEventTypes.html#TRACKLISTCHANGE"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskEventTypes","l":"CACHING_TASK_STATE_CHANGE","url":"com/theoplayer/android/api/event/cache/task/CachingTaskEventTypes.html#CACHING_TASK_STATE_CHANGE"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskEventTypes","l":"CACHING_TASK_PROGRESS","url":"com/theoplayer/android/api/event/cache/task/CachingTaskEventTypes.html#CACHING_TASK_PROGRESS"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskEventTypes","l":"CACHING_TASK_ERROR","url":"com/theoplayer/android/api/event/cache/task/CachingTaskEventTypes.html#CACHING_TASK_ERROR"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskEventTypes","l":"name","url":"com/theoplayer/android/api/event/cache/task/CachingTaskEventTypes.html#name"}, {"p":"com.theoplayer.android.api.event.cache","c":"CacheEventTypes","l":"CACHE_STATE_CHANGE","url":"com/theoplayer/android/api/event/cache/CacheEventTypes.html#CACHE_STATE_CHANGE"}, {"p":"com.theoplayer.android.api.event.cache","c":"CacheEventTypes","l":"name","url":"com/theoplayer/android/api/event/cache/CacheEventTypes.html#name"}, {"p":"com.theoplayer.android.api.event.cache.tasklist","c":"CachingTaskListEventTypes","l":"ADD_TASK","url":"com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEventTypes.html#ADD_TASK"}, {"p":"com.theoplayer.android.api.event.cache.tasklist","c":"CachingTaskListEventTypes","l":"REMOVE_TASK","url":"com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEventTypes.html#REMOVE_TASK"}, {"p":"com.theoplayer.android.api.event.cache.tasklist","c":"CachingTaskListEventTypes","l":"name","url":"com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEventTypes.html#name"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"PLAY","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#PLAY"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"PAUSE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#PAUSE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"RATECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#RATECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"VOLUMECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#VOLUMECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"PROGRESS","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#PROGRESS"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"DURATIONCHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#DURATIONCHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"SOURCECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#SOURCECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"CURRENTSOURCECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#CURRENTSOURCECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"READYSTATECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#READYSTATECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"TIMEUPDATE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#TIMEUPDATE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"WAITING","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#WAITING"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"PLAYING","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#PLAYING"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"ENDED","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#ENDED"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"LOADEDMETADATA","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#LOADEDMETADATA"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"LOADEDDATA","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#LOADEDDATA"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"CANPLAY","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#CANPLAY"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"CANPLAYTHROUGH","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#CANPLAYTHROUGH"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"SEGMENTNOTFOUND","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#SEGMENTNOTFOUND"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"ERROR","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#ERROR"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"ENCRYPTED","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#ENCRYPTED"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"CONTENTPROTECTIONERROR","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#CONTENTPROTECTIONERROR"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"CONTENTPROTECTIONSUCCESS","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#CONTENTPROTECTIONSUCCESS"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"LICENSEREQUESTGENERATED","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#LICENSEREQUESTGENERATED"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"NOSUPPORTEDREPRESENTATIONFOUND","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#NOSUPPORTEDREPRESENTATIONFOUND"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"SEEKING","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#SEEKING"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"SEEKED","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#SEEKED"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"PRESENTATIONMODECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#PRESENTATIONMODECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"DESTROY","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#DESTROY"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"LOADSTART","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#LOADSTART"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"RESIZE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#RESIZE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"PLAY","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#PLAY"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"PAUSE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#PAUSE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"RATECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#RATECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"VOLUMECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#VOLUMECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"PROGRESS","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#PROGRESS"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"DURATIONCHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#DURATIONCHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"SOURCECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#SOURCECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"CURRENTSOURCECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#CURRENTSOURCECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"READYSTATECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#READYSTATECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"TIMEUPDATE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#TIMEUPDATE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"WAITING","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#WAITING"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"PLAYING","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#PLAYING"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"ENDED","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#ENDED"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"LOADEDMETADATA","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#LOADEDMETADATA"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"LOADEDDATA","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#LOADEDDATA"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"CANPLAY","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#CANPLAY"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"CANPLAYTHROUGH","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#CANPLAYTHROUGH"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"SEGMENTNOTFOUND","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#SEGMENTNOTFOUND"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"ERROR","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#ERROR"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"ENCRYPTED","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#ENCRYPTED"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"CONTENTPROTECTIONERROR","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#CONTENTPROTECTIONERROR"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"CONTENTPROTECTIONSUCCESS","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#CONTENTPROTECTIONSUCCESS"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"LICENSEREQUESTGENERATED","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#LICENSEREQUESTGENERATED"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"NOSUPPORTEDREPRESENTATIONFOUND","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#NOSUPPORTEDREPRESENTATIONFOUND"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"SEEKING","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#SEEKING"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"SEEKED","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#SEEKED"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"PRESENTATIONMODECHANGE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#PRESENTATIONMODECHANGE"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"DESTROY","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#DESTROY"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"LOADSTART","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#LOADSTART"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"RESIZE","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#RESIZE"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes.Identifiers","l":"INTENTTOFALLBACK","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html#INTENTTOFALLBACK"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes.Identifiers","l":"ENTERBADNETWORKMODE","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html#ENTERBADNETWORKMODE"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes.Identifiers","l":"EXITBADNETWORKMODE","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html#EXITBADNETWORKMODE"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes.Identifiers","l":"ENDPOINTLOADED","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html#ENDPOINTLOADED"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes.Identifiers","l":"DISTRIBUTIONLOADSTART","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html#DISTRIBUTIONLOADSTART"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes.Identifiers","l":"DISTRIBUTIONLOADED","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html#DISTRIBUTIONLOADED"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes.Identifiers","l":"DISTRIBUTIONOFFLINE","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html#DISTRIBUTIONOFFLINE"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes","l":"INTENTTOFALLBACK","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.html#INTENTTOFALLBACK"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes","l":"DISTRIBUTIONLOADSTART","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.html#DISTRIBUTIONLOADSTART"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes","l":"DISTRIBUTIONLOADED","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.html#DISTRIBUTIONLOADED"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes","l":"DISTRIBUTIONOFFLINE","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.html#DISTRIBUTIONOFFLINE"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes","l":"ENDPOINTLOADED","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.html#ENDPOINTLOADED"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_BEGIN","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_BEGIN"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_END","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_END"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_SKIP","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_SKIP"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_ERROR","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_ERROR"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_BREAK_BEGIN","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_BREAK_BEGIN"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_BREAK_END","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_BREAK_END"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_LOADED","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_LOADED"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_IMPRESSION","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_IMPRESSION"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_FIRST_QUARTILE","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_FIRST_QUARTILE"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_THIRD_QUARTILE","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_THIRD_QUARTILE"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_MIDPOINT","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_MIDPOINT"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"ADD_AD","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#ADD_AD"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"ADD_AD_BREAK","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#ADD_AD_BREAK"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_BREAK_CHANGE","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_BREAK_CHANGE"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"REMOVE_AD_BREAK","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#REMOVE_AD_BREAK"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_TAPPED","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_TAPPED"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AD_CLICKED","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AD_CLICKED"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_BEGIN","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_BEGIN"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_END","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_END"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_SKIP","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_SKIP"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_ERROR","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_ERROR"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_BREAK_BEGIN","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_BREAK_BEGIN"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_BREAK_END","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_BREAK_END"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_LOADED","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_LOADED"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_IMPRESSION","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_IMPRESSION"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_FIRST_QUARTILE","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_FIRST_QUARTILE"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_THIRD_QUARTILE","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_THIRD_QUARTILE"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_MIDPOINT","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_MIDPOINT"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"ADD_AD","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#ADD_AD"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"ADD_AD_BREAK","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#ADD_AD_BREAK"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_BREAK_CHANGE","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_BREAK_CHANGE"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"REMOVE_AD_BREAK","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#REMOVE_AD_BREAK"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_TAPPED","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_TAPPED"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AD_CLICKED","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AD_CLICKED"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"type","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#type"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"LAYOUT_PARAMS_MATCH","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#LAYOUT_PARAMS_MATCH"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEFAULT_KEYS_DIALER","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEFAULT_KEYS_DIALER"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEFAULT_KEYS_DISABLE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEFAULT_KEYS_DISABLE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEFAULT_KEYS_SEARCH_GLOBAL","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEFAULT_KEYS_SEARCH_GLOBAL"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEFAULT_KEYS_SEARCH_LOCAL","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEFAULT_KEYS_SEARCH_LOCAL"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEFAULT_KEYS_SHORTCUT","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEFAULT_KEYS_SHORTCUT"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"FOCUSED_STATE_SET","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#FOCUSED_STATE_SET"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"FULLSCREEN_MODE_REQUEST_ENTER","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#FULLSCREEN_MODE_REQUEST_ENTER"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"FULLSCREEN_MODE_REQUEST_EXIT","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#FULLSCREEN_MODE_REQUEST_EXIT"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"OVERRIDE_TRANSITION_CLOSE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#OVERRIDE_TRANSITION_CLOSE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"OVERRIDE_TRANSITION_OPEN","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#OVERRIDE_TRANSITION_OPEN"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"RESULT_CANCELED","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#RESULT_CANCELED"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"RESULT_FIRST_USER","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#RESULT_FIRST_USER"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"RESULT_OK","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#RESULT_OK"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TRIM_MEMORY_BACKGROUND","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TRIM_MEMORY_BACKGROUND"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TRIM_MEMORY_COMPLETE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TRIM_MEMORY_COMPLETE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TRIM_MEMORY_MODERATE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TRIM_MEMORY_MODERATE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TRIM_MEMORY_RUNNING_CRITICAL","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TRIM_MEMORY_RUNNING_CRITICAL"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TRIM_MEMORY_RUNNING_LOW","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TRIM_MEMORY_RUNNING_LOW"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TRIM_MEMORY_RUNNING_MODERATE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TRIM_MEMORY_RUNNING_MODERATE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TRIM_MEMORY_UI_HIDDEN","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TRIM_MEMORY_UI_HIDDEN"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"ACCESSIBILITY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#ACCESSIBILITY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"ACCOUNT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#ACCOUNT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"ACTIVITY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#ACTIVITY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"ADVANCED_PROTECTION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#ADVANCED_PROTECTION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"ALARM_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#ALARM_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"APPWIDGET_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#APPWIDGET_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"APP_FUNCTION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#APP_FUNCTION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"APP_OPS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#APP_OPS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"APP_SEARCH_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#APP_SEARCH_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"AUDIO_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#AUDIO_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BATTERY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BATTERY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_ABOVE_CLIENT","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_ABOVE_CLIENT"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_ADJUST_WITH_ACTIVITY","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_ADJUST_WITH_ACTIVITY"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_ALLOW_ACTIVITY_STARTS","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_ALLOW_ACTIVITY_STARTS"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_ALLOW_OOM_MANAGEMENT","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_ALLOW_OOM_MANAGEMENT"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_AUTO_CREATE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_AUTO_CREATE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_DEBUG_UNBIND","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_DEBUG_UNBIND"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_EXTERNAL_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_EXTERNAL_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_EXTERNAL_SERVICE_LONG","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_EXTERNAL_SERVICE_LONG"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_IMPORTANT","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_IMPORTANT"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_INCLUDE_CAPABILITIES","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_INCLUDE_CAPABILITIES"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_NOT_FOREGROUND","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_NOT_FOREGROUND"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_NOT_PERCEPTIBLE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_NOT_PERCEPTIBLE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_PACKAGE_ISOLATED_PROCESS","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_PACKAGE_ISOLATED_PROCESS"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_SHARED_ISOLATED_PROCESS","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_SHARED_ISOLATED_PROCESS"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIND_WAIVE_PRIORITY","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIND_WAIVE_PRIORITY"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BIOMETRIC_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BIOMETRIC_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BLOB_STORE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BLOB_STORE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BLUETOOTH_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BLUETOOTH_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"BUGREPORT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#BUGREPORT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CAMERA_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CAMERA_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CAPTIONING_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CAPTIONING_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CARRIER_CONFIG_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CARRIER_CONFIG_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CLIPBOARD_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CLIPBOARD_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"COMPANION_DEVICE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#COMPANION_DEVICE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CONNECTIVITY_DIAGNOSTICS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CONNECTIVITY_DIAGNOSTICS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CONNECTIVITY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CONNECTIVITY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CONSUMER_IR_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CONSUMER_IR_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CONTACT_KEYS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CONTACT_KEYS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CONTEXT_IGNORE_SECURITY","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CONTEXT_IGNORE_SECURITY"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CONTEXT_INCLUDE_CODE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CONTEXT_INCLUDE_CODE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CONTEXT_RESTRICTED","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CONTEXT_RESTRICTED"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CREDENTIAL_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CREDENTIAL_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"CROSS_PROFILE_APPS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#CROSS_PROFILE_APPS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEVICE_ID_DEFAULT","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEVICE_ID_DEFAULT"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEVICE_ID_INVALID","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEVICE_ID_INVALID"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEVICE_LOCK_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEVICE_LOCK_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DEVICE_POLICY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DEVICE_POLICY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DISPLAY_HASH_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DISPLAY_HASH_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DISPLAY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DISPLAY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DOMAIN_VERIFICATION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DOMAIN_VERIFICATION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DOWNLOAD_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DOWNLOAD_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"DROPBOX_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#DROPBOX_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"EUICC_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#EUICC_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"FILE_INTEGRITY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#FILE_INTEGRITY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"FINGERPRINT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#FINGERPRINT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"GAME_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#GAME_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"GRAMMATICAL_INFLECTION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#GRAMMATICAL_INFLECTION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"HARDWARE_PROPERTIES_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#HARDWARE_PROPERTIES_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"HEALTHCONNECT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#HEALTHCONNECT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"INPUT_METHOD_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#INPUT_METHOD_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"INPUT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#INPUT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"IPSEC_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#IPSEC_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"JOB_SCHEDULER_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#JOB_SCHEDULER_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"KEYGUARD_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#KEYGUARD_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"KEYSTORE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#KEYSTORE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"LAUNCHER_APPS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#LAUNCHER_APPS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"LAYOUT_INFLATER_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#LAYOUT_INFLATER_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"LOCALE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#LOCALE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"LOCATION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#LOCATION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MEDIA_COMMUNICATION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MEDIA_COMMUNICATION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MEDIA_METRICS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MEDIA_METRICS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MEDIA_PROJECTION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MEDIA_PROJECTION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MEDIA_QUALITY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MEDIA_QUALITY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MEDIA_ROUTER_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MEDIA_ROUTER_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MEDIA_SESSION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MEDIA_SESSION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MIDI_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MIDI_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MODE_APPEND","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MODE_APPEND"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MODE_ENABLE_WRITE_AHEAD_LOGGING","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MODE_ENABLE_WRITE_AHEAD_LOGGING"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MODE_MULTI_PROCESS","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MODE_MULTI_PROCESS"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MODE_NO_LOCALIZED_COLLATORS","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MODE_NO_LOCALIZED_COLLATORS"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MODE_PRIVATE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MODE_PRIVATE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MODE_WORLD_READABLE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MODE_WORLD_READABLE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"MODE_WORLD_WRITEABLE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#MODE_WORLD_WRITEABLE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"NETWORK_STATS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#NETWORK_STATS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"NFC_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#NFC_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"NOTIFICATION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#NOTIFICATION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"NSD_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#NSD_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"OVERLAY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#OVERLAY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"PEOPLE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#PEOPLE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"PERFORMANCE_HINT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#PERFORMANCE_HINT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"PERSISTENT_DATA_BLOCK_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#PERSISTENT_DATA_BLOCK_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"POWER_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#POWER_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"PRINT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#PRINT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"PROFILING_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#PROFILING_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"RECEIVER_EXPORTED","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#RECEIVER_EXPORTED"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"RECEIVER_NOT_EXPORTED","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#RECEIVER_NOT_EXPORTED"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"RECEIVER_VISIBLE_TO_INSTANT_APPS","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#RECEIVER_VISIBLE_TO_INSTANT_APPS"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"RESTRICTIONS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#RESTRICTIONS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"ROLE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#ROLE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"SATELLITE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#SATELLITE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"SEARCH_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#SEARCH_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"SECURITY_STATE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#SECURITY_STATE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"SENSOR_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#SENSOR_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"SHORTCUT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#SHORTCUT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"STATUS_BAR_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#STATUS_BAR_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"STORAGE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#STORAGE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"STORAGE_STATS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#STORAGE_STATS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"SYSTEM_HEALTH_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#SYSTEM_HEALTH_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TELECOM_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TELECOM_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TELEPHONY_IMS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TELEPHONY_IMS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TELEPHONY_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TELEPHONY_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TELEPHONY_SUBSCRIPTION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TELEPHONY_SUBSCRIPTION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TETHERING_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TETHERING_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TEXT_CLASSIFICATION_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TEXT_CLASSIFICATION_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TEXT_SERVICES_MANAGER_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TEXT_SERVICES_MANAGER_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TV_AD_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TV_AD_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TV_INPUT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TV_INPUT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"TV_INTERACTIVE_APP_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#TV_INTERACTIVE_APP_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"UI_MODE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#UI_MODE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"USAGE_STATS_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#USAGE_STATS_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"USB_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#USB_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"USER_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#USER_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"VIBRATOR_MANAGER_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#VIBRATOR_MANAGER_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"VIBRATOR_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#VIBRATOR_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"VIRTUAL_DEVICE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#VIRTUAL_DEVICE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"VPN_MANAGEMENT_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#VPN_MANAGEMENT_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"WALLPAPER_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#WALLPAPER_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"WIFI_AWARE_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#WIFI_AWARE_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"WIFI_P2P_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#WIFI_P2P_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"WIFI_RTT_RANGING_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#WIFI_RTT_RANGING_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"WIFI_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#WIFI_SERVICE"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"WINDOW_SERVICE","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#WINDOW_SERVICE"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstruction","l":"view","url":"com/theoplayer/android/api/ads/OmidFriendlyObstruction.html#view"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstruction","l":"purpose","url":"com/theoplayer/android/api/ads/OmidFriendlyObstruction.html#purpose"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"type","url":"com/theoplayer/android/api/ads/AdInit.html#type"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"timeOffset","url":"com/theoplayer/android/api/ads/AdInit.html#timeOffset"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"skipOffset","url":"com/theoplayer/android/api/ads/AdInit.html#skipOffset"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"id","url":"com/theoplayer/android/api/ads/AdInit.html#id"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"duration","url":"com/theoplayer/android/api/ads/AdInit.html#duration"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"clickThrough","url":"com/theoplayer/android/api/ads/AdInit.html#clickThrough"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"resourceURI","url":"com/theoplayer/android/api/ads/AdInit.html#resourceURI"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"mediaFiles","url":"com/theoplayer/android/api/ads/AdInit.html#mediaFiles"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"customData","url":"com/theoplayer/android/api/ads/AdInit.html#customData"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"timeOffset","url":"com/theoplayer/android/api/ads/AdBreakInit.html#timeOffset"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"id","url":"com/theoplayer/android/api/ads/AdBreakInit.html#id"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"maxDuration","url":"com/theoplayer/android/api/ads/AdBreakInit.html#maxDuration"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"customData","url":"com/theoplayer/android/api/ads/AdBreakInit.html#customData"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"targetOffset","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#targetOffset"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"minimumOffset","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#minimumOffset"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"maximumOffset","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#maximumOffset"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"forceSeekOffset","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#forceSeekOffset"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"minimumPlaybackRate","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#minimumPlaybackRate"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"maximumPlaybackRate","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#maximumPlaybackRate"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"request","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#request"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"url","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#url"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"headers","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#headers"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"status","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#status"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"statusText","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#statusText"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"body","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#body"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"entries","url":"com/theoplayer/android/api/network/http/RequestType.html#entries"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"entries","url":"com/theoplayer/android/api/network/http/RequestSubType.html#entries"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"entries","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#entries"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"entries","url":"com/theoplayer/android/api/network/http/ResponseType.html#entries"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration.Companion","l":"INSTANCE","url":"com/theoplayer/android/api/source/AdIntegration.Companion.html#INSTANCE"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"adIntegration","url":"com/theoplayer/android/api/source/AdIntegration.html#adIntegration"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"entries","url":"com/theoplayer/android/api/source/AdIntegration.html#entries"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"drm","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#drm"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"type","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#type"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"headers","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#headers"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"liveOffset","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#liveOffset"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"ssai","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#ssai"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"hlsDateRange","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#hlsDateRange"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"timeServer","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#timeServer"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"lowLatency","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#lowLatency"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"latencyConfiguration","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#latencyConfiguration"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"hls","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#hls"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"dash","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#dash"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"cmcdTransmissionMode","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#cmcdTransmissionMode"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"src","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#src"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"type","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.html#type"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"ssai","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.html#ssai"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"src","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#src"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"drm","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#drm"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"headers","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#headers"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"liveOffset","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#liveOffset"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"hlsDateRange","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hlsDateRange"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"timeServer","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#timeServer"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"lowLatency","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#lowLatency"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"latencyConfiguration","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#latencyConfiguration"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"hls","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hls"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"dash","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#dash"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"hesp","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hesp"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"cmcdTransmissionMode","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#cmcdTransmissionMode"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"maxBitrate","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#maxBitrate"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"preferredVideoCodecs","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#preferredVideoCodecs"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"preferredAudioCodecs","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#preferredAudioCodecs"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"sources","url":"com/theoplayer/android/api/source/SourceDescription.html#sources"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"ads","url":"com/theoplayer/android/api/source/SourceDescription.html#ads"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"textTracks","url":"com/theoplayer/android/api/source/SourceDescription.html#textTracks"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"poster","url":"com/theoplayer/android/api/source/SourceDescription.html#poster"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"metadata","url":"com/theoplayer/android/api/source/SourceDescription.html#metadata"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"timeServer","url":"com/theoplayer/android/api/source/SourceDescription.html#timeServer"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"abr","url":"com/theoplayer/android/api/source/SourceDescription.html#abr"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"streamType","url":"com/theoplayer/android/api/source/SourceDescription.html#streamType"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"cmcd","url":"com/theoplayer/android/api/source/SourceDescription.html#cmcd"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"mimeType","url":"com/theoplayer/android/api/source/SourceType.html#mimeType"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"entries","url":"com/theoplayer/android/api/source/SourceType.html#entries"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"entries","url":"com/theoplayer/android/api/source/StreamType.html#entries"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"src","url":"com/theoplayer/android/api/source/TextTrackDescription.html#src"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"isDefault","url":"com/theoplayer/android/api/source/TextTrackDescription.html#isDefault()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"kind","url":"com/theoplayer/android/api/source/TextTrackDescription.html#kind"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"srclang","url":"com/theoplayer/android/api/source/TextTrackDescription.html#srclang"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"label","url":"com/theoplayer/android/api/source/TextTrackDescription.html#label"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"format","url":"com/theoplayer/android/api/source/TextTrackDescription.html#format"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"drm","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#drm"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"type","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#type"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"headers","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#headers"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"liveOffset","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#liveOffset"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"ssai","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#ssai"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"hlsDateRange","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#hlsDateRange"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"timeServer","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#timeServer"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"lowLatency","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#lowLatency"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"latencyConfiguration","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#latencyConfiguration"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"hls","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#hls"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"dash","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#dash"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"cmcdTransmissionMode","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#cmcdTransmissionMode"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"src","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#src"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"src","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#src"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"drm","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#drm"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"type","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#type"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"headers","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#headers"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"liveOffset","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#liveOffset"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"ssai","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#ssai"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"hlsDateRange","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hlsDateRange"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"timeServer","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#timeServer"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"lowLatency","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#lowLatency"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"latencyConfiguration","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#latencyConfiguration"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"hls","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hls"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"dash","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#dash"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"hesp","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hesp"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"cmcdTransmissionMode","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#cmcdTransmissionMode"}, {"p":"com.theoplayer.android.api.source.addescription","c":"AdDescription","l":"integration","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#integration"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescription","l":"customIntegration","url":"com/theoplayer/android/api/source/addescription/CustomAdDescription.html#customIntegration"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescription","l":"integration","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#integration"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescriptionRegistry","l":"INSTANCE","url":"com/theoplayer/android/api/source/addescription/CustomAdDescriptionRegistry.html#INSTANCE"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription","l":"sources","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.html#sources"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription","l":"timeOffset","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.html#timeOffset"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription","l":"integration","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#integration"}, {"p":"com.theoplayer.android.api.source.dash","c":"DashPlaybackConfiguration","l":"ignoreAvailabilityWindow","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.html#ignoreAvailabilityWindow"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey","l":"id","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey.html#id"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey","l":"value","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey.html#value"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"keys","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.html#keys"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"licenseAcquisitionURL","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#licenseAcquisitionURL"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"headers","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#headers"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"useCredentials","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#useCredentials"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"licenseType","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#licenseType"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"certificate","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#certificate"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"forceSoftwareDecrypt","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#forceSoftwareDecrypt"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId.Companion","l":"INSTANCE","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.Companion.html#INSTANCE"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"integrationId","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#integrationId"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"entries","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#entries"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"certificateURL","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.html#certificateURL"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"licenseAcquisitionURL","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#licenseAcquisitionURL"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"headers","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#headers"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"useCredentials","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#useCredentials"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"licenseType","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#licenseType"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"certificate","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#certificate"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"forceSoftwareDecrypt","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#forceSoftwareDecrypt"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"licenseAcquisitionURL","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#licenseAcquisitionURL"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"headers","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#headers"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"useCredentials","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#useCredentials"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"licenseType","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#licenseType"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"certificate","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#certificate"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"forceSoftwareDecrypt","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#forceSoftwareDecrypt"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"entries","url":"com/theoplayer/android/api/source/drm/LicenseType.html#entries"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"token","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.html#token"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"certificateURL","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html#certificateURL"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"token","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html#token"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"deviceId","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.html#deviceId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"token","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.html#token"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"token","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#token"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"userId","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#userId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"sessionId","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#sessionId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"merchant","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#merchant"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"crmId","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#crmId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"accountId","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#accountId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"contentId","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#contentId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"sessionId","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#sessionId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"ticket","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#ticket"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"customdata","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#customdata"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"customdata","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#customdata"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"licenseAcquisitionURL","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#licenseAcquisitionURL"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"headers","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#headers"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"useCredentials","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#useCredentials"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"licenseType","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#licenseType"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"certificate","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#certificate"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"forceSoftwareDecrypt","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#forceSoftwareDecrypt"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"accountName","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#accountName"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"customerName","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#customerName"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"portalId","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#portalId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"friendlyName","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#friendlyName"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"authToken","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#authToken"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"version","url":"com/theoplayer/android/api/source/drm/preintegration/TitaniumDRMConfiguration.html#version"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"TitaniumDRMConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"token","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.html#token"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"VudrmDRMConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"streamId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#streamId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"ticketAcquisitionUrl","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#ticketAcquisitionUrl"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"sessionId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#sessionId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"widevine","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"playready","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"clearkey","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#clearkey"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"fairplay","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"integration","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"customIntegrationId","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#customIntegrationId"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"integrationParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#integrationParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"queryParameters","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#queryParameters"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"multiSession","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#multiSession"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"XstreamConfiguration","l":"preferredKeySystems","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#preferredKeySystems"}, {"p":"com.theoplayer.android.api.source.hesp","c":"HespPlaybackConfiguration","l":"customConfiguration","url":"com/theoplayer/android/api/source/hesp/HespPlaybackConfiguration.html#customConfiguration"}, {"p":"com.theoplayer.android.api.source.hls","c":"HlsPlaybackConfiguration","l":"isDelaySubtitlePreload","url":"com/theoplayer/android/api/source/hls/HlsPlaybackConfiguration.html#isDelaySubtitlePreload()"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"drm","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#drm"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"type","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#type"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"headers","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#headers"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"liveOffset","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#liveOffset"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"ssai","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#ssai"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"hlsDateRange","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#hlsDateRange"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"timeServer","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#timeServer"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"lowLatency","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#lowLatency"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"latencyConfiguration","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#latencyConfiguration"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"hls","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#hls"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"dash","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#dash"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"cmcdTransmissionMode","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#cmcdTransmissionMode"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource.Builder","l":"src","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#src"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"adsParams","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.html#adsParams"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"src","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#src"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"drm","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#drm"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"type","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#type"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"headers","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#headers"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"liveOffset","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#liveOffset"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"ssai","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#ssai"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"hlsDateRange","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hlsDateRange"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"timeServer","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#timeServer"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"lowLatency","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#lowLatency"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"latencyConfiguration","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#latencyConfiguration"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"hls","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hls"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"dash","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#dash"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"hesp","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hesp"}, {"p":"com.theoplayer.android.api.source.mediatailor","c":"MediaTailorSource","l":"cmcdTransmissionMode","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#cmcdTransmissionMode"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"images","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#images"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"releaseDate","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#releaseDate"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"title","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#title"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"subtitle","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#subtitle"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"type","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataDescription.html#type"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataDescription","l":"data","url":"com/theoplayer/android/api/source/metadata/MetadataDescription.html#data"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataImage","l":"src","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html#src"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataImage","l":"width","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html#width"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataImage","l":"height","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataImage.html#height"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType.Companion","l":"INSTANCE","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.Companion.html#INSTANCE"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"type","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#type"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"nativeType","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#nativeType"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"entries","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#entries"}, {"p":"com.theoplayer.android.api.source.metadata","c":"MetadataDescription","l":"data","url":"com/theoplayer/android/api/source/metadata/MetadataDescription.html#data"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescription","l":"customIntegration","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescription.html#customIntegration"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescription","l":"integration","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.ssai","c":"CustomSsaiDescriptionRegistry","l":"INSTANCE","url":"com/theoplayer/android/api/source/ssai/CustomSsaiDescriptionRegistry.html#INSTANCE"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration.Builder","l":"authToken","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#authToken"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration.Builder","l":"streamActivityMonitorID","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#streamActivityMonitorID"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration.Builder","l":"adTagParameters","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#adTagParameters"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration.Builder","l":"apiKey","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#apiKey"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"availabilityType","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#availabilityType"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"apiKey","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#apiKey"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"authToken","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#authToken"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"streamActivityMonitorID","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#streamActivityMonitorID"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"adTagParameters","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#adTagParameters"}, {"p":"com.theoplayer.android.api.source.ssai","c":"GoogleDaiConfiguration","l":"integration","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiDescription","l":"integration","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration.Companion","l":"INSTANCE","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.Companion.html#INSTANCE"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration","l":"entries","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.html#entries"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType.Companion","l":"INSTANCE","url":"com/theoplayer/android/api/source/ssai/StreamType.Companion.html#INSTANCE"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType","l":"entries","url":"com/theoplayer/android/api/source/ssai/StreamType.html#entries"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"authToken","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#authToken"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"streamActivityMonitorID","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#streamActivityMonitorID"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"adTagParameters","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#adTagParameters"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration.Builder","l":"apiKey","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#apiKey"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"assetKey","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiLiveConfiguration.html#assetKey"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"availabilityType","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#availabilityType"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"apiKey","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#apiKey"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"authToken","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#authToken"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"streamActivityMonitorID","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#streamActivityMonitorID"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"adTagParameters","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#adTagParameters"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiLiveConfiguration","l":"integration","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"authToken","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#authToken"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"streamActivityMonitorID","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#streamActivityMonitorID"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"adTagParameters","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#adTagParameters"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration.Builder","l":"apiKey","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.Builder.html#apiKey"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"contentSourceID","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#contentSourceID"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"videoID","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#videoID"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"availabilityType","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#availabilityType"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"apiKey","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#apiKey"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"authToken","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#authToken"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"streamActivityMonitorID","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#streamActivityMonitorID"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"adTagParameters","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#adTagParameters"}, {"p":"com.theoplayer.android.api.source.ssai.dai","c":"GoogleDaiVodConfiguration","l":"integration","url":"com/theoplayer/android/api/source/ssai/dai/GoogleDaiVodConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"hespSrc","url":"com/theoplayer/android/api/theolive/Endpoint.html#hespSrc"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"millicastSrc","url":"com/theoplayer/android/api/theolive/Endpoint.html#millicastSrc"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"hlsSrc","url":"com/theoplayer/android/api/theolive/Endpoint.html#hlsSrc"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"hlsMpegTsSrc","url":"com/theoplayer/android/api/theolive/Endpoint.html#hlsMpegTsSrc"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"adSrc","url":"com/theoplayer/android/api/theolive/Endpoint.html#adSrc"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"daiAssetKey","url":"com/theoplayer/android/api/theolive/Endpoint.html#daiAssetKey"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"cdn","url":"com/theoplayer/android/api/theolive/Endpoint.html#cdn"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"weight","url":"com/theoplayer/android/api/theolive/Endpoint.html#weight"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"priority","url":"com/theoplayer/android/api/theolive/Endpoint.html#priority"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"contentProtection","url":"com/theoplayer/android/api/theolive/Endpoint.html#contentProtection"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"provider","url":"com/theoplayer/android/api/theolive/Endpoint.html#provider"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"adSystem","url":"com/theoplayer/android/api/theolive/Endpoint.html#adSystem"}, {"p":"com.theoplayer.android.api.theolive","c":"Endpoint","l":"targetLatency","url":"com/theoplayer/android/api/theolive/Endpoint.html#targetLatency"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"integration","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#integration"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"widevine","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#widevine"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"playready","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#playready"}, {"p":"com.theoplayer.android.api.theolive","c":"ContentProtectionConfiguration","l":"fairplay","url":"com/theoplayer/android/api/theolive/ContentProtectionConfiguration.html#fairplay"}, {"p":"com.theoplayer.android.api.theolive","c":"FairPlayConfiguration","l":"licenseUrl","url":"com/theoplayer/android/api/theolive/FairPlayConfiguration.html#licenseUrl"}, {"p":"com.theoplayer.android.api.theolive","c":"FairPlayConfiguration","l":"certificateUrl","url":"com/theoplayer/android/api/theolive/FairPlayConfiguration.html#certificateUrl"}, {"p":"com.theoplayer.android.api.theolive","c":"KeySystemConfiguration","l":"licenseUrl","url":"com/theoplayer/android/api/theolive/KeySystemConfiguration.html#licenseUrl"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"name","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#name"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"accountId","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#accountId"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"subscriberToken","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#subscriberToken"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"directorUrl","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#directorUrl"}, {"p":"com.theoplayer.android.api.theolive","c":"EndpointMillicastSource","l":"webrtc","url":"com/theoplayer/android/api/theolive/EndpointMillicastSource.html#webrtc"}, {"p":"com.theoplayer.android.api.theolive","c":"WebRTCOptions","l":"playoutDelayMs","url":"com/theoplayer/android/api/theolive/WebRTCOptions.html#playoutDelayMs"}, {"p":"com.theoplayer.android.api.theolive","c":"PlayoutDelay","l":"minimum","url":"com/theoplayer/android/api/theolive/PlayoutDelay.html#minimum"}, {"p":"com.theoplayer.android.api.theolive","c":"PlayoutDelay","l":"maximum","url":"com/theoplayer/android/api/theolive/PlayoutDelay.html#maximum"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"profile","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#profile"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"webrtc","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#webrtc"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"src","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#src"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"drm","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#drm"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"type","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#type"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"headers","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#headers"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"liveOffset","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#liveOffset"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"ssai","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#ssai"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"hlsDateRange","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hlsDateRange"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"timeServer","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#timeServer"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"lowLatency","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#lowLatency"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"latencyConfiguration","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#latencyConfiguration"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"hls","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hls"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"dash","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#dash"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"hesp","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#hesp"}, {"p":"com.theoplayer.android.api.theolive","c":"TheoLiveSource","l":"cmcdTransmissionMode","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#cmcdTransmissionMode"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"entries","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#entries"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfiguration","l":"imaSdkSettings","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfiguration.html#imaSdkSettings"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegrationFactory","l":"INSTANCE","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegrationFactory.html#INSTANCE"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfigurationKt","l":"googleIma","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfigurationKt.html#googleIma"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaConfigurationKt","l":"googleImaConfiguration","url":"com/theoplayer/android/api/ads/ima/GoogleImaConfigurationKt.html#googleImaConfiguration"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaIntegrationKt","l":"ima","url":"com/theoplayer/android/api/ads/ima/GoogleImaIntegrationKt.html#ima"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"entries","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html#entries"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"entries","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#entries"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorIntegrationFactory","l":"INSTANCE","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorIntegrationFactory.html#INSTANCE"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"creativeId","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#creativeId"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"THEOAd","l":"adSystem","url":"com/theoplayer/android/api/ads/theoads/THEOAd.html#adSystem"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"networkCode","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#networkCode"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"customAssetKey","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#customAssetKey"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"backdropDoubleBox","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#backdropDoubleBox"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"backdropLShape","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#backdropLShape"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"overrideLayout","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#overrideLayout"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"adTagParameters","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#adTagParameters"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"streamActivityMonitorId","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#streamActivityMonitorId"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"sseEndpoint","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#sseEndpoint"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"retrievePodIdURI","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#retrievePodIdURI"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"useId3","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#useId3"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"useEMSG","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#useEMSG"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"initializationDelay","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#initializationDelay"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"daiAssetKey","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#daiAssetKey"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"breakManifestUrl","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#breakManifestUrl"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdDescription","l":"integration","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#integration"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"entries","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html#entries"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"InterstitialType","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"InterstitialType","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"InterstitialType","l":"entries","url":"com/theoplayer/android/api/ads/theoads/InterstitialType.html#entries"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"name","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#name"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"ordinal","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#ordinal"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"entries","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#entries"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"left","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#left"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"right","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#right"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"top","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#top"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlayPosition","l":"bottom","url":"com/theoplayer/android/api/ads/theoads/OverlayPosition.html#bottom"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlaySize","l":"width","url":"com/theoplayer/android/api/ads/theoads/OverlaySize.html#width"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"OverlaySize","l":"height","url":"com/theoplayer/android/api/ads/theoads/OverlaySize.html#height"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegrationFactory","l":"INSTANCE","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegrationFactory.html#INSTANCE"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsIntegrationKt","l":"theoAds","url":"com/theoplayer/android/api/ads/theoads/TheoAdsIntegrationKt.html#theoAds"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes.Identifiers","l":"ADD_INTERSTITIAL","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html#ADD_INTERSTITIAL"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes.Identifiers","l":"INTERSTITIAL_BEGIN","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html#INTERSTITIAL_BEGIN"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes.Identifiers","l":"INTERSTITIAL_END","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html#INTERSTITIAL_END"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes.Identifiers","l":"INTERSTITIAL_ERROR","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html#INTERSTITIAL_ERROR"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes.Identifiers","l":"INTERSTITIAL_UPDATE","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html#INTERSTITIAL_UPDATE"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes.Identifiers","l":"FALLBACK","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html#FALLBACK"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes.Identifiers","l":"INSTANCE","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.Identifiers.html#INSTANCE"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes","l":"ADD_INTERSTITIAL","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.html#ADD_INTERSTITIAL"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes","l":"INTERSTITIAL_BEGIN","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.html#INTERSTITIAL_BEGIN"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes","l":"INTERSTITIAL_END","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.html#INTERSTITIAL_END"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes","l":"INTERSTITIAL_ERROR","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.html#INTERSTITIAL_ERROR"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes","l":"INTERSTITIAL_UPDATE","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.html#INTERSTITIAL_UPDATE"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes","l":"FALLBACK","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.html#FALLBACK"}, {"p":"com.theoplayer.android.api.ads.theoads.event","c":"TheoAdsEventTypes","l":"INSTANCE","url":"com/theoplayer/android/api/ads/theoads/event/TheoAdsEventTypes.html#INSTANCE"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegrationFactory","l":"INSTANCE","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegrationFactory.html#INSTANCE"}, {"p":"com.theoplayer.android.api.ads.dai","c":"GoogleDaiIntegrationKt","l":"dai","url":"com/theoplayer/android/api/ads/dai/GoogleDaiIntegrationKt.html#dai"}, {"p":"com.theoplayer.android.api.cast","c":"CastStrategy","l":"MANUAL","url":"com/theoplayer/android/api/cast/CastStrategy.html#MANUAL"}, {"p":"com.theoplayer.android.api.cast","c":"CastStrategy","l":"DISABLED","url":"com/theoplayer/android/api/cast/CastStrategy.html#DISABLED"}, {"p":"com.theoplayer.android.api.cast","c":"CastStrategy","l":"AUTO","url":"com/theoplayer/android/api/cast/CastStrategy.html#AUTO"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyType","l":"PERFORMANCE","url":"com/theoplayer/android/api/abr/AbrStrategyType.html#PERFORMANCE"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyType","l":"QUALITY","url":"com/theoplayer/android/api/abr/AbrStrategyType.html#QUALITY"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyType","l":"BANDWIDTH","url":"com/theoplayer/android/api/abr/AbrStrategyType.html#BANDWIDTH"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDTransmissionMode","l":"DISABLED","url":"com/theoplayer/android/api/cmcd/CMCDTransmissionMode.html#DISABLED"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDTransmissionMode","l":"HTTP_HEADER","url":"com/theoplayer/android/api/cmcd/CMCDTransmissionMode.html#HTTP_HEADER"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDTransmissionMode","l":"QUERY_ARGUMENT","url":"com/theoplayer/android/api/cmcd/CMCDTransmissionMode.html#QUERY_ARGUMENT"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"GOOGLE_IMA","url":"com/theoplayer/android/api/IntegrationType.html#GOOGLE_IMA"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"GOOGLE_DAI","url":"com/theoplayer/android/api/IntegrationType.html#GOOGLE_DAI"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"AWS_MEDIATAILOR","url":"com/theoplayer/android/api/IntegrationType.html#AWS_MEDIATAILOR"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"ANALYTICS","url":"com/theoplayer/android/api/IntegrationType.html#ANALYTICS"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"CAST","url":"com/theoplayer/android/api/IntegrationType.html#CAST"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"THEO_ADS","url":"com/theoplayer/android/api/IntegrationType.html#THEO_ADS"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"MEDIA3","url":"com/theoplayer/android/api/IntegrationType.html#MEDIA3"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"MILLICAST","url":"com/theoplayer/android/api/IntegrationType.html#MILLICAST"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"THEO_LIVE","url":"com/theoplayer/android/api/IntegrationType.html#THEO_LIVE"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"DVR","url":"com/theoplayer/android/api/IntegrationType.html#DVR"}, {"p":"com.theoplayer.android.api.contentprotection","c":"KeySystemId","l":"WIDEVINE","url":"com/theoplayer/android/api/contentprotection/KeySystemId.html#WIDEVINE"}, {"p":"com.theoplayer.android.api.contentprotection","c":"KeySystemId","l":"PLAYREADY","url":"com/theoplayer/android/api/contentprotection/KeySystemId.html#PLAYREADY"}, {"p":"com.theoplayer.android.api.contentprotection","c":"KeySystemId","l":"FAIRPLAY","url":"com/theoplayer/android/api/contentprotection/KeySystemId.html#FAIRPLAY"}, {"p":"com.theoplayer.android.api.contentprotection","c":"KeySystemId","l":"CLEAR_KEY","url":"com/theoplayer/android/api/contentprotection/KeySystemId.html#CLEAR_KEY"}, {"p":"com.theoplayer.android.api.contentprotection","c":"RequestMethod","l":"GET","url":"com/theoplayer/android/api/contentprotection/RequestMethod.html#GET"}, {"p":"com.theoplayer.android.api.contentprotection","c":"RequestMethod","l":"PUT","url":"com/theoplayer/android/api/contentprotection/RequestMethod.html#PUT"}, {"p":"com.theoplayer.android.api.contentprotection","c":"RequestMethod","l":"POST","url":"com/theoplayer/android/api/contentprotection/RequestMethod.html#POST"}, {"p":"com.theoplayer.android.api.contentprotection","c":"RequestMethod","l":"DELETE","url":"com/theoplayer/android/api/contentprotection/RequestMethod.html#DELETE"}, {"p":"com.theoplayer.android.api.contentprotection","c":"RequestMethod","l":"HEAD","url":"com/theoplayer/android/api/contentprotection/RequestMethod.html#HEAD"}, {"p":"com.theoplayer.android.api.contentprotection","c":"RequestMethod","l":"OPTIONS","url":"com/theoplayer/android/api/contentprotection/RequestMethod.html#OPTIONS"}, {"p":"com.theoplayer.android.api.pip","c":"PiPType","l":"ACTIVITY","url":"com/theoplayer/android/api/pip/PiPType.html#ACTIVITY"}, {"p":"com.theoplayer.android.api.pip","c":"PiPType","l":"DIALOG","url":"com/theoplayer/android/api/pip/PiPType.html#DIALOG"}, {"p":"com.theoplayer.android.api.pip","c":"PiPType","l":"CUSTOM","url":"com/theoplayer/android/api/pip/PiPType.html#CUSTOM"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"CONFIGURATION","url":"com/theoplayer/android/api/error/ErrorCategory.html#CONFIGURATION"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"LICENSE","url":"com/theoplayer/android/api/error/ErrorCategory.html#LICENSE"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"SOURCE","url":"com/theoplayer/android/api/error/ErrorCategory.html#SOURCE"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"MANIFEST","url":"com/theoplayer/android/api/error/ErrorCategory.html#MANIFEST"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"MEDIA","url":"com/theoplayer/android/api/error/ErrorCategory.html#MEDIA"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"NETWORK","url":"com/theoplayer/android/api/error/ErrorCategory.html#NETWORK"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"CONTENT_PROTECTION","url":"com/theoplayer/android/api/error/ErrorCategory.html#CONTENT_PROTECTION"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"SUBTITLE","url":"com/theoplayer/android/api/error/ErrorCategory.html#SUBTITLE"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"VR","url":"com/theoplayer/android/api/error/ErrorCategory.html#VR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"AD","url":"com/theoplayer/android/api/error/ErrorCategory.html#AD"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"FULLSCREEN","url":"com/theoplayer/android/api/error/ErrorCategory.html#FULLSCREEN"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"CACHE","url":"com/theoplayer/android/api/error/ErrorCategory.html#CACHE"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"THEOLIVE","url":"com/theoplayer/android/api/error/ErrorCategory.html#THEOLIVE"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONFIGURATION_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#CONFIGURATION_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"LICENSE_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#LICENSE_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"LICENSE_INVALID_DOMAIN","url":"com/theoplayer/android/api/error/ErrorCode.html#LICENSE_INVALID_DOMAIN"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"LICENSE_INVALID_SOURCE","url":"com/theoplayer/android/api/error/ErrorCode.html#LICENSE_INVALID_SOURCE"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"LICENSE_EXPIRED","url":"com/theoplayer/android/api/error/ErrorCode.html#LICENSE_EXPIRED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"LICENSE_INVALID_FEATURE","url":"com/theoplayer/android/api/error/ErrorCode.html#LICENSE_INVALID_FEATURE"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"SOURCE_INVALID","url":"com/theoplayer/android/api/error/ErrorCode.html#SOURCE_INVALID"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"SOURCE_NOT_SUPPORTED","url":"com/theoplayer/android/api/error/ErrorCode.html#SOURCE_NOT_SUPPORTED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MANIFEST_LOAD_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#MANIFEST_LOAD_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MANIFEST_CORS_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#MANIFEST_CORS_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MANIFEST_PARSE_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#MANIFEST_PARSE_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MEDIA_NOT_SUPPORTED","url":"com/theoplayer/android/api/error/ErrorCode.html#MEDIA_NOT_SUPPORTED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MEDIA_LOAD_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#MEDIA_LOAD_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MEDIA_DECODE_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#MEDIA_DECODE_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MEDIA_AVPLAYER_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#MEDIA_AVPLAYER_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MEDIA_ABORTED","url":"com/theoplayer/android/api/error/ErrorCode.html#MEDIA_ABORTED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"MEDIA_INTERNAL_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#MEDIA_INTERNAL_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"NETWORK_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#NETWORK_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"NETWORK_TIMEOUT","url":"com/theoplayer/android/api/error/ErrorCode.html#NETWORK_TIMEOUT"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_NOT_SUPPORTED","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_NOT_SUPPORTED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_CONFIGURATION_MISSING","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_CONFIGURATION_MISSING"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_CONFIGURATION_INVALID","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_CONFIGURATION_INVALID"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_INITIALIZATION_INVALID","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_INITIALIZATION_INVALID"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_CERTIFICATE_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_CERTIFICATE_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_CERTIFICATE_INVALID","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_CERTIFICATE_INVALID"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_LICENSE_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_LICENSE_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_LICENSE_INVALID","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_LICENSE_INVALID"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_KEY_EXPIRED","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_KEY_EXPIRED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_KEY_MISSING","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_KEY_MISSING"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_OUTPUT_RESTRICTED","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_OUTPUT_RESTRICTED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_INTERNAL_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_INTERNAL_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_DEVICE_REVOKED","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_DEVICE_REVOKED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CONTENT_PROTECTION_PROVISIONING_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#CONTENT_PROTECTION_PROVISIONING_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"SUBTITLE_LOAD_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#SUBTITLE_LOAD_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"SUBTITLE_CORS_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#SUBTITLE_CORS_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"SUBTITLE_PARSE_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#SUBTITLE_PARSE_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"VR_PLATFORM_UNSUPPORTED","url":"com/theoplayer/android/api/error/ErrorCode.html#VR_PLATFORM_UNSUPPORTED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"VR_PRESENTATION_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#VR_PRESENTATION_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"AD_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#AD_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"AD_BLOCKER_DETECTED","url":"com/theoplayer/android/api/error/ErrorCode.html#AD_BLOCKER_DETECTED"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"FULLSCREEN_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#FULLSCREEN_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CACHE_SOURCE_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#CACHE_SOURCE_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"CACHE_CONTENT_PROTECTION_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#CACHE_CONTENT_PROTECTION_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"THEO_LIVE_UNKNOWN_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#THEO_LIVE_UNKNOWN_ERROR"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"THEO_LIVE_CHANNEL_NOT_FOUND","url":"com/theoplayer/android/api/error/ErrorCode.html#THEO_LIVE_CHANNEL_NOT_FOUND"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"THEO_LIVE_END_OF_DEMO","url":"com/theoplayer/android/api/error/ErrorCode.html#THEO_LIVE_END_OF_DEMO"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"THEO_LIVE_ANALYTICS_ERROR","url":"com/theoplayer/android/api/error/ErrorCode.html#THEO_LIVE_ANALYTICS_ERROR"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"CANCEL","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#CANCEL"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"TIMEOUT","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#TIMEOUT"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"API_NOT_INITIALIZED","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#API_NOT_INITIALIZED"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"INVALID_PARAMETER","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#INVALID_PARAMETER"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"EXTENSION_NOT_COMPATIBLE","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#EXTENSION_NOT_COMPATIBLE"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"EXTENSION_MISSING","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#EXTENSION_MISSING"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"RECEIVER_UNAVAILABLE","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#RECEIVER_UNAVAILABLE"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"SESSION_ERROR","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#SESSION_ERROR"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"CHANNEL_ERROR","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#CHANNEL_ERROR"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"LOAD_MEDIA_FAILED","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#LOAD_MEDIA_FAILED"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"PlayerCastState","l":"UNAVAILABLE","url":"com/theoplayer/android/api/cast/chromecast/PlayerCastState.html#UNAVAILABLE"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"PlayerCastState","l":"AVAILABLE","url":"com/theoplayer/android/api/cast/chromecast/PlayerCastState.html#AVAILABLE"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"PlayerCastState","l":"CONNECTING","url":"com/theoplayer/android/api/cast/chromecast/PlayerCastState.html#CONNECTING"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"PlayerCastState","l":"CONNECTED","url":"com/theoplayer/android/api/cast/chromecast/PlayerCastState.html#CONNECTED"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStatus","l":"UNINITIALISED","url":"com/theoplayer/android/api/cache/CacheStatus.html#UNINITIALISED"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStatus","l":"INITIALISED","url":"com/theoplayer/android/api/cache/CacheStatus.html#INITIALISED"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskStatus","l":"IDLE","url":"com/theoplayer/android/api/cache/CachingTaskStatus.html#IDLE"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskStatus","l":"LOADING","url":"com/theoplayer/android/api/cache/CachingTaskStatus.html#LOADING"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskStatus","l":"DONE","url":"com/theoplayer/android/api/cache/CachingTaskStatus.html#DONE"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskStatus","l":"ERROR","url":"com/theoplayer/android/api/cache/CachingTaskStatus.html#ERROR"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskStatus","l":"EVICTED","url":"com/theoplayer/android/api/cache/CachingTaskStatus.html#EVICTED"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStorageType","l":"LEGACY","url":"com/theoplayer/android/api/cache/CacheStorageType.html#LEGACY"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStorageType","l":"MEDIA3","url":"com/theoplayer/android/api/cache/CacheStorageType.html#MEDIA3"}, {"p":"com.theoplayer.android.api.player","c":"AspectRatio","l":"FIT","url":"com/theoplayer/android/api/player/AspectRatio.html#FIT"}, {"p":"com.theoplayer.android.api.player","c":"AspectRatio","l":"FILL","url":"com/theoplayer/android/api/player/AspectRatio.html#FILL"}, {"p":"com.theoplayer.android.api.player","c":"AspectRatio","l":"ASPECT_FILL","url":"com/theoplayer/android/api/player/AspectRatio.html#ASPECT_FILL"}, {"p":"com.theoplayer.android.api.player","c":"ReadyState","l":"HAVE_NOTHING","url":"com/theoplayer/android/api/player/ReadyState.html#HAVE_NOTHING"}, {"p":"com.theoplayer.android.api.player","c":"ReadyState","l":"HAVE_METADATA","url":"com/theoplayer/android/api/player/ReadyState.html#HAVE_METADATA"}, {"p":"com.theoplayer.android.api.player","c":"ReadyState","l":"HAVE_CURRENT_DATA","url":"com/theoplayer/android/api/player/ReadyState.html#HAVE_CURRENT_DATA"}, {"p":"com.theoplayer.android.api.player","c":"ReadyState","l":"HAVE_FUTURE_DATA","url":"com/theoplayer/android/api/player/ReadyState.html#HAVE_FUTURE_DATA"}, {"p":"com.theoplayer.android.api.player","c":"ReadyState","l":"HAVE_ENOUGH_DATA","url":"com/theoplayer/android/api/player/ReadyState.html#HAVE_ENOUGH_DATA"}, {"p":"com.theoplayer.android.api.player","c":"PreloadType","l":"NONE","url":"com/theoplayer/android/api/player/PreloadType.html#NONE"}, {"p":"com.theoplayer.android.api.player","c":"PreloadType","l":"AUTO","url":"com/theoplayer/android/api/player/PreloadType.html#AUTO"}, {"p":"com.theoplayer.android.api.player","c":"PreloadType","l":"METADATA","url":"com/theoplayer/android/api/player/PreloadType.html#METADATA"}, {"p":"com.theoplayer.android.api.player","c":"PresentationMode","l":"INLINE","url":"com/theoplayer/android/api/player/PresentationMode.html#INLINE"}, {"p":"com.theoplayer.android.api.player","c":"PresentationMode","l":"FULLSCREEN","url":"com/theoplayer/android/api/player/PresentationMode.html#FULLSCREEN"}, {"p":"com.theoplayer.android.api.player","c":"PresentationMode","l":"PICTURE_IN_PICTURE","url":"com/theoplayer/android/api/player/PresentationMode.html#PICTURE_IN_PICTURE"}, {"p":"com.theoplayer.android.api.player","c":"RenderingTarget","l":"SURFACE_VIEW","url":"com/theoplayer/android/api/player/RenderingTarget.html#SURFACE_VIEW"}, {"p":"com.theoplayer.android.api.player","c":"RenderingTarget","l":"SURFACE_CONTROL","url":"com/theoplayer/android/api/player/RenderingTarget.html#SURFACE_CONTROL"}, {"p":"com.theoplayer.android.api.player","c":"RenderingTarget","l":"TEXTURE_VIEW","url":"com/theoplayer/android/api/player/RenderingTarget.html#TEXTURE_VIEW"}, {"p":"com.theoplayer.android.api.player","c":"RenderingTarget","l":"CUSTOM","url":"com/theoplayer/android/api/player/RenderingTarget.html#CUSTOM"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackReadyState","l":"NONE","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html#NONE"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackReadyState","l":"LOADING","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html#LOADING"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackReadyState","l":"LOADED","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html#LOADED"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackReadyState","l":"ERROR","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html#ERROR"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.EdgeType","l":"EDGE_TYPE_NONE","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html#EDGE_TYPE_NONE"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.EdgeType","l":"EDGE_TYPE_DEPRESSED","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html#EDGE_TYPE_DEPRESSED"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.EdgeType","l":"EDGE_TYPE_OUTLINE","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html#EDGE_TYPE_OUTLINE"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.EdgeType","l":"EDGE_TYPE_RAISED","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html#EDGE_TYPE_RAISED"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.EdgeType","l":"EDGE_TYPE_DROP_SHADOW","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html#EDGE_TYPE_DROP_SHADOW"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontStyle","l":"NORMAL","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontStyle.html#NORMAL"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontStyle","l":"BOLD","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontStyle.html#BOLD"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontStyle","l":"ITALIC","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontStyle.html#ITALIC"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontStyle","l":"BOLD_ITALIC","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontStyle.html#BOLD_ITALIC"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontFamily","l":"DEFAULT","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html#DEFAULT"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontFamily","l":"DEFAULT_BOLD","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html#DEFAULT_BOLD"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontFamily","l":"MONOSPACE","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html#MONOSPACE"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontFamily","l":"SANS_SERIF","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html#SANS_SERIF"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontFamily","l":"SERIF","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html#SERIF"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"DISABLED","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#DISABLED"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"HIDDEN","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#HIDDEN"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"SHOWING","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#SHOWING"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"SUBTITLES","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#SUBTITLES"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"CAPTIONS","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#CAPTIONS"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"DESCRIPTIONS","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#DESCRIPTIONS"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"CHAPTERS","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#CHAPTERS"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"METADATA","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#METADATA"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"NONE","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#NONE"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"SRT","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#SRT"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"TTML","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#TTML"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"WEBVTT","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#WEBVTT"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"EMSG","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#EMSG"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"EVENTSTREAM","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#EVENTSTREAM"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"ID3","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#ID3"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"CEA608","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#CEA608"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"TIMECODE","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#TIMECODE"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"DATERANGE","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#DATERANGE"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"THEO_ADS","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#THEO_ADS"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"GOOGLE_IMA","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#GOOGLE_IMA"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"GOOGLE_DAI","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#GOOGLE_DAI"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"MEDIATAILOR","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#MEDIATAILOR"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"CUSTOM","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#CUSTOM"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstructionPurpose","l":"VIDEO_CONTROLS","url":"com/theoplayer/android/api/ads/OmidFriendlyObstructionPurpose.html#VIDEO_CONTROLS"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstructionPurpose","l":"CLOSE_AD","url":"com/theoplayer/android/api/ads/OmidFriendlyObstructionPurpose.html#CLOSE_AD"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstructionPurpose","l":"NOT_VISIBLE","url":"com/theoplayer/android/api/ads/OmidFriendlyObstructionPurpose.html#NOT_VISIBLE"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstructionPurpose","l":"OTHER","url":"com/theoplayer/android/api/ads/OmidFriendlyObstructionPurpose.html#OTHER"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"UNKNOWN","url":"com/theoplayer/android/api/network/http/RequestType.html#UNKNOWN"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"MANIFEST","url":"com/theoplayer/android/api/network/http/RequestType.html#MANIFEST"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"SEGMENT","url":"com/theoplayer/android/api/network/http/RequestType.html#SEGMENT"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"PRELOAD_HINT","url":"com/theoplayer/android/api/network/http/RequestType.html#PRELOAD_HINT"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"CONTENT_PROTECTION","url":"com/theoplayer/android/api/network/http/RequestType.html#CONTENT_PROTECTION"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"UNKNOWN","url":"com/theoplayer/android/api/network/http/RequestSubType.html#UNKNOWN"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"INITIALIZATION_SEGMENT","url":"com/theoplayer/android/api/network/http/RequestSubType.html#INITIALIZATION_SEGMENT"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"FAIRPLAY_LICENSE","url":"com/theoplayer/android/api/network/http/RequestSubType.html#FAIRPLAY_LICENSE"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"FAIRPLAY_CERTIFICATE","url":"com/theoplayer/android/api/network/http/RequestSubType.html#FAIRPLAY_CERTIFICATE"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"WIDEVINE_LICENSE","url":"com/theoplayer/android/api/network/http/RequestSubType.html#WIDEVINE_LICENSE"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"WIDEVINE_CERTIFICATE","url":"com/theoplayer/android/api/network/http/RequestSubType.html#WIDEVINE_CERTIFICATE"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"PLAYREADY_LICENSE","url":"com/theoplayer/android/api/network/http/RequestSubType.html#PLAYREADY_LICENSE"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"CLEARKEY_LICENSE","url":"com/theoplayer/android/api/network/http/RequestSubType.html#CLEARKEY_LICENSE"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"AES128_KEY","url":"com/theoplayer/android/api/network/http/RequestSubType.html#AES128_KEY"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"UNKNOWN","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#UNKNOWN"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"AUDIO","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#AUDIO"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"VIDEO","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#VIDEO"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"TEXT","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#TEXT"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"IMAGE","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#IMAGE"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"UNKNOWN","url":"com/theoplayer/android/api/network/http/ResponseType.html#UNKNOWN"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"ARRAY_BUFFER","url":"com/theoplayer/android/api/network/http/ResponseType.html#ARRAY_BUFFER"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"JSON","url":"com/theoplayer/android/api/network/http/ResponseType.html#JSON"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"STREAM","url":"com/theoplayer/android/api/network/http/ResponseType.html#STREAM"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"TEXT","url":"com/theoplayer/android/api/network/http/ResponseType.html#TEXT"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"GOOGLE_IMA","url":"com/theoplayer/android/api/source/AdIntegration.html#GOOGLE_IMA"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"THEO_ADS","url":"com/theoplayer/android/api/source/AdIntegration.html#THEO_ADS"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"CUSTOM","url":"com/theoplayer/android/api/source/AdIntegration.html#CUSTOM"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"DASH","url":"com/theoplayer/android/api/source/SourceType.html#DASH"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"HLS","url":"com/theoplayer/android/api/source/SourceType.html#HLS"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"HLSX","url":"com/theoplayer/android/api/source/SourceType.html#HLSX"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"MP4","url":"com/theoplayer/android/api/source/SourceType.html#MP4"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"AAC","url":"com/theoplayer/android/api/source/SourceType.html#AAC"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"MKV","url":"com/theoplayer/android/api/source/SourceType.html#MKV"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"MP3","url":"com/theoplayer/android/api/source/SourceType.html#MP3"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"M4A","url":"com/theoplayer/android/api/source/SourceType.html#M4A"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"WAV","url":"com/theoplayer/android/api/source/SourceType.html#WAV"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"HESP","url":"com/theoplayer/android/api/source/SourceType.html#HESP"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"MILLICAST","url":"com/theoplayer/android/api/source/SourceType.html#MILLICAST"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"THEOLIVE","url":"com/theoplayer/android/api/source/SourceType.html#THEOLIVE"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"LIVE","url":"com/theoplayer/android/api/source/StreamType.html#LIVE"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"DVR","url":"com/theoplayer/android/api/source/StreamType.html#DVR"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"VOD","url":"com/theoplayer/android/api/source/StreamType.html#VOD"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"TITANIUM","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#TITANIUM"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"VUDRM","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#VUDRM"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"KEYOS","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#KEYOS"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"CONAX","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#CONAX"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"DRMTODAY","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#DRMTODAY"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"IRDETO","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#IRDETO"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"XSTREAM","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#XSTREAM"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"AXINOM","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#AXINOM"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"AZURE","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#AZURE"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"CUSTOM","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#CUSTOM"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"PERSISTENT","url":"com/theoplayer/android/api/source/drm/LicenseType.html#PERSISTENT"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"TEMPORARY","url":"com/theoplayer/android/api/source/drm/LicenseType.html#TEMPORARY"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"MOVIE","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#MOVIE"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"AUDIO","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#AUDIO"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"TV_SHOW","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#TV_SHOW"}, {"p":"com.theoplayer.android.api.source.metadata","c":"ChromecastMetadataType","l":"GENERIC","url":"com/theoplayer/android/api/source/metadata/ChromecastMetadataType.html#GENERIC"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration","l":"GOOGLE_DAI","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.html#GOOGLE_DAI"}, {"p":"com.theoplayer.android.api.source.ssai","c":"SsaiIntegration","l":"CUSTOM","url":"com/theoplayer/android/api/source/ssai/SsaiIntegration.html#CUSTOM"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType","l":"LIVE","url":"com/theoplayer/android/api/source/ssai/StreamType.html#LIVE"}, {"p":"com.theoplayer.android.api.source.ssai","c":"StreamType","l":"VOD","url":"com/theoplayer/android/api/source/ssai/StreamType.html#VOD"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"ALL_ADS_COMPLETED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#ALL_ADS_COMPLETED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_BREAK_FETCH_ERROR","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_BREAK_FETCH_ERROR"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"CLICKED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#CLICKED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"COMPLETED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#COMPLETED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"CUEPOINTS_CHANGED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#CUEPOINTS_CHANGED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"CONTENT_PAUSE_REQUESTED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#CONTENT_PAUSE_REQUESTED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"CONTENT_RESUME_REQUESTED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#CONTENT_RESUME_REQUESTED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"FIRST_QUARTILE","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#FIRST_QUARTILE"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"LOG","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#LOG"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_BREAK_READY","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_BREAK_READY"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"MIDPOINT","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#MIDPOINT"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"PAUSED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#PAUSED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"RESUMED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#RESUMED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"SKIPPABLE_STATE_CHANGED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#SKIPPABLE_STATE_CHANGED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"SKIPPED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#SKIPPED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"STARTED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#STARTED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"TAPPED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#TAPPED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"ICON_TAPPED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#ICON_TAPPED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"ICON_FALLBACK_IMAGE_CLOSED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#ICON_FALLBACK_IMAGE_CLOSED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"THIRD_QUARTILE","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#THIRD_QUARTILE"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"LOADED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#LOADED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_PROGRESS","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_PROGRESS"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_BUFFERING","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_BUFFERING"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_BREAK_STARTED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_BREAK_STARTED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_BREAK_ENDED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_BREAK_ENDED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_PERIOD_STARTED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_PERIOD_STARTED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_PERIOD_ENDED","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_PERIOD_ENDED"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"AD_ERROR","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#AD_ERROR"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"PAUSE_AD_READY","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#PAUSE_AD_READY"}, {"p":"com.theoplayer.android.api.ads.ima","c":"GoogleImaAdEventType","l":"UNKNOWN","url":"com/theoplayer/android/api/ads/ima/GoogleImaAdEventType.html#UNKNOWN"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"AD_BREAK_BEGIN","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html#AD_BREAK_BEGIN"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdBreakEventType","l":"AD_BREAK_END","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdBreakEventType.html#AD_BREAK_END"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"AD_BEGIN","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#AD_BEGIN"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"AD_FIRST_QUARTILE","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#AD_FIRST_QUARTILE"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"AD_MIDPOINT","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#AD_MIDPOINT"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"AD_THIRD_QUARTILE","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#AD_THIRD_QUARTILE"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"AD_END","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#AD_END"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"AD_CLICK_THROUGH","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#AD_CLICK_THROUGH"}, {"p":"com.theoplayer.android.api.ads.mediatailor","c":"MediaTailorAdEventType","l":"AD_CLICK_TRACKING","url":"com/theoplayer/android/api/ads/mediatailor/MediaTailorAdEventType.html#AD_CLICK_TRACKING"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"SINGLE","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html#SINGLE"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"LSHAPE","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html#LSHAPE"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayoutOverride","l":"DOUBLE","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayoutOverride.html#DOUBLE"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"InterstitialType","l":"ADBREAK","url":"com/theoplayer/android/api/ads/theoads/InterstitialType.html#ADBREAK"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"InterstitialType","l":"OVERLAY","url":"com/theoplayer/android/api/ads/theoads/InterstitialType.html#OVERLAY"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"SINGLE","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#SINGLE"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"L_SHAPE","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#L_SHAPE"}, {"p":"com.theoplayer.android.api.ads.theoads","c":"TheoAdsLayout","l":"DOUBLE","url":"com/theoplayer/android/api/ads/theoads/TheoAdsLayout.html#DOUBLE"}] +var memberSearchIndex = [{"p":"com.theoplayer.android.api.cast","c":"CastConfiguration.Builder","l":"CastConfiguration.Builder()","url":"com/theoplayer/android/api/cast/CastConfiguration.Builder.html#CastConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfiguration.Builder","l":"castStrategy(CastStrategy)","url":"com/theoplayer/android/api/cast/CastConfiguration.Builder.html#castStrategy(com.theoplayer.android.api.cast.CastStrategy)"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/cast/CastConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfiguration","l":"CastConfiguration(CastStrategy)","url":"com/theoplayer/android/api/cast/CastConfiguration.html#CastConfiguration(com.theoplayer.android.api.cast.CastStrategy)"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfiguration","l":"getCastStrategy()","url":"com/theoplayer/android/api/cast/CastConfiguration.html#getCastStrategy()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"isCasting()","url":"com/theoplayer/android/api/cast/CastIntegration.html#isCasting()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"getError()","url":"com/theoplayer/android/api/cast/CastIntegration.html#getError()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"getReceiverName()","url":"com/theoplayer/android/api/cast/CastIntegration.html#getReceiverName()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"getState()","url":"com/theoplayer/android/api/cast/CastIntegration.html#getState()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"start()","url":"com/theoplayer/android/api/cast/CastIntegration.html#start()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"join()","url":"com/theoplayer/android/api/cast/CastIntegration.html#join()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"leave()","url":"com/theoplayer/android/api/cast/CastIntegration.html#leave()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"stop()","url":"com/theoplayer/android/api/cast/CastIntegration.html#stop()"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegration","l":"setConnectionCallback(ChromecastConnectionCallback)","url":"com/theoplayer/android/api/cast/CastIntegration.html#setConnectionCallback(com.theoplayer.android.api.cast.chromecast.ChromecastConnectionCallback)"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegrationFactory","l":"createCastIntegration(THEOplayerView, CastConfiguration)","url":"com/theoplayer/android/api/cast/CastIntegrationFactory.html#createCastIntegration(com.theoplayer.android.api.THEOplayerView,com.theoplayer.android.api.cast.CastConfiguration)"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegrationFactory","l":"createCastIntegration(THEOplayerView)","url":"com/theoplayer/android/api/cast/CastIntegrationFactory.html#createCastIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.cast","c":"CastIntegrationFactory","l":"createIntegration(THEOplayerView)","url":"com/theoplayer/android/api/cast/CastIntegrationFactory.html#createIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.cast","c":"CastStrategy","l":"values()","url":"com/theoplayer/android/api/cast/CastStrategy.html#values()"}, {"p":"com.theoplayer.android.api.cast","c":"CastStrategy","l":"valueOf(String)","url":"com/theoplayer/android/api/cast/CastStrategy.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.cast","c":"GlobalCast","l":"getChromeCast()","url":"com/theoplayer/android/api/cast/GlobalCast.html#getChromeCast()"}, {"p":"com.theoplayer.android.api.cast","c":"Cast","l":"getChromecast()","url":"com/theoplayer/android/api/cast/Cast.html#getChromecast()"}, {"p":"com.theoplayer.android.api.cast","c":"Cast","l":"isCasting()","url":"com/theoplayer/android/api/cast/Cast.html#isCasting()"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfigurationKt","l":"getCast()","url":"com/theoplayer/android/api/cast/CastConfigurationKt.html#getCast()"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfigurationKt","l":"getCastConfiguration()","url":"com/theoplayer/android/api/cast/CastConfigurationKt.html#getCastConfiguration()"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfigurationKt","l":"cast(THEOplayerConfig.Builder, CastConfiguration)","url":"com/theoplayer/android/api/cast/CastConfigurationKt.html#cast(com.theoplayer.android.api.THEOplayerConfig.Builder,com.theoplayer.android.api.cast.CastConfiguration)"}, {"p":"com.theoplayer.android.api.cast","c":"CastConfigurationKt","l":"castConfiguration(THEOplayerConfig.Builder, CastConfiguration)","url":"com/theoplayer/android/api/cast/CastConfigurationKt.html#castConfiguration(com.theoplayer.android.api.THEOplayerConfig.Builder,com.theoplayer.android.api.cast.CastConfiguration)"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastIntegrationFactory","l":"createMillicastIntegration()","url":"com/theoplayer/android/api/millicast/MillicastIntegrationFactory.html#createMillicastIntegration()"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastIntegrationFactory","l":"createIntegration(THEOplayerView)","url":"com/theoplayer/android/api/millicast/MillicastIntegrationFactory.html#createIntegration(com.theoplayer.android.api.THEOplayerView)"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"MillicastSource(String, String, String, String, Option)","url":"com/theoplayer/android/api/millicast/MillicastSource.html#MillicastSource(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.millicast.subscribers.Option)"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"getStreamAccountId()","url":"com/theoplayer/android/api/millicast/MillicastSource.html#getStreamAccountId()"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"getApiUrl()","url":"com/theoplayer/android/api/millicast/MillicastSource.html#getApiUrl()"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"getSubscriberToken()","url":"com/theoplayer/android/api/millicast/MillicastSource.html#getSubscriberToken()"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"getConnectOptions()","url":"com/theoplayer/android/api/millicast/MillicastSource.html#getConnectOptions()"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"equals(Object)","url":"com/theoplayer/android/api/millicast/MillicastSource.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"hashCode()","url":"com/theoplayer/android/api/millicast/MillicastSource.html#hashCode()"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"copy(String, String, String, String, Option)","url":"com/theoplayer/android/api/millicast/MillicastSource.html#copy(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.millicast.subscribers.Option)"}, {"p":"com.theoplayer.android.api.millicast","c":"MillicastSource","l":"copy(String, DRMConfiguration, SourceType, Map , Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode)","url":"com/theoplayer/android/api/millicast/MillicastSource.html#copy(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.abr","c":"Abr","l":"setTargetBuffer(int)","url":"com/theoplayer/android/api/abr/Abr.html#setTargetBuffer(int)"}, {"p":"com.theoplayer.android.api.abr","c":"Abr","l":"getTargetBuffer()","url":"com/theoplayer/android/api/abr/Abr.html#getTargetBuffer()"}, {"p":"com.theoplayer.android.api.abr","c":"Abr","l":"getAbrStrategy()","url":"com/theoplayer/android/api/abr/Abr.html#getAbrStrategy()"}, {"p":"com.theoplayer.android.api.abr","c":"Abr","l":"setAbrStrategy(AbrStrategyConfiguration)","url":"com/theoplayer/android/api/abr/Abr.html#setAbrStrategy(com.theoplayer.android.api.abr.AbrStrategyConfiguration)"}, {"p":"com.theoplayer.android.api.abr","c":"Abr","l":"getPreferredMaximumResolution()","url":"com/theoplayer/android/api/abr/Abr.html#getPreferredMaximumResolution()"}, {"p":"com.theoplayer.android.api.abr","c":"Abr","l":"setPreferredMaximumResolution(Size)","url":"com/theoplayer/android/api/abr/Abr.html#setPreferredMaximumResolution(android.util.Size)"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyType","l":"values()","url":"com/theoplayer/android/api/abr/AbrStrategyType.html#values()"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyType","l":"valueOf(String)","url":"com/theoplayer/android/api/abr/AbrStrategyType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration.Builder","l":"AbrStrategyConfiguration.Builder()","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.Builder.html#AbrStrategyConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration.Builder","l":"setType(AbrStrategyType)","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.Builder.html#setType(com.theoplayer.android.api.abr.AbrStrategyType)"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration.Builder","l":"setMetadata(AbrStrategyMetadata)","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.Builder.html#setMetadata(com.theoplayer.android.api.abr.AbrStrategyMetadata)"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration","l":"AbrStrategyConfiguration(AbrStrategyType, AbrStrategyMetadata)","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.html#AbrStrategyConfiguration(com.theoplayer.android.api.abr.AbrStrategyType,com.theoplayer.android.api.abr.AbrStrategyMetadata)"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration","l":"getType()","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.html#getType()"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyConfiguration","l":"getMetadata()","url":"com/theoplayer/android/api/abr/AbrStrategyConfiguration.html#getMetadata()"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyMetadata.Builder","l":"AbrStrategyMetadata.Builder()","url":"com/theoplayer/android/api/abr/AbrStrategyMetadata.Builder.html#AbrStrategyMetadata.Builder()"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyMetadata.Builder","l":"setBitrate(Integer)","url":"com/theoplayer/android/api/abr/AbrStrategyMetadata.Builder.html#setBitrate(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyMetadata.Builder","l":"build()","url":"com/theoplayer/android/api/abr/AbrStrategyMetadata.Builder.html#build()"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyMetadata","l":"AbrStrategyMetadata(Integer)","url":"com/theoplayer/android/api/abr/AbrStrategyMetadata.html#AbrStrategyMetadata(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.abr","c":"AbrStrategyMetadata","l":"getBitrate()","url":"com/theoplayer/android/api/abr/AbrStrategyMetadata.html#getBitrate()"}, {"p":"com.theoplayer.android.api.settings","c":"SslSettings","l":"setKeyStore(KeyStore)","url":"com/theoplayer/android/api/settings/SslSettings.html#setKeyStore(java.security.KeyStore)"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDTransmissionMode","l":"values()","url":"com/theoplayer/android/api/cmcd/CMCDTransmissionMode.html#values()"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDTransmissionMode","l":"valueOf(String)","url":"com/theoplayer/android/api/cmcd/CMCDTransmissionMode.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDConfiguration","l":"CMCDConfiguration(String, String, Boolean, List )","url":"com/theoplayer/android/api/cmcd/CMCDConfiguration.html#CMCDConfiguration(java.lang.String,java.lang.String,java.lang.Boolean,java.util.List)"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDConfiguration","l":"getExternalSessionId()","url":"com/theoplayer/android/api/cmcd/CMCDConfiguration.html#getExternalSessionId()"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDConfiguration","l":"getUserId()","url":"com/theoplayer/android/api/cmcd/CMCDConfiguration.html#getUserId()"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDConfiguration","l":"getEventEndpoints()","url":"com/theoplayer/android/api/cmcd/CMCDConfiguration.html#getEventEndpoints()"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDEndpointConfiguration","l":"CMCDEndpointConfiguration(String)","url":"com/theoplayer/android/api/cmcd/CMCDEndpointConfiguration.html#CMCDEndpointConfiguration(java.lang.String)"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDEndpointConfiguration","l":"getUrl()","url":"com/theoplayer/android/api/cmcd/CMCDEndpointConfiguration.html#getUrl()"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"CMCDSourceConfiguration(String, String, String, Boolean, List )","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#CMCDSourceConfiguration(java.lang.String,java.lang.String,java.lang.String,java.lang.Boolean,java.util.List)"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"getSessionId()","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#getSessionId()"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"getExternalSessionId()","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#getExternalSessionId()"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"getUserId()","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#getUserId()"}, {"p":"com.theoplayer.android.api.cmcd","c":"CMCDSourceConfiguration","l":"getEventEndpoints()","url":"com/theoplayer/android/api/cmcd/CMCDSourceConfiguration.html#getEventEndpoints()"}, {"p":"com.theoplayer.android.api","c":"Integration","l":"getType()","url":"com/theoplayer/android/api/Integration.html#getType()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerDestroyedException","l":"THEOplayerDestroyedException()","url":"com/theoplayer/android/api/THEOplayerDestroyedException.html#THEOplayerDestroyedException()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerSettings","l":"setAllowBackgroundPlayback(boolean)","url":"com/theoplayer/android/api/THEOplayerSettings.html#setAllowBackgroundPlayback(boolean)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerSettings","l":"allowBackgroundPlayback()","url":"com/theoplayer/android/api/THEOplayerSettings.html#allowBackgroundPlayback()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerGlobal","l":"getSharedInstance(Context)","url":"com/theoplayer/android/api/THEOplayerGlobal.html#getSharedInstance(android.content.Context)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerGlobal","l":"getCache()","url":"com/theoplayer/android/api/THEOplayerGlobal.html#getCache()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerGlobal","l":"getSsl()","url":"com/theoplayer/android/api/THEOplayerGlobal.html#getSsl()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerGlobal","l":"getLogger()","url":"com/theoplayer/android/api/THEOplayerGlobal.html#getLogger()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerGlobal","l":"setApplicationInstance(Application)","url":"com/theoplayer/android/api/THEOplayerGlobal.html#setApplicationInstance(android.app.Application)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerGlobal","l":"registerContentProtectionIntegration(String, KeySystemId, ContentProtectionIntegrationFactory)","url":"com/theoplayer/android/api/THEOplayerGlobal.html#registerContentProtectionIntegration(java.lang.String,com.theoplayer.android.api.contentprotection.KeySystemId,com.theoplayer.android.api.contentprotection.ContentProtectionIntegrationFactory)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerGlobal","l":"getVersion()","url":"com/theoplayer/android/api/THEOplayerGlobal.html#getVersion()"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"values()","url":"com/theoplayer/android/api/IntegrationType.html#values()"}, {"p":"com.theoplayer.android.api","c":"IntegrationType","l":"valueOf(String)","url":"com/theoplayer/android/api/IntegrationType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"THEOplayerView(Context, AttributeSet, THEOplayerConfig)","url":"com/theoplayer/android/api/THEOplayerView.html#THEOplayerView(android.content.Context,android.util.AttributeSet,com.theoplayer.android.api.THEOplayerConfig)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"THEOplayerView(Context, AttributeSet)","url":"com/theoplayer/android/api/THEOplayerView.html#THEOplayerView(android.content.Context,android.util.AttributeSet)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"THEOplayerView(Context)","url":"com/theoplayer/android/api/THEOplayerView.html#THEOplayerView(android.content.Context)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"THEOplayerView(Context, THEOplayerConfig)","url":"com/theoplayer/android/api/THEOplayerView.html#THEOplayerView(android.content.Context,com.theoplayer.android.api.THEOplayerConfig)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"getGlobalCast(Activity)","url":"com/theoplayer/android/api/THEOplayerView.html#getGlobalCast(android.app.Activity)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"getFullScreenManager()","url":"com/theoplayer/android/api/THEOplayerView.html#getFullScreenManager()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"getPiPManager()","url":"com/theoplayer/android/api/THEOplayerView.html#getPiPManager()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"getPresentationMode()","url":"com/theoplayer/android/api/THEOplayerView.html#getPresentationMode()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"getPlayer()","url":"com/theoplayer/android/api/THEOplayerView.html#getPlayer()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"getCast()","url":"com/theoplayer/android/api/THEOplayerView.html#getCast()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"getVersion()","url":"com/theoplayer/android/api/THEOplayerView.html#getVersion()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"getSettings()","url":"com/theoplayer/android/api/THEOplayerView.html#getSettings()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"onPause()","url":"com/theoplayer/android/api/THEOplayerView.html#onPause()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"onResume()","url":"com/theoplayer/android/api/THEOplayerView.html#onResume()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"onDestroy()","url":"com/theoplayer/android/api/THEOplayerView.html#onDestroy()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerView","l":"isDestroyed()","url":"com/theoplayer/android/api/THEOplayerView.html#isDestroyed()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"THEOplayerConfig.Builder()","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#THEOplayerConfig.Builder()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"multiSession(Boolean)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#multiSession(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"license(String)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#license(java.lang.String)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"licenseUrl(String)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#licenseUrl(java.lang.String)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"pip(PipConfiguration)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#pip(com.theoplayer.android.api.pip.PipConfiguration)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"pipConfiguration(PipConfiguration)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#pipConfiguration(com.theoplayer.android.api.pip.PipConfiguration)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"network(NetworkConfiguration)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#network(com.theoplayer.android.api.player.NetworkConfiguration)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"networkConfiguration(NetworkConfiguration)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#networkConfiguration(com.theoplayer.android.api.player.NetworkConfiguration)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"theoLive(THEOLiveConfig)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#theoLive(com.theoplayer.android.api.theolive.THEOLiveConfig)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"theoLiveConfiguration(THEOLiveConfig)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#theoLiveConfiguration(com.theoplayer.android.api.theolive.THEOLiveConfig)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"integrationConfiguration(IntegrationType, Object)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#integrationConfiguration(com.theoplayer.android.api.IntegrationType,java.lang.Object)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"autoIntegrations(Boolean)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#autoIntegrations(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"tunnelingEnabled(Boolean)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#tunnelingEnabled(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"useSystemCaptionStyle(Boolean)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#useSystemCaptionStyle(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"cmcd(CMCDConfiguration)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#cmcd(com.theoplayer.android.api.cmcd.CMCDConfiguration)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"hlsDateRange(Boolean)","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#hlsDateRange(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig.Builder","l":"build()","url":"com/theoplayer/android/api/THEOplayerConfig.Builder.html#build()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"useSystemCaptionStyle()","url":"com/theoplayer/android/api/THEOplayerConfig.html#useSystemCaptionStyle()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"isMultiSession()","url":"com/theoplayer/android/api/THEOplayerConfig.html#isMultiSession()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getLicense()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getLicense()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getLicenseUrl()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getLicenseUrl()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getPip()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getPip()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getPipConfiguration()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getPipConfiguration()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getNetwork()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getNetwork()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getNetworkConfiguration()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getNetworkConfiguration()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getTheoLive()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getTheoLive()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getTHEOLiveConfiguration()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getTHEOLiveConfiguration()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"isAutoIntegrations()","url":"com/theoplayer/android/api/THEOplayerConfig.html#isAutoIntegrations()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"isTunnelingEnabled()","url":"com/theoplayer/android/api/THEOplayerConfig.html#isTunnelingEnabled()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getUseSystemCaptionStyle()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getUseSystemCaptionStyle()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getCmcd()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getCmcd()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"getHlsDateRange()","url":"com/theoplayer/android/api/THEOplayerConfig.html#getHlsDateRange()"}, {"p":"com.theoplayer.android.api","c":"THEOplayerConfig","l":"isHlsDateRange()","url":"com/theoplayer/android/api/THEOplayerConfig.html#isHlsDateRange()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"KeySystemId","l":"values()","url":"com/theoplayer/android/api/contentprotection/KeySystemId.html#values()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"KeySystemId","l":"valueOf(String)","url":"com/theoplayer/android/api/contentprotection/KeySystemId.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"ContentProtectionIntegrationFactory","l":"build(DRMConfiguration)","url":"com/theoplayer/android/api/contentprotection/ContentProtectionIntegrationFactory.html#build(com.theoplayer.android.api.source.drm.DRMConfiguration)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"Request(String)","url":"com/theoplayer/android/api/contentprotection/Request.html#Request(java.lang.String)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"getUrl()","url":"com/theoplayer/android/api/contentprotection/Request.html#getUrl()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"setUrl(String)","url":"com/theoplayer/android/api/contentprotection/Request.html#setUrl(java.lang.String)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"getMethod()","url":"com/theoplayer/android/api/contentprotection/Request.html#getMethod()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"setMethod(RequestMethod)","url":"com/theoplayer/android/api/contentprotection/Request.html#setMethod(com.theoplayer.android.api.contentprotection.RequestMethod)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"getHeaders()","url":"com/theoplayer/android/api/contentprotection/Request.html#getHeaders()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"setHeaders(Map )","url":"com/theoplayer/android/api/contentprotection/Request.html#setHeaders(java.util.Map)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"getBody()","url":"com/theoplayer/android/api/contentprotection/Request.html#getBody()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Request","l":"setBody(Array )","url":"com/theoplayer/android/api/contentprotection/Request.html#setBody(kotlin.Array)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"CertificateResponseCallback","l":"respond(Array )","url":"com/theoplayer/android/api/contentprotection/CertificateResponseCallback.html#respond(kotlin.Array)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"CertificateResponseCallback","l":"error(Throwable)","url":"com/theoplayer/android/api/contentprotection/CertificateResponseCallback.html#error(java.lang.Throwable)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"RequestMethod","l":"values()","url":"com/theoplayer/android/api/contentprotection/RequestMethod.html#values()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"RequestMethod","l":"valueOf(String)","url":"com/theoplayer/android/api/contentprotection/RequestMethod.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"ContentProtectionIntegration","l":"ContentProtectionIntegration()","url":"com/theoplayer/android/api/contentprotection/ContentProtectionIntegration.html#ContentProtectionIntegration()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"ContentProtectionIntegration","l":"onCertificateRequest(Request, CertificateRequestCallback)","url":"com/theoplayer/android/api/contentprotection/ContentProtectionIntegration.html#onCertificateRequest(com.theoplayer.android.api.contentprotection.Request,com.theoplayer.android.api.contentprotection.CertificateRequestCallback)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"ContentProtectionIntegration","l":"onCertificateResponse(Response, CertificateResponseCallback)","url":"com/theoplayer/android/api/contentprotection/ContentProtectionIntegration.html#onCertificateResponse(com.theoplayer.android.api.contentprotection.Response,com.theoplayer.android.api.contentprotection.CertificateResponseCallback)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"ContentProtectionIntegration","l":"onLicenseRequest(Request, LicenseRequestCallback)","url":"com/theoplayer/android/api/contentprotection/ContentProtectionIntegration.html#onLicenseRequest(com.theoplayer.android.api.contentprotection.Request,com.theoplayer.android.api.contentprotection.LicenseRequestCallback)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"ContentProtectionIntegration","l":"onLicenseResponse(Response, LicenseResponseCallback)","url":"com/theoplayer/android/api/contentprotection/ContentProtectionIntegration.html#onLicenseResponse(com.theoplayer.android.api.contentprotection.Response,com.theoplayer.android.api.contentprotection.LicenseResponseCallback)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Response","l":"getRequest()","url":"com/theoplayer/android/api/contentprotection/Response.html#getRequest()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Response","l":"getUrl()","url":"com/theoplayer/android/api/contentprotection/Response.html#getUrl()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Response","l":"getStatus()","url":"com/theoplayer/android/api/contentprotection/Response.html#getStatus()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Response","l":"getStatusText()","url":"com/theoplayer/android/api/contentprotection/Response.html#getStatusText()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Response","l":"getHeaders()","url":"com/theoplayer/android/api/contentprotection/Response.html#getHeaders()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"Response","l":"getBody()","url":"com/theoplayer/android/api/contentprotection/Response.html#getBody()"}, {"p":"com.theoplayer.android.api.contentprotection","c":"CertificateRequestCallback","l":"request(Request)","url":"com/theoplayer/android/api/contentprotection/CertificateRequestCallback.html#request(com.theoplayer.android.api.contentprotection.Request)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"LicenseResponseCallback","l":"respond(Array )","url":"com/theoplayer/android/api/contentprotection/LicenseResponseCallback.html#respond(kotlin.Array)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"LicenseResponseCallback","l":"error(Throwable)","url":"com/theoplayer/android/api/contentprotection/LicenseResponseCallback.html#error(java.lang.Throwable)"}, {"p":"com.theoplayer.android.api.contentprotection","c":"LicenseRequestCallback","l":"request(Request)","url":"com/theoplayer/android/api/contentprotection/LicenseRequestCallback.html#request(com.theoplayer.android.api.contentprotection.Request)"}, {"p":"com.theoplayer.android.api.pip","c":"PiPManager","l":"enterPiP(PiPType)","url":"com/theoplayer/android/api/pip/PiPManager.html#enterPiP(com.theoplayer.android.api.pip.PiPType)"}, {"p":"com.theoplayer.android.api.pip","c":"PiPManager","l":"exitPiP()","url":"com/theoplayer/android/api/pip/PiPManager.html#exitPiP()"}, {"p":"com.theoplayer.android.api.pip","c":"PiPManager","l":"isInPiP()","url":"com/theoplayer/android/api/pip/PiPManager.html#isInPiP()"}, {"p":"com.theoplayer.android.api.pip","c":"PiPType","l":"values()","url":"com/theoplayer/android/api/pip/PiPType.html#values()"}, {"p":"com.theoplayer.android.api.pip","c":"PiPType","l":"valueOf(String)","url":"com/theoplayer/android/api/pip/PiPType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.pip","c":"PipConfiguration.Builder","l":"PipConfiguration.Builder()","url":"com/theoplayer/android/api/pip/PipConfiguration.Builder.html#PipConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.pip","c":"PipConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/pip/PipConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"fromId(int)","url":"com/theoplayer/android/api/error/ErrorCategory.html#fromId(int)"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"fromCode(ErrorCode)","url":"com/theoplayer/android/api/error/ErrorCategory.html#fromCode(com.theoplayer.android.api.error.ErrorCode)"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"values()","url":"com/theoplayer/android/api/error/ErrorCategory.html#values()"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"valueOf(String)","url":"com/theoplayer/android/api/error/ErrorCategory.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCategory","l":"getId()","url":"com/theoplayer/android/api/error/ErrorCategory.html#getId()"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"getCategory()","url":"com/theoplayer/android/api/error/ErrorCode.html#getCategory()"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"fromId(int)","url":"com/theoplayer/android/api/error/ErrorCode.html#fromId(int)"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"values()","url":"com/theoplayer/android/api/error/ErrorCode.html#values()"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"valueOf(String)","url":"com/theoplayer/android/api/error/ErrorCode.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.error","c":"ErrorCode","l":"getId()","url":"com/theoplayer/android/api/error/ErrorCode.html#getId()"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"ContentProtectionException(ErrorCode, String, String, Integer, String, String, Integer)","url":"com/theoplayer/android/api/error/ContentProtectionException.html#ContentProtectionException(com.theoplayer.android.api.error.ErrorCode,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.Integer)"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"ContentProtectionException(ErrorCode, String, Throwable, String, Integer, String, String, Integer)","url":"com/theoplayer/android/api/error/ContentProtectionException.html#ContentProtectionException(com.theoplayer.android.api.error.ErrorCode,java.lang.String,java.lang.Throwable,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.Integer)"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"getUrl()","url":"com/theoplayer/android/api/error/ContentProtectionException.html#getUrl()"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"getStatus()","url":"com/theoplayer/android/api/error/ContentProtectionException.html#getStatus()"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"getStatusText()","url":"com/theoplayer/android/api/error/ContentProtectionException.html#getStatusText()"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"getResponse()","url":"com/theoplayer/android/api/error/ContentProtectionException.html#getResponse()"}, {"p":"com.theoplayer.android.api.error","c":"ContentProtectionException","l":"getSystemCode()","url":"com/theoplayer/android/api/error/ContentProtectionException.html#getSystemCode()"}, {"p":"com.theoplayer.android.api.error","c":"THEOplayerException","l":"THEOplayerException(ErrorCode, String, Throwable)","url":"com/theoplayer/android/api/error/THEOplayerException.html#THEOplayerException(com.theoplayer.android.api.error.ErrorCode,java.lang.String,java.lang.Throwable)"}, {"p":"com.theoplayer.android.api.error","c":"THEOplayerException","l":"THEOplayerException(ErrorCode, String)","url":"com/theoplayer/android/api/error/THEOplayerException.html#THEOplayerException(com.theoplayer.android.api.error.ErrorCode,java.lang.String,java.lang.Throwable)"}, {"p":"com.theoplayer.android.api.error","c":"THEOplayerException","l":"getCategory()","url":"com/theoplayer/android/api/error/THEOplayerException.html#getCategory()"}, {"p":"com.theoplayer.android.api.error","c":"THEOplayerException","l":"getCode()","url":"com/theoplayer/android/api/error/THEOplayerException.html#getCode()"}, {"p":"com.theoplayer.android.api.metrics","c":"Metrics","l":"getBufferedSegments()","url":"com/theoplayer/android/api/metrics/Metrics.html#getBufferedSegments()"}, {"p":"com.theoplayer.android.api.metrics","c":"Metrics","l":"getCorruptedVideoFrames()","url":"com/theoplayer/android/api/metrics/Metrics.html#getCorruptedVideoFrames()"}, {"p":"com.theoplayer.android.api.metrics","c":"Metrics","l":"getCurrentBandwidthEstimate()","url":"com/theoplayer/android/api/metrics/Metrics.html#getCurrentBandwidthEstimate()"}, {"p":"com.theoplayer.android.api.metrics","c":"Metrics","l":"getDroppedVideoFrames()","url":"com/theoplayer/android/api/metrics/Metrics.html#getDroppedVideoFrames()"}, {"p":"com.theoplayer.android.api.metrics","c":"Metrics","l":"getTotalVideoFrames()","url":"com/theoplayer/android/api/metrics/Metrics.html#getTotalVideoFrames()"}, {"p":"com.theoplayer.android.api.metrics","c":"Metrics","l":"getTotalBytesLoaded()","url":"com/theoplayer/android/api/metrics/Metrics.html#getTotalBytesLoaded()"}, {"p":"com.theoplayer.android.api.metrics","c":"BufferedSegments","l":"getAmountOfBufferedAudioSegments()","url":"com/theoplayer/android/api/metrics/BufferedSegments.html#getAmountOfBufferedAudioSegments()"}, {"p":"com.theoplayer.android.api.metrics","c":"BufferedSegments","l":"getAmountOfBufferedVideoSegments()","url":"com/theoplayer/android/api/metrics/BufferedSegments.html#getAmountOfBufferedVideoSegments()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"GlobalChromecast","l":"startSession()","url":"com/theoplayer/android/api/cast/chromecast/GlobalChromecast.html#startSession()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"GlobalChromecast","l":"stopSession()","url":"com/theoplayer/android/api/cast/chromecast/GlobalChromecast.html#stopSession()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"isCasting()","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#isCasting()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"getError()","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#getError()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"getReceiverName()","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#getReceiverName()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"getState()","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#getState()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"start()","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#start()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"join()","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#join()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"leave()","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#leave()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"stop()","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#stop()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"Chromecast","l":"setConnectionCallback(ChromecastConnectionCallback)","url":"com/theoplayer/android/api/cast/chromecast/Chromecast.html#setConnectionCallback(com.theoplayer.android.api.cast.chromecast.ChromecastConnectionCallback)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"values()","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#values()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ErrorCode","l":"valueOf(String)","url":"com/theoplayer/android/api/cast/chromecast/ErrorCode.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"DefaultCastOptionsProvider","l":"DefaultCastOptionsProvider()","url":"com/theoplayer/android/api/cast/chromecast/DefaultCastOptionsProvider.html#DefaultCastOptionsProvider()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"DefaultCastOptionsProvider","l":"getCastOptions(Context)","url":"com/theoplayer/android/api/cast/chromecast/DefaultCastOptionsProvider.html#getCastOptions(android.content.Context)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"DefaultCastOptionsProvider","l":"getAdditionalSessionProviders(Context)","url":"com/theoplayer/android/api/cast/chromecast/DefaultCastOptionsProvider.html#getAdditionalSessionProviders(android.content.Context)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"CastError","l":"CastError(ErrorCode, String)","url":"com/theoplayer/android/api/cast/chromecast/CastError.html#CastError(com.theoplayer.android.api.cast.chromecast.ErrorCode,java.lang.String)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"CastError","l":"getErrorCode()","url":"com/theoplayer/android/api/cast/chromecast/CastError.html#getErrorCode()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"CastError","l":"getDescription()","url":"com/theoplayer/android/api/cast/chromecast/CastError.html#getDescription()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"CastError","l":"toString()","url":"com/theoplayer/android/api/cast/chromecast/CastError.html#toString()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"PlayerCastState","l":"values()","url":"com/theoplayer/android/api/cast/chromecast/PlayerCastState.html#values()"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"PlayerCastState","l":"valueOf(String)","url":"com/theoplayer/android/api/cast/chromecast/PlayerCastState.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ChromecastConnectionCallback","l":"onStartAsync(SourceDescription)","url":"com/theoplayer/android/api/cast/chromecast/ChromecastConnectionCallback.html#onStartAsync(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ChromecastConnectionCallback","l":"onStart(SourceDescription)","url":"com/theoplayer/android/api/cast/chromecast/ChromecastConnectionCallback.html#onStart(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ChromecastConnectionCallback","l":"onStopAsync(SourceDescription)","url":"com/theoplayer/android/api/cast/chromecast/ChromecastConnectionCallback.html#onStopAsync(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ChromecastConnectionCallback","l":"onStop(SourceDescription)","url":"com/theoplayer/android/api/cast/chromecast/ChromecastConnectionCallback.html#onStop(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ChromecastConnectionCallback","l":"onJoinAsync(SourceDescription)","url":"com/theoplayer/android/api/cast/chromecast/ChromecastConnectionCallback.html#onJoinAsync(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ChromecastConnectionCallback","l":"onJoin(SourceDescription)","url":"com/theoplayer/android/api/cast/chromecast/ChromecastConnectionCallback.html#onJoin(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ChromecastConnectionCallback","l":"onLeaveAsync(SourceDescription)","url":"com/theoplayer/android/api/cast/chromecast/ChromecastConnectionCallback.html#onLeaveAsync(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.cast.chromecast","c":"ChromecastConnectionCallback","l":"onLeave(SourceDescription)","url":"com/theoplayer/android/api/cast/chromecast/ChromecastConnectionCallback.html#onLeave(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getId()","url":"com/theoplayer/android/api/cache/CachingTask.html#getId()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getStatus()","url":"com/theoplayer/android/api/cache/CachingTask.html#getStatus()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getSource()","url":"com/theoplayer/android/api/cache/CachingTask.html#getSource()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getParameters()","url":"com/theoplayer/android/api/cache/CachingTask.html#getParameters()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getDuration()","url":"com/theoplayer/android/api/cache/CachingTask.html#getDuration()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getBytes()","url":"com/theoplayer/android/api/cache/CachingTask.html#getBytes()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getBytesCached()","url":"com/theoplayer/android/api/cache/CachingTask.html#getBytesCached()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getCached()","url":"com/theoplayer/android/api/cache/CachingTask.html#getCached()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getSecondsCached()","url":"com/theoplayer/android/api/cache/CachingTask.html#getSecondsCached()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getPercentageCached()","url":"com/theoplayer/android/api/cache/CachingTask.html#getPercentageCached()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getStatusNotificationId()","url":"com/theoplayer/android/api/cache/CachingTask.html#getStatusNotificationId()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getProgressNotificationId()","url":"com/theoplayer/android/api/cache/CachingTask.html#getProgressNotificationId()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"license()","url":"com/theoplayer/android/api/cache/CachingTask.html#license()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"start()","url":"com/theoplayer/android/api/cache/CachingTask.html#start()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"pause()","url":"com/theoplayer/android/api/cache/CachingTask.html#pause()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"remove()","url":"com/theoplayer/android/api/cache/CachingTask.html#remove()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTask","l":"getError()","url":"com/theoplayer/android/api/cache/CachingTask.html#getError()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection.Builder","l":"CachingPreferredTrackSelection.Builder()","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.Builder.html#CachingPreferredTrackSelection.Builder()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection.Builder","l":"audioTrackSelection(Array )","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.Builder.html#audioTrackSelection(kotlin.Array)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection.Builder","l":"textTrackSelection(Array )","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.Builder.html#textTrackSelection(kotlin.Array)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection.Builder","l":"build()","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.Builder.html#build()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection","l":"getAudioTrackSelection()","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.html#getAudioTrackSelection()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection","l":"getTextTrackSelection()","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.html#getTextTrackSelection()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingPreferredTrackSelection","l":"toString()","url":"com/theoplayer/android/api/cache/CachingPreferredTrackSelection.html#toString()"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStatus","l":"values()","url":"com/theoplayer/android/api/cache/CacheStatus.html#values()"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStatus","l":"valueOf(String)","url":"com/theoplayer/android/api/cache/CacheStatus.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskProgress","l":"getDuration()","url":"com/theoplayer/android/api/cache/CachingTaskProgress.html#getDuration()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskProgress","l":"getBytes()","url":"com/theoplayer/android/api/cache/CachingTaskProgress.html#getBytes()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskProgress","l":"getBytesCached()","url":"com/theoplayer/android/api/cache/CachingTaskProgress.html#getBytesCached()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskProgress","l":"getCached()","url":"com/theoplayer/android/api/cache/CachingTaskProgress.html#getCached()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskProgress","l":"getSecondsCached()","url":"com/theoplayer/android/api/cache/CachingTaskProgress.html#getSecondsCached()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskProgress","l":"getPercentageCached()","url":"com/theoplayer/android/api/cache/CachingTaskProgress.html#getPercentageCached()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskList","l":"getTaskById(String)","url":"com/theoplayer/android/api/cache/CachingTaskList.html#getTaskById(java.lang.String)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskLicense","l":"renew()","url":"com/theoplayer/android/api/cache/CachingTaskLicense.html#renew()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskLicense","l":"renew(DRMConfiguration)","url":"com/theoplayer/android/api/cache/CachingTaskLicense.html#renew(com.theoplayer.android.api.source.drm.DRMConfiguration)"}, {"p":"com.theoplayer.android.api.cache","c":"Cache","l":"getStatus()","url":"com/theoplayer/android/api/cache/Cache.html#getStatus()"}, {"p":"com.theoplayer.android.api.cache","c":"Cache","l":"getTasks()","url":"com/theoplayer/android/api/cache/Cache.html#getTasks()"}, {"p":"com.theoplayer.android.api.cache","c":"Cache","l":"createTask(SourceDescription, CachingParameters)","url":"com/theoplayer/android/api/cache/Cache.html#createTask(com.theoplayer.android.api.source.SourceDescription,com.theoplayer.android.api.cache.CachingParameters)"}, {"p":"com.theoplayer.android.api.cache","c":"Cache","l":"setNotificationBuilder(CacheNotificationsBuilder)","url":"com/theoplayer/android/api/cache/Cache.html#setNotificationBuilder(com.theoplayer.android.api.cache.CacheNotificationsBuilder)"}, {"p":"com.theoplayer.android.api.cache","c":"Cache","l":"getNotificationBuilder()","url":"com/theoplayer/android/api/cache/Cache.html#getNotificationBuilder()"}, {"p":"com.theoplayer.android.api.cache","c":"Cache","l":"getNetwork()","url":"com/theoplayer/android/api/cache/Cache.html#getNetwork()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskStatus","l":"values()","url":"com/theoplayer/android/api/cache/CachingTaskStatus.html#values()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskStatus","l":"valueOf(String)","url":"com/theoplayer/android/api/cache/CachingTaskStatus.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters.Builder","l":"CachingParameters.Builder()","url":"com/theoplayer/android/api/cache/CachingParameters.Builder.html#CachingParameters.Builder()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters.Builder","l":"amount(String)","url":"com/theoplayer/android/api/cache/CachingParameters.Builder.html#amount(java.lang.String)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters.Builder","l":"expirationDate(Date)","url":"com/theoplayer/android/api/cache/CachingParameters.Builder.html#expirationDate(java.util.Date)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters.Builder","l":"bandwidth(Long)","url":"com/theoplayer/android/api/cache/CachingParameters.Builder.html#bandwidth(java.lang.Long)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters.Builder","l":"preferredTrackSelection(CachingPreferredTrackSelection)","url":"com/theoplayer/android/api/cache/CachingParameters.Builder.html#preferredTrackSelection(com.theoplayer.android.api.cache.CachingPreferredTrackSelection)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters.Builder","l":"storageType(CacheStorageType)","url":"com/theoplayer/android/api/cache/CachingParameters.Builder.html#storageType(com.theoplayer.android.api.cache.CacheStorageType)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters.Builder","l":"build()","url":"com/theoplayer/android/api/cache/CachingParameters.Builder.html#build()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"getAmount()","url":"com/theoplayer/android/api/cache/CachingParameters.html#getAmount()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"getExpirationDate()","url":"com/theoplayer/android/api/cache/CachingParameters.html#getExpirationDate()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"getBandwidth()","url":"com/theoplayer/android/api/cache/CachingParameters.html#getBandwidth()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"getPreferredTrackSelection()","url":"com/theoplayer/android/api/cache/CachingParameters.html#getPreferredTrackSelection()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingParameters","l":"getStorageType()","url":"com/theoplayer/android/api/cache/CachingParameters.html#getStorageType()"}, {"p":"com.theoplayer.android.api.cache","c":"CacheNotificationsBuilder","l":"createProgressNotificationBuilder(CachingTask, NotificationCompat.Builder)","url":"com/theoplayer/android/api/cache/CacheNotificationsBuilder.html#createProgressNotificationBuilder(com.theoplayer.android.api.cache.CachingTask,androidx.core.app.NotificationCompat.Builder)"}, {"p":"com.theoplayer.android.api.cache","c":"CacheNotificationsBuilder","l":"createStatusNotificationBuilder(CachingTask, NotificationCompat.Builder)","url":"com/theoplayer/android/api/cache/CacheNotificationsBuilder.html#createStatusNotificationBuilder(com.theoplayer.android.api.cache.CachingTask,androidx.core.app.NotificationCompat.Builder)"}, {"p":"com.theoplayer.android.api.cache","c":"CacheNotificationsBuilder","l":"createNotificationChannel(NotificationChannelCompat.Builder)","url":"com/theoplayer/android/api/cache/CacheNotificationsBuilder.html#createNotificationChannel(androidx.core.app.NotificationChannelCompat.Builder)"}, {"p":"com.theoplayer.android.api.cache","c":"CacheNotificationsBuilder","l":"createSummaryNotificationBuilder(Integer, NotificationCompat.Builder)","url":"com/theoplayer/android/api/cache/CacheNotificationsBuilder.html#createSummaryNotificationBuilder(java.lang.Integer,androidx.core.app.NotificationCompat.Builder)"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStorageType","l":"valueOf(String)","url":"com/theoplayer/android/api/cache/CacheStorageType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStorageType","l":"values()","url":"com/theoplayer/android/api/cache/CacheStorageType.html#values()"}, {"p":"com.theoplayer.android.api.cache","c":"CacheStorageType","l":"getEntries()","url":"com/theoplayer/android/api/cache/CacheStorageType.html#getEntries()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskError","l":"CachingTaskError(ErrorCode, String, Throwable)","url":"com/theoplayer/android/api/cache/CachingTaskError.html#CachingTaskError(com.theoplayer.android.api.error.ErrorCode,java.lang.String,java.lang.Throwable)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskError","l":"CachingTaskError(ErrorCode, String)","url":"com/theoplayer/android/api/cache/CachingTaskError.html#CachingTaskError(com.theoplayer.android.api.error.ErrorCode,java.lang.String,java.lang.Throwable)"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskError","l":"getErrorCode()","url":"com/theoplayer/android/api/cache/CachingTaskError.html#getErrorCode()"}, {"p":"com.theoplayer.android.api.cache","c":"CachingTaskError","l":"getDescription()","url":"com/theoplayer/android/api/cache/CachingTaskError.html#getDescription()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getCurrentSource()","url":"com/theoplayer/android/api/player/Player.html#getCurrentSource()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"addIntegration(Integration)","url":"com/theoplayer/android/api/player/Player.html#addIntegration(com.theoplayer.android.api.Integration)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"removeIntegration(Integration)","url":"com/theoplayer/android/api/player/Player.html#removeIntegration(com.theoplayer.android.api.Integration)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getTheoLive()","url":"com/theoplayer/android/api/player/Player.html#getTheoLive()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getAds()","url":"com/theoplayer/android/api/player/Player.html#getAds()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getAbr()","url":"com/theoplayer/android/api/player/Player.html#getAbr()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getVideoTracks()","url":"com/theoplayer/android/api/player/Player.html#getVideoTracks()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getAudioTracks()","url":"com/theoplayer/android/api/player/Player.html#getAudioTracks()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getTextTracks()","url":"com/theoplayer/android/api/player/Player.html#getTextTracks()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getDuration()","url":"com/theoplayer/android/api/player/Player.html#getDuration()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"isAutoplay()","url":"com/theoplayer/android/api/player/Player.html#isAutoplay()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setAutoplay(boolean)","url":"com/theoplayer/android/api/player/Player.html#setAutoplay(boolean)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getVolume()","url":"com/theoplayer/android/api/player/Player.html#getVolume()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setVolume(double)","url":"com/theoplayer/android/api/player/Player.html#setVolume(double)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getPreload()","url":"com/theoplayer/android/api/player/Player.html#getPreload()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setPreload(PreloadType)","url":"com/theoplayer/android/api/player/Player.html#setPreload(com.theoplayer.android.api.player.PreloadType)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"isMuted()","url":"com/theoplayer/android/api/player/Player.html#isMuted()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setMuted(boolean)","url":"com/theoplayer/android/api/player/Player.html#setMuted(boolean)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"isSeeking()","url":"com/theoplayer/android/api/player/Player.html#isSeeking()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getSource()","url":"com/theoplayer/android/api/player/Player.html#getSource()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setSource(SourceDescription)","url":"com/theoplayer/android/api/player/Player.html#setSource(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getSrc()","url":"com/theoplayer/android/api/player/Player.html#getSrc()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setSrc(String)","url":"com/theoplayer/android/api/player/Player.html#setSrc(java.lang.String)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"isPaused()","url":"com/theoplayer/android/api/player/Player.html#isPaused()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"isEnded()","url":"com/theoplayer/android/api/player/Player.html#isEnded()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"play()","url":"com/theoplayer/android/api/player/Player.html#play()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"pause()","url":"com/theoplayer/android/api/player/Player.html#pause()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"stop()","url":"com/theoplayer/android/api/player/Player.html#stop()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getReadyState()","url":"com/theoplayer/android/api/player/Player.html#getReadyState()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getBuffered()","url":"com/theoplayer/android/api/player/Player.html#getBuffered()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getCurrentTime()","url":"com/theoplayer/android/api/player/Player.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setCurrentTime(double)","url":"com/theoplayer/android/api/player/Player.html#setCurrentTime(double)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getMetrics()","url":"com/theoplayer/android/api/player/Player.html#getMetrics()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getError()","url":"com/theoplayer/android/api/player/Player.html#getError()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getPlaybackRate()","url":"com/theoplayer/android/api/player/Player.html#getPlaybackRate()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setPlaybackRate(double)","url":"com/theoplayer/android/api/player/Player.html#setPlaybackRate(double)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getPlayed()","url":"com/theoplayer/android/api/player/Player.html#getPlayed()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getSeekable()","url":"com/theoplayer/android/api/player/Player.html#getSeekable()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getCurrentProgramDateTime()","url":"com/theoplayer/android/api/player/Player.html#getCurrentProgramDateTime()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setCurrentProgramDateTime(Date)","url":"com/theoplayer/android/api/player/Player.html#setCurrentProgramDateTime(java.util.Date)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getVideoHeight()","url":"com/theoplayer/android/api/player/Player.html#getVideoHeight()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getVideoWidth()","url":"com/theoplayer/android/api/player/Player.html#getVideoWidth()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getHespApi()","url":"com/theoplayer/android/api/player/Player.html#getHespApi()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setAspectRatio(AspectRatio)","url":"com/theoplayer/android/api/player/Player.html#setAspectRatio(com.theoplayer.android.api.player.AspectRatio)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setRenderingTarget(RenderingTarget)","url":"com/theoplayer/android/api/player/Player.html#setRenderingTarget(com.theoplayer.android.api.player.RenderingTarget)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setCustomSurface(Surface, int, int)","url":"com/theoplayer/android/api/player/Player.html#setCustomSurface(android.view.Surface,int,int)"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getTextTrackStyle()","url":"com/theoplayer/android/api/player/Player.html#getTextTrackStyle()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getNetwork()","url":"com/theoplayer/android/api/player/Player.html#getNetwork()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getLatencyManager()","url":"com/theoplayer/android/api/player/Player.html#getLatencyManager()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"getPoster()","url":"com/theoplayer/android/api/player/Player.html#getPoster()"}, {"p":"com.theoplayer.android.api.player","c":"Player","l":"setPoster(String)","url":"com/theoplayer/android/api/player/Player.html#setPoster(java.lang.String)"}, {"p":"com.theoplayer.android.api.player","c":"AspectRatio","l":"values()","url":"com/theoplayer/android/api/player/AspectRatio.html#values()"}, {"p":"com.theoplayer.android.api.player","c":"AspectRatio","l":"valueOf(String)","url":"com/theoplayer/android/api/player/AspectRatio.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player","c":"ReadyState","l":"from(int)","url":"com/theoplayer/android/api/player/ReadyState.html#from(int)"}, {"p":"com.theoplayer.android.api.player","c":"ReadyState","l":"values()","url":"com/theoplayer/android/api/player/ReadyState.html#values()"}, {"p":"com.theoplayer.android.api.player","c":"ReadyState","l":"valueOf(String)","url":"com/theoplayer/android/api/player/ReadyState.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player","c":"PreloadType","l":"values()","url":"com/theoplayer/android/api/player/PreloadType.html#values()"}, {"p":"com.theoplayer.android.api.player","c":"PreloadType","l":"valueOf(String)","url":"com/theoplayer/android/api/player/PreloadType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player","c":"PreloadType","l":"getType()","url":"com/theoplayer/android/api/player/PreloadType.html#getType()"}, {"p":"com.theoplayer.android.api.player","c":"PresentationMode","l":"values()","url":"com/theoplayer/android/api/player/PresentationMode.html#values()"}, {"p":"com.theoplayer.android.api.player","c":"PresentationMode","l":"valueOf(String)","url":"com/theoplayer/android/api/player/PresentationMode.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player","c":"PresentationMode","l":"getMode()","url":"com/theoplayer/android/api/player/PresentationMode.html#getMode()"}, {"p":"com.theoplayer.android.api.player","c":"RenderingTarget","l":"values()","url":"com/theoplayer/android/api/player/RenderingTarget.html#values()"}, {"p":"com.theoplayer.android.api.player","c":"RenderingTarget","l":"valueOf(String)","url":"com/theoplayer/android/api/player/RenderingTarget.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration.Builder","l":"NetworkConfiguration.Builder()","url":"com/theoplayer/android/api/player/NetworkConfiguration.Builder.html#NetworkConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration.Builder","l":"maxRetries(Integer)","url":"com/theoplayer/android/api/player/NetworkConfiguration.Builder.html#maxRetries(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration.Builder","l":"minimumBackOff(Long)","url":"com/theoplayer/android/api/player/NetworkConfiguration.Builder.html#minimumBackOff(java.lang.Long)"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration.Builder","l":"maximumBackOff(Long)","url":"com/theoplayer/android/api/player/NetworkConfiguration.Builder.html#maximumBackOff(java.lang.Long)"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration.Builder","l":"useHttpEngine(Boolean)","url":"com/theoplayer/android/api/player/NetworkConfiguration.Builder.html#useHttpEngine(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/player/NetworkConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"getMaxRetries()","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#getMaxRetries()"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"getMinimumBackOff()","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#getMinimumBackOff()"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"getMaximumBackOff()","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#getMaximumBackOff()"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"getUseHttpEngine()","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#getUseHttpEngine()"}, {"p":"com.theoplayer.android.api.player","c":"NetworkConfiguration","l":"buildUpon()","url":"com/theoplayer/android/api/player/NetworkConfiguration.html#buildUpon()"}, {"p":"com.theoplayer.android.api.player.track","c":"TrackList","l":"length()","url":"com/theoplayer/android/api/player/track/TrackList.html#length()"}, {"p":"com.theoplayer.android.api.player.track","c":"TrackList","l":"getItem(int)","url":"com/theoplayer/android/api/player/track/TrackList.html#getItem(int)"}, {"p":"com.theoplayer.android.api.player.track","c":"Track","l":"getKind()","url":"com/theoplayer/android/api/player/track/Track.html#getKind()"}, {"p":"com.theoplayer.android.api.player.track","c":"Track","l":"getId()","url":"com/theoplayer/android/api/player/track/Track.html#getId()"}, {"p":"com.theoplayer.android.api.player.track","c":"Track","l":"getUid()","url":"com/theoplayer/android/api/player/track/Track.html#getUid()"}, {"p":"com.theoplayer.android.api.player.track","c":"Track","l":"getLabel()","url":"com/theoplayer/android/api/player/track/Track.html#getLabel()"}, {"p":"com.theoplayer.android.api.player.track","c":"Track","l":"getLanguage()","url":"com/theoplayer/android/api/player/track/Track.html#getLanguage()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"Quality","l":"getBandwidth()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/Quality.html#getBandwidth()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"Quality","l":"getCodecs()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/Quality.html#getCodecs()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"Quality","l":"getId()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/Quality.html#getId()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"Quality","l":"getUid()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/Quality.html#getUid()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"Quality","l":"getName()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/Quality.html#getName()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"AudioQuality","l":"getAudioSamplingRate()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/AudioQuality.html#getAudioSamplingRate()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"VideoQuality","l":"getHeight()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/VideoQuality.html#getHeight()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"VideoQuality","l":"getWidth()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/VideoQuality.html#getWidth()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"VideoQuality","l":"getFrameRate()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/VideoQuality.html#getFrameRate()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack.quality","c":"VideoQuality","l":"getFirstFrame()","url":"com/theoplayer/android/api/player/track/mediatrack/quality/VideoQuality.html#getFirstFrame()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","c":"MediaTrack","l":"getActiveQuality()","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#getActiveQuality()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","c":"MediaTrack","l":"getQualities()","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#getQualities()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","c":"MediaTrack","l":"getTargetQuality()","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#getTargetQuality()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","c":"MediaTrack","l":"getTargetQualities()","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#getTargetQualities()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","c":"MediaTrack","l":"setTargetQuality(Q)","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#setTargetQuality(Q)"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","c":"MediaTrack","l":"setTargetQualities(List )","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#setTargetQualities(java.util.List)"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","c":"MediaTrack","l":"isEnabled()","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#isEnabled()"}, {"p":"com.theoplayer.android.api.player.track.mediatrack","c":"MediaTrack","l":"setEnabled(boolean)","url":"com/theoplayer/android/api/player/track/mediatrack/MediaTrack.html#setEnabled(boolean)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackReadyState","l":"from(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html#from(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackReadyState","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackReadyState","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackReadyState.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.EdgeType","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.EdgeType","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.EdgeType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontStyle","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontStyle.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontStyle","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontStyle.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontFamily","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle.FontFamily","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.FontFamily.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setFontColor(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setFontColor(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getFontColor()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getFontColor()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setBackgroundColor(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setBackgroundColor(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getBackgroundColor()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getBackgroundColor()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setWindowColor(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setWindowColor(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getWindowColor()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getWindowColor()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setEdgeColor(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setEdgeColor(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getEdgeColor()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getEdgeColor()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setEdgeType(TextTrackStyle.EdgeType)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setEdgeType(com.theoplayer.android.api.player.track.texttrack.TextTrackStyle.EdgeType)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getEdgeType()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getEdgeType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setFont(Typeface)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setFont(android.graphics.Typeface)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setFont(TextTrackStyle.FontFamily, TextTrackStyle.FontStyle)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setFont(com.theoplayer.android.api.player.track.texttrack.TextTrackStyle.FontFamily,com.theoplayer.android.api.player.track.texttrack.TextTrackStyle.FontStyle)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setFont(String, TextTrackStyle.FontStyle)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setFont(java.lang.String,com.theoplayer.android.api.player.track.texttrack.TextTrackStyle.FontStyle)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getFont()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getFont()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getFontStyle()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getFontStyle()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getFontFamily()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getFontFamily()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getFontFile()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getFontFile()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setFontSize(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setFontSize(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getFontSize()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getFontSize()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setMarginLeft(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setMarginLeft(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setMarginRight(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setMarginRight(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setMarginTop(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setMarginTop(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"setMarginBottom(int)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#setMarginBottom(int)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getMarginLeft()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getMarginLeft()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getMarginRight()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getMarginRight()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getMarginTop()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getMarginTop()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"getMarginBottom()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#getMarginBottom()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackStyle","l":"reset()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackStyle.html#reset()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"from(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#from(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"toString()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#toString()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackMode","l":"getMode()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackMode.html#getMode()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getKind()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getKind()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getInBandMetadataTrackDispatchType()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getInBandMetadataTrackDispatchType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getMode()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getMode()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"setMode(TextTrackMode)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#setMode(com.theoplayer.android.api.player.track.texttrack.TextTrackMode)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getReadyState()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getReadyState()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getType()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getCues()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getCues()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getActiveCues()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getActiveCues()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getSource()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getSource()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"isForced()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#isForced()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrack","l":"getCaptionChannel()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrack.html#getCaptionChannel()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"getType()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#getType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackKind","l":"getEntries()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackKind.html#getEntries()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType.Companion","l":"from(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.Companion.html#from(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"toString()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#toString()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"valueOf(String)","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"values()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#values()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"getType()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#getType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack","c":"TextTrackType","l":"getEntries()","url":"com/theoplayer/android/api/player/track/texttrack/TextTrackType.html#getEntries()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Cue","l":"getFrame()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Cue.html#getFrame()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Unknown","l":"ID3Frame.Unknown(String, ByteArray)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Unknown.html#ID3Frame.Unknown(java.lang.String,kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Unknown","l":"getData()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Unknown.html#getData()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"ID3Frame.AttachedPicture(String, String, Byte, String, ByteArray)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#ID3Frame.AttachedPicture(java.lang.String,java.lang.String,java.lang.Byte,java.lang.String,kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"getUrl()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#getUrl()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"getMimeType()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#getMimeType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"getPictureType()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#getPictureType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"getDescription()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#getDescription()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.AttachedPicture","l":"getData()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.AttachedPicture.html#getData()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"ID3Frame.Comments(String, String, String, String)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html#ID3Frame.Comments(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"getLanguage()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html#getLanguage()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"getDescription()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html#getDescription()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Comments","l":"getText()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Comments.html#getText()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"ID3Frame.Chapter(String, Integer, Integer, Long, Long, List)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#ID3Frame.Chapter(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.Long,java.lang.Long,java.util.List)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"getElementId()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#getElementId()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"getStartTimeMs()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#getStartTimeMs()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"getEndTimeMs()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#getEndTimeMs()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"getStartOffset()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#getStartOffset()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"getEndOffset()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#getEndOffset()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Chapter","l":"getSubFrames()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Chapter.html#getSubFrames()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"ID3Frame.ChapterToc(String, Boolean, Boolean, List , List )","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#ID3Frame.ChapterToc(java.lang.String,java.lang.Boolean,java.lang.Boolean,java.util.List,java.util.List)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"getElementId()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#getElementId()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"isTopLevel()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#isTopLevel()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"isOrdered()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#isOrdered()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"getChildren()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#getChildren()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.ChapterToc","l":"getSubFrames()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.ChapterToc.html#getSubFrames()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"ID3Frame.GeneralEncapsulatedObject(String, String, String, String, ByteArray)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#ID3Frame.GeneralEncapsulatedObject(java.lang.String,java.lang.String,java.lang.String,java.lang.String,kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"getMimeType()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#getMimeType()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"getFileName()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#getFileName()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"getDescription()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#getDescription()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.GeneralEncapsulatedObject","l":"getData()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.GeneralEncapsulatedObject.html#getData()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Private","l":"ID3Frame.Private(String, ByteArray)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Private.html#ID3Frame.Private(java.lang.String,kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Private","l":"getOwnerIdentifier()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Private.html#getOwnerIdentifier()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Private","l":"getData()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Private.html#getData()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Text","l":"ID3Frame.Text(String, String, String)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Text.html#ID3Frame.Text(java.lang.String,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Text","l":"getDescription()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Text.html#getDescription()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Text","l":"getText()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Text.html#getText()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Url","l":"ID3Frame.Url(String, String, String)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Url.html#ID3Frame.Url(java.lang.String,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Url","l":"getDescription()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Url.html#getDescription()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Url","l":"getUrl()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Url.html#getUrl()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Yospace","l":"ID3Frame.Yospace(String, String)","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#ID3Frame.Yospace(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame.Yospace","l":"getText()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#getText()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.id3","c":"ID3Frame","l":"getId()","url":"com/theoplayer/android/api/player/track/texttrack/id3/ID3Frame.Yospace.html#getId()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue.CustomAttributes","l":"getDouble(String)","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.CustomAttributes.html#getDouble(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue.CustomAttributes","l":"getString(String)","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.CustomAttributes.html#getString(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue.CustomAttributes","l":"getBytes(String)","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.CustomAttributes.html#getBytes(java.lang.String)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue.CustomAttributes","l":"asMap()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.CustomAttributes.html#asMap()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getAttributeClass()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getAttributeClass()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getStartDate()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getStartDate()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getEndDate()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getEndDate()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getDuration()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getDuration()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getPlannedDuration()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getPlannedDuration()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"isEndOnNext()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#isEndOnNext()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getScte35Cmd()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getScte35Cmd()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getScte35Out()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getScte35Out()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getScte35In()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getScte35In()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"DateRangeCue","l":"getCustomAttributes()","url":"com/theoplayer/android/api/player/track/texttrack/cue/DateRangeCue.html#getCustomAttributes()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"getId()","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#getId()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"getUid()","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#getUid()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"getStartTime()","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#getStartTime()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"setStartTime(double)","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#setStartTime(double)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"getEndTime()","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#getEndTime()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"setEndTime(double)","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#setEndTime(double)"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"getContent()","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#getContent()"}, {"p":"com.theoplayer.android.api.player.track.texttrack.cue","c":"TextTrackCue","l":"getTrack()","url":"com/theoplayer/android/api/player/track/texttrack/cue/TextTrackCue.html#getTrack()"}, {"p":"com.theoplayer.android.api.util","c":"SimpleList","l":"length()","url":"com/theoplayer/android/api/util/SimpleList.html#length()"}, {"p":"com.theoplayer.android.api.util","c":"SimpleList","l":"getItem(int)","url":"com/theoplayer/android/api/util/SimpleList.html#getItem(int)"}, {"p":"com.theoplayer.android.api.util","c":"JavaCallback","l":"onSuccess(T)","url":"com/theoplayer/android/api/util/JavaCallback.html#onSuccess(T)"}, {"p":"com.theoplayer.android.api.util","c":"JavaCallback","l":"onError(Throwable)","url":"com/theoplayer/android/api/util/JavaCallback.html#onError(java.lang.Throwable)"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Listener","l":"log(Integer, String, String)","url":"com/theoplayer/android/api/util/Logger.Listener.html#log(java.lang.Integer,java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Listener","l":"logVerbose(String, String)","url":"com/theoplayer/android/api/util/Logger.Listener.html#logVerbose(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Listener","l":"logDebug(String, String)","url":"com/theoplayer/android/api/util/Logger.Listener.html#logDebug(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Listener","l":"logInfo(String, String)","url":"com/theoplayer/android/api/util/Logger.Listener.html#logInfo(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Listener","l":"logWarning(String, String)","url":"com/theoplayer/android/api/util/Logger.Listener.html#logWarning(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger.Listener","l":"logError(String, String)","url":"com/theoplayer/android/api/util/Logger.Listener.html#logError(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"enableTags(String)","url":"com/theoplayer/android/api/util/Logger.html#enableTags(java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"enableAllTags()","url":"com/theoplayer/android/api/util/Logger.html#enableAllTags()"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"disableTags(String)","url":"com/theoplayer/android/api/util/Logger.html#disableTags(java.lang.String)"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"disableAllTags()","url":"com/theoplayer/android/api/util/Logger.html#disableAllTags()"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"addListener(Logger.Listener)","url":"com/theoplayer/android/api/util/Logger.html#addListener(com.theoplayer.android.api.util.Logger.Listener)"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"removeListener(Logger.Listener)","url":"com/theoplayer/android/api/util/Logger.html#removeListener(com.theoplayer.android.api.util.Logger.Listener)"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"availableTags()","url":"com/theoplayer/android/api/util/Logger.html#availableTags()"}, {"p":"com.theoplayer.android.api.util","c":"Logger","l":"isTagEnabled(String)","url":"com/theoplayer/android/api/util/Logger.html#isTagEnabled(java.lang.String)"}, {"p":"com.theoplayer.android.api.event","c":"EventDispatcher","l":"addEventListener(EventType , EventListener )","url":"com/theoplayer/android/api/event/EventDispatcher.html#addEventListener(com.theoplayer.android.api.event.EventType,com.theoplayer.android.api.event.EventListener)"}, {"p":"com.theoplayer.android.api.event","c":"EventDispatcher","l":"removeEventListener(EventType , EventListener )","url":"com/theoplayer/android/api/event/EventDispatcher.html#removeEventListener(com.theoplayer.android.api.event.EventType,com.theoplayer.android.api.event.EventListener)"}, {"p":"com.theoplayer.android.api.event","c":"EventType","l":"getName()","url":"com/theoplayer/android/api/event/EventType.html#getName()"}, {"p":"com.theoplayer.android.api.event","c":"Event","l":"getType()","url":"com/theoplayer/android/api/event/Event.html#getType()"}, {"p":"com.theoplayer.android.api.event","c":"Event","l":"getDate()","url":"com/theoplayer/android/api/event/Event.html#getDate()"}, {"p":"com.theoplayer.android.api.event","c":"EventListener","l":"handleEvent(E)","url":"com/theoplayer/android/api/event/EventListener.html#handleEvent(E)"}, {"p":"com.theoplayer.android.api.event.chromecast","c":"CastErrorEvent","l":"getError()","url":"com/theoplayer/android/api/event/chromecast/CastErrorEvent.html#getError()"}, {"p":"com.theoplayer.android.api.event.chromecast","c":"CastStateChangeEvent","l":"getState()","url":"com/theoplayer/android/api/event/chromecast/CastStateChangeEvent.html#getState()"}, {"p":"com.theoplayer.android.api.event.chromecast","c":"ChromecastEventTypes","l":"ChromecastEventTypes()","url":"com/theoplayer/android/api/event/chromecast/ChromecastEventTypes.html#ChromecastEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.tracklist","c":"TrackListEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/tracklist/TrackListEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.quality","c":"QualityEventTypes","l":"QualityEventTypes()","url":"com/theoplayer/android/api/event/track/mediatrack/quality/QualityEventTypes.html#QualityEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video","c":"VideoTrackEventTypes","l":"VideoTrackEventTypes()","url":"com/theoplayer/android/api/event/track/mediatrack/video/VideoTrackEventTypes.html#VideoTrackEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video","c":"ChangeEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/mediatrack/video/ChangeEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.video.list","c":"VideoTrackListEventTypes","l":"VideoTrackListEventTypes()","url":"com/theoplayer/android/api/event/track/mediatrack/video/list/VideoTrackListEventTypes.html#VideoTrackListEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","c":"QualityChangedEvent","l":"getQuality()","url":"com/theoplayer/android/api/event/track/mediatrack/audio/QualityChangedEvent.html#getQuality()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","c":"ChangeEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/mediatrack/audio/ChangeEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio","c":"AudioTrackEventTypes","l":"AudioTrackEventTypes()","url":"com/theoplayer/android/api/event/track/mediatrack/audio/AudioTrackEventTypes.html#AudioTrackEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack.audio.list","c":"AudioTrackListEventTypes","l":"AudioTrackListEventTypes()","url":"com/theoplayer/android/api/event/track/mediatrack/audio/list/AudioTrackListEventTypes.html#AudioTrackListEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack","c":"AbstractTargetQualityChangedEvent","l":"getQuality()","url":"com/theoplayer/android/api/event/track/mediatrack/AbstractTargetQualityChangedEvent.html#getQuality()"}, {"p":"com.theoplayer.android.api.event.track.mediatrack","c":"AbstractTargetQualityChangedEvent","l":"getQualities()","url":"com/theoplayer/android/api/event/track/mediatrack/AbstractTargetQualityChangedEvent.html#getQualities()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"RemoveCueEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/texttrack/RemoveCueEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"RemoveCueEvent","l":"getCue()","url":"com/theoplayer/android/api/event/track/texttrack/RemoveCueEvent.html#getCue()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"UpdateCueEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/texttrack/UpdateCueEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"UpdateCueEvent","l":"getCue()","url":"com/theoplayer/android/api/event/track/texttrack/UpdateCueEvent.html#getCue()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"EnterCueEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/texttrack/EnterCueEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"EnterCueEvent","l":"getCue()","url":"com/theoplayer/android/api/event/track/texttrack/EnterCueEvent.html#getCue()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"CueChangeEvent","l":"getTextTrack()","url":"com/theoplayer/android/api/event/track/texttrack/CueChangeEvent.html#getTextTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"ChangeEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/texttrack/ChangeEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"TextTrackEventTypes","l":"TextTrackEventTypes()","url":"com/theoplayer/android/api/event/track/texttrack/TextTrackEventTypes.html#TextTrackEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"AddCueEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/texttrack/AddCueEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"AddCueEvent","l":"getCue()","url":"com/theoplayer/android/api/event/track/texttrack/AddCueEvent.html#getCue()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"ExitCueEvent","l":"getTrack()","url":"com/theoplayer/android/api/event/track/texttrack/ExitCueEvent.html#getTrack()"}, {"p":"com.theoplayer.android.api.event.track.texttrack","c":"ExitCueEvent","l":"getCue()","url":"com/theoplayer/android/api/event/track/texttrack/ExitCueEvent.html#getCue()"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","c":"TextTrackCueEventTypes","l":"TextTrackCueEventTypes()","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/TextTrackCueEventTypes.html#TextTrackCueEventTypes()"}, {"p":"com.theoplayer.android.api.event.track.texttrack.texttrackcue","c":"TextTrackCueEvent","l":"getCue()","url":"com/theoplayer/android/api/event/track/texttrack/texttrackcue/TextTrackCueEvent.html#getCue()"}, {"p":"com.theoplayer.android.api.event.track.texttrack.list","c":"TextTrackListEventTypes","l":"TextTrackListEventTypes()","url":"com/theoplayer/android/api/event/track/texttrack/list/TextTrackListEventTypes.html#TextTrackListEventTypes()"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskEventTypes","l":"getName()","url":"com/theoplayer/android/api/event/cache/task/CachingTaskEventTypes.html#getName()"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskProgressEvent","l":"getProgress()","url":"com/theoplayer/android/api/event/cache/task/CachingTaskProgressEvent.html#getProgress()"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskErrorEvent","l":"getError()","url":"com/theoplayer/android/api/event/cache/task/CachingTaskErrorEvent.html#getError()"}, {"p":"com.theoplayer.android.api.event.cache.task","c":"CachingTaskStateChangeEvent","l":"getStatus()","url":"com/theoplayer/android/api/event/cache/task/CachingTaskStateChangeEvent.html#getStatus()"}, {"p":"com.theoplayer.android.api.event.cache","c":"CacheStateChangeEvent","l":"getStatus()","url":"com/theoplayer/android/api/event/cache/CacheStateChangeEvent.html#getStatus()"}, {"p":"com.theoplayer.android.api.event.cache","c":"CacheEventTypes","l":"CacheEventTypes(String)","url":"com/theoplayer/android/api/event/cache/CacheEventTypes.html#CacheEventTypes(java.lang.String)"}, {"p":"com.theoplayer.android.api.event.cache","c":"CacheEventTypes","l":"getName()","url":"com/theoplayer/android/api/event/cache/CacheEventTypes.html#getName()"}, {"p":"com.theoplayer.android.api.event.cache.tasklist","c":"CachingTaskListEventTypes","l":"getName()","url":"com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEventTypes.html#getName()"}, {"p":"com.theoplayer.android.api.event.cache.tasklist","c":"CachingTaskListEvent","l":"getTask()","url":"com/theoplayer/android/api/event/cache/tasklist/CachingTaskListEvent.html#getTask()"}, {"p":"com.theoplayer.android.api.event.player","c":"MediaEncryptedEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/MediaEncryptedEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"MediaEncryptedEvent","l":"getInitData()","url":"com/theoplayer/android/api/event/player/MediaEncryptedEvent.html#getInitData()"}, {"p":"com.theoplayer.android.api.event.player","c":"MediaEncryptedEvent","l":"getInitDataType()","url":"com/theoplayer/android/api/event/player/MediaEncryptedEvent.html#getInitDataType()"}, {"p":"com.theoplayer.android.api.event.player","c":"SegmentNotFoundEvent","l":"getSegmentStartTime()","url":"com/theoplayer/android/api/event/player/SegmentNotFoundEvent.html#getSegmentStartTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"SegmentNotFoundEvent","l":"getError()","url":"com/theoplayer/android/api/event/player/SegmentNotFoundEvent.html#getError()"}, {"p":"com.theoplayer.android.api.event.player","c":"SegmentNotFoundEvent","l":"getRetryCount()","url":"com/theoplayer/android/api/event/player/SegmentNotFoundEvent.html#getRetryCount()"}, {"p":"com.theoplayer.android.api.event.player","c":"TimeUpdateEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/TimeUpdateEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"TimeUpdateEvent","l":"getCurrentProgramDateTime()","url":"com/theoplayer/android/api/event/player/TimeUpdateEvent.html#getCurrentProgramDateTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"EndedEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/EndedEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"ContentProtectionErrorEvent","l":"getErrorObject()","url":"com/theoplayer/android/api/event/player/ContentProtectionErrorEvent.html#getErrorObject()"}, {"p":"com.theoplayer.android.api.event.player","c":"CanPlayEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/CanPlayEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"ContentProtectionSuccessEvent","l":"getMediaTrackType()","url":"com/theoplayer/android/api/event/player/ContentProtectionSuccessEvent.html#getMediaTrackType()"}, {"p":"com.theoplayer.android.api.event.player","c":"LoadedMetadataEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/LoadedMetadataEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"SeekingEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/SeekingEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"LoadedDataEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/LoadedDataEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"ProgressEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/ProgressEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"LicenseRequestGeneratedEvent","l":"getKeySystemId()","url":"com/theoplayer/android/api/event/player/LicenseRequestGeneratedEvent.html#getKeySystemId()"}, {"p":"com.theoplayer.android.api.event.player","c":"SourceChangeEvent","l":"getSource()","url":"com/theoplayer/android/api/event/player/SourceChangeEvent.html#getSource()"}, {"p":"com.theoplayer.android.api.event.player","c":"RateChangeEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/RateChangeEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"RateChangeEvent","l":"getPlaybackRate()","url":"com/theoplayer/android/api/event/player/RateChangeEvent.html#getPlaybackRate()"}, {"p":"com.theoplayer.android.api.event.player","c":"WaitingEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/WaitingEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"PauseEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/PauseEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"PresentationModeChange","l":"getPresentationMode()","url":"com/theoplayer/android/api/event/player/PresentationModeChange.html#getPresentationMode()"}, {"p":"com.theoplayer.android.api.event.player","c":"ErrorEvent","l":"getErrorObject()","url":"com/theoplayer/android/api/event/player/ErrorEvent.html#getErrorObject()"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/PlayEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayingEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/PlayingEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"DurationChangeEvent","l":"getDuration()","url":"com/theoplayer/android/api/event/player/DurationChangeEvent.html#getDuration()"}, {"p":"com.theoplayer.android.api.event.player","c":"VolumeChangeEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/VolumeChangeEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"VolumeChangeEvent","l":"getVolume()","url":"com/theoplayer/android/api/event/player/VolumeChangeEvent.html#getVolume()"}, {"p":"com.theoplayer.android.api.event.player","c":"ReadyStateChangeEvent","l":"getReadyState()","url":"com/theoplayer/android/api/event/player/ReadyStateChangeEvent.html#getReadyState()"}, {"p":"com.theoplayer.android.api.event.player","c":"ReadyStateChangeEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/ReadyStateChangeEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"ResizeEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/ResizeEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"ResizeEvent","l":"getWidth()","url":"com/theoplayer/android/api/event/player/ResizeEvent.html#getWidth()"}, {"p":"com.theoplayer.android.api.event.player","c":"ResizeEvent","l":"getHeight()","url":"com/theoplayer/android/api/event/player/ResizeEvent.html#getHeight()"}, {"p":"com.theoplayer.android.api.event.player","c":"SeekedEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/SeekedEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes.Identifiers","l":"PlayerEventTypes.Identifiers()","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.Identifiers.html#PlayerEventTypes.Identifiers()"}, {"p":"com.theoplayer.android.api.event.player","c":"PlayerEventTypes","l":"PlayerEventTypes()","url":"com/theoplayer/android/api/event/player/PlayerEventTypes.html#PlayerEventTypes()"}, {"p":"com.theoplayer.android.api.event.player","c":"CanPlayThroughEvent","l":"getCurrentTime()","url":"com/theoplayer/android/api/event/player/CanPlayThroughEvent.html#getCurrentTime()"}, {"p":"com.theoplayer.android.api.event.player","c":"CurrentSourceChangeEvent","l":"getCurrentSource()","url":"com/theoplayer/android/api/event/player/CurrentSourceChangeEvent.html#getCurrentSource()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes.Identifiers","l":"TheoLiveEventTypes.Identifiers()","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.Identifiers.html#TheoLiveEventTypes.Identifiers()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"TheoLiveEventTypes","l":"TheoLiveEventTypes()","url":"com/theoplayer/android/api/event/player/theolive/TheoLiveEventTypes.html#TheoLiveEventTypes()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"DistributionLoadStartEvent","l":"getDistributionId()","url":"com/theoplayer/android/api/event/player/theolive/DistributionLoadStartEvent.html#getDistributionId()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"DistributionLoadedEvent","l":"getDistribution()","url":"com/theoplayer/android/api/event/player/theolive/DistributionLoadedEvent.html#getDistribution()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"DistributionOfflineEvent","l":"getDistributionId()","url":"com/theoplayer/android/api/event/player/theolive/DistributionOfflineEvent.html#getDistributionId()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"EndpointLoadedEvent","l":"getEndpoint()","url":"com/theoplayer/android/api/event/player/theolive/EndpointLoadedEvent.html#getEndpoint()"}, {"p":"com.theoplayer.android.api.event.player.theolive","c":"IntentToFallbackEvent","l":"getReason()","url":"com/theoplayer/android/api/event/player/theolive/IntentToFallbackEvent.html#getReason()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes.Identifiers","l":"AdsEventTypes.Identifiers()","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.Identifiers.html#AdsEventTypes.Identifiers()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdsEventTypes","l":"AdsEventTypes()","url":"com/theoplayer/android/api/event/ads/AdsEventTypes.html#AdsEventTypes()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdBreakEvent","l":"getAdBreak()","url":"com/theoplayer/android/api/event/ads/AdBreakEvent.html#getAdBreak()"}, {"p":"com.theoplayer.android.api.event.ads","c":"SingleAdEvent","l":"getAd()","url":"com/theoplayer/android/api/event/ads/SingleAdEvent.html#getAd()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdErrorEvent","l":"getError()","url":"com/theoplayer/android/api/event/ads/AdErrorEvent.html#getError()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"from(String)","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#from(java.lang.String)"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"toString()","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#toString()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"values()","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#values()"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"valueOf(String)","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.event.ads","c":"AdIntegrationKind","l":"getType()","url":"com/theoplayer/android/api/event/ads/AdIntegrationKind.html#getType()"}, {"p":"com.theoplayer.android.api.timerange","c":"TimeRanges","l":"getStart(int)","url":"com/theoplayer/android/api/timerange/TimeRanges.html#getStart(int)"}, {"p":"com.theoplayer.android.api.timerange","c":"TimeRanges","l":"getEnd(int)","url":"com/theoplayer/android/api/timerange/TimeRanges.html#getEnd(int)"}, {"p":"com.theoplayer.android.api.timerange","c":"TimeRanges","l":"length()","url":"com/theoplayer/android/api/timerange/TimeRanges.html#length()"}, {"p":"com.theoplayer.android.api.timerange","c":"TimeRange","l":"getStart()","url":"com/theoplayer/android/api/timerange/TimeRange.html#getStart()"}, {"p":"com.theoplayer.android.api.timerange","c":"TimeRange","l":"getEnd()","url":"com/theoplayer/android/api/timerange/TimeRange.html#getEnd()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"IntentCreationListener","l":"onCreateIntent(Intent)","url":"com/theoplayer/android/api/fullscreen/IntentCreationListener.html#onCreateIntent(android.content.Intent)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"FullScreenActivity()","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#FullScreenActivity()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"getFullScreenVisibilityFlags()","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#getFullScreenVisibilityFlags()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenActivity","l":"getTHEOplayerView()","url":"com/theoplayer/android/api/fullscreen/FullScreenActivity.html#getTHEOplayerView()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenChangeListener","l":"onEnterFullScreen()","url":"com/theoplayer/android/api/fullscreen/FullScreenChangeListener.html#onEnterFullScreen()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenChangeListener","l":"onExitFullScreen()","url":"com/theoplayer/android/api/fullscreen/FullScreenChangeListener.html#onExitFullScreen()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"setFullScreenOrientationCoupled(boolean)","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#setFullScreenOrientationCoupled(boolean)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"isFullScreenOrientationCoupled()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#isFullScreenOrientationCoupled()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"setFullscreenOrientation(int)","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#setFullscreenOrientation(int)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"getFullscreenOrientation()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#getFullscreenOrientation()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"requestFullScreen()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#requestFullScreen()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"exitFullScreen()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#exitFullScreen()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"isFullScreen()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#isFullScreen()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"isFullScreenToggleInProgress()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#isFullScreenToggleInProgress()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"setFullscreenActivity(Class )","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#setFullscreenActivity(java.lang.Class)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"getFullscreenActivity()","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#getFullscreenActivity()"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"addFullScreenChangeListener(FullScreenChangeListener)","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#addFullScreenChangeListener(com.theoplayer.android.api.fullscreen.FullScreenChangeListener)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"removeFullScreenChangeListener(FullScreenChangeListener)","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#removeFullScreenChangeListener(com.theoplayer.android.api.fullscreen.FullScreenChangeListener)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"addFullScreenIntentCreationListener(IntentCreationListener)","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#addFullScreenIntentCreationListener(com.theoplayer.android.api.fullscreen.IntentCreationListener)"}, {"p":"com.theoplayer.android.api.fullscreen","c":"FullScreenManager","l":"removeFullScreenIntentCreationListener(IntentCreationListener)","url":"com/theoplayer/android/api/fullscreen/FullScreenManager.html#removeFullScreenIntentCreationListener(com.theoplayer.android.api.fullscreen.IntentCreationListener)"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstructionPurpose","l":"values()","url":"com/theoplayer/android/api/ads/OmidFriendlyObstructionPurpose.html#values()"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstructionPurpose","l":"valueOf(String)","url":"com/theoplayer/android/api/ads/OmidFriendlyObstructionPurpose.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"Omid","l":"addFriendlyObstruction(OmidFriendlyObstruction)","url":"com/theoplayer/android/api/ads/Omid.html#addFriendlyObstruction(com.theoplayer.android.api.ads.OmidFriendlyObstruction)"}, {"p":"com.theoplayer.android.api.ads","c":"Omid","l":"removeAllFriendlyObstructions()","url":"com/theoplayer/android/api/ads/Omid.html#removeAllFriendlyObstructions()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getAds()","url":"com/theoplayer/android/api/ads/AdBreak.html#getAds()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getMaxDuration()","url":"com/theoplayer/android/api/ads/AdBreak.html#getMaxDuration()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getMaxRemainingDuration()","url":"com/theoplayer/android/api/ads/AdBreak.html#getMaxRemainingDuration()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getTimeOffset()","url":"com/theoplayer/android/api/ads/AdBreak.html#getTimeOffset()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getIntegration()","url":"com/theoplayer/android/api/ads/AdBreak.html#getIntegration()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getCustomIntegration()","url":"com/theoplayer/android/api/ads/AdBreak.html#getCustomIntegration()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getId()","url":"com/theoplayer/android/api/ads/AdBreak.html#getId()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getIdAsString()","url":"com/theoplayer/android/api/ads/theoads/THEOAdBreak.html#getIdAsString()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreak","l":"getCustomData()","url":"com/theoplayer/android/api/ads/AdBreak.html#getCustomData()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"isPlaying()","url":"com/theoplayer/android/api/ads/Ads.html#isPlaying()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"getCurrentAds()","url":"com/theoplayer/android/api/ads/Ads.html#getCurrentAds()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"getCurrentAdBreak()","url":"com/theoplayer/android/api/ads/Ads.html#getCurrentAdBreak()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"getScheduledAds()","url":"com/theoplayer/android/api/ads/Ads.html#getScheduledAds()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"schedule(AdDescription)","url":"com/theoplayer/android/api/ads/Ads.html#schedule(com.theoplayer.android.api.source.addescription.AdDescription)"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"skip()","url":"com/theoplayer/android/api/ads/Ads.html#skip()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"getOmid()","url":"com/theoplayer/android/api/ads/Ads.html#getOmid()"}, {"p":"com.theoplayer.android.api.ads","c":"Ads","l":"registerServerSideIntegration(String, ServerSideAdIntegrationFactory)","url":"com/theoplayer/android/api/ads/Ads.html#registerServerSideIntegration(java.lang.String,com.theoplayer.android.api.ads.ServerSideAdIntegrationFactory)"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getId()","url":"com/theoplayer/android/api/ads/Ad.html#getId()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getCompanions()","url":"com/theoplayer/android/api/ads/Ad.html#getCompanions()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getType()","url":"com/theoplayer/android/api/ads/Ad.html#getType()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getAdBreak()","url":"com/theoplayer/android/api/ads/Ad.html#getAdBreak()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getSkipOffset()","url":"com/theoplayer/android/api/ads/Ad.html#getSkipOffset()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getIntegration()","url":"com/theoplayer/android/api/ads/Ad.html#getIntegration()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getCustomIntegration()","url":"com/theoplayer/android/api/ads/Ad.html#getCustomIntegration()"}, {"p":"com.theoplayer.android.api.ads","c":"Ad","l":"getCustomData()","url":"com/theoplayer/android/api/ads/Ad.html#getCustomData()"}, {"p":"com.theoplayer.android.api.ads","c":"NonLinearAd","l":"getClickThrough()","url":"com/theoplayer/android/api/ads/NonLinearAd.html#getClickThrough()"}, {"p":"com.theoplayer.android.api.ads","c":"NonLinearAd","l":"getResourceURI()","url":"com/theoplayer/android/api/ads/NonLinearAd.html#getResourceURI()"}, {"p":"com.theoplayer.android.api.ads","c":"LinearAd","l":"getDuration()","url":"com/theoplayer/android/api/ads/LinearAd.html#getDuration()"}, {"p":"com.theoplayer.android.api.ads","c":"LinearAd","l":"getDurationAsDouble()","url":"com/theoplayer/android/api/ads/LinearAd.html#getDurationAsDouble()"}, {"p":"com.theoplayer.android.api.ads","c":"LinearAd","l":"getMediaFiles()","url":"com/theoplayer/android/api/ads/LinearAd.html#getMediaFiles()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getAdSlotId()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getAdSlotId()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getAltText()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getAltText()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getClickThrough()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getClickThrough()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getHeight()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getHeight()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getResourceURI()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getResourceURI()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getWidth()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getWidth()"}, {"p":"com.theoplayer.android.api.ads","c":"CompanionAd","l":"getType()","url":"com/theoplayer/android/api/ads/CompanionAd.html#getType()"}, {"p":"com.theoplayer.android.api.ads","c":"UniversalAdId","l":"getUniversalAdIdRegistry()","url":"com/theoplayer/android/api/ads/UniversalAdId.html#getUniversalAdIdRegistry()"}, {"p":"com.theoplayer.android.api.ads","c":"UniversalAdId","l":"getUniversalAdIdValue()","url":"com/theoplayer/android/api/ads/UniversalAdId.html#getUniversalAdIdValue()"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstruction","l":"OmidFriendlyObstruction(View, OmidFriendlyObstructionPurpose, String)","url":"com/theoplayer/android/api/ads/OmidFriendlyObstruction.html#OmidFriendlyObstruction(android.view.View,com.theoplayer.android.api.ads.OmidFriendlyObstructionPurpose,java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstruction","l":"getView()","url":"com/theoplayer/android/api/ads/OmidFriendlyObstruction.html#getView()"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstruction","l":"getPurpose()","url":"com/theoplayer/android/api/ads/OmidFriendlyObstruction.html#getPurpose()"}, {"p":"com.theoplayer.android.api.ads","c":"OmidFriendlyObstruction","l":"getReasonString()","url":"com/theoplayer/android/api/ads/OmidFriendlyObstruction.html#getReasonString()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"MediaFile.Builder()","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#MediaFile.Builder()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"resourceURI(String)","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#resourceURI(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"type(String)","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#type(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"delivery(String)","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#delivery(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"width(Integer)","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#width(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"height(Integer)","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#height(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile.Builder","l":"build()","url":"com/theoplayer/android/api/ads/MediaFile.Builder.html#build()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile","l":"getDelivery()","url":"com/theoplayer/android/api/ads/MediaFile.html#getDelivery()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile","l":"getResourceURI()","url":"com/theoplayer/android/api/ads/MediaFile.html#getResourceURI()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile","l":"getType()","url":"com/theoplayer/android/api/ads/MediaFile.html#getType()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile","l":"getHeight()","url":"com/theoplayer/android/api/ads/MediaFile.html#getHeight()"}, {"p":"com.theoplayer.android.api.ads","c":"MediaFile","l":"getWidth()","url":"com/theoplayer/android/api/ads/MediaFile.html#getWidth()"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationHandler","l":"setSource(SourceDescription)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationHandler.html#setSource(com.theoplayer.android.api.source.SourceDescription)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationHandler","l":"skipAd(Ad)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationHandler.html#skipAd(com.theoplayer.android.api.ads.Ad)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationHandler","l":"resetSource()","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationHandler.html#resetSource()"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationHandler","l":"destroy()","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationHandler.html#destroy()"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"createAd(AdInit, AdBreak)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#createAd(com.theoplayer.android.api.ads.AdInit,com.theoplayer.android.api.ads.AdBreak)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"updateAd(Ad, AdInit)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#updateAd(com.theoplayer.android.api.ads.Ad,com.theoplayer.android.api.ads.AdInit)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"updateAdProgress(Ad, Double)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#updateAdProgress(com.theoplayer.android.api.ads.Ad,java.lang.Double)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"beginAd(Ad)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#beginAd(com.theoplayer.android.api.ads.Ad)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"endAd(Ad)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#endAd(com.theoplayer.android.api.ads.Ad)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"skipAd(Ad)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#skipAd(com.theoplayer.android.api.ads.Ad)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"removeAd(Ad)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#removeAd(com.theoplayer.android.api.ads.Ad)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"createAdBreak(AdBreakInit)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#createAdBreak(com.theoplayer.android.api.ads.AdBreakInit)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"updateAdBreak(AdBreak, AdBreakInit)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#updateAdBreak(com.theoplayer.android.api.ads.AdBreak,com.theoplayer.android.api.ads.AdBreakInit)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"removeAdBreak(AdBreak)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#removeAdBreak(com.theoplayer.android.api.ads.AdBreak)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"removeAllAds()","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#removeAllAds()"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"error(Throwable)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#error(java.lang.Throwable)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"fatalError(Throwable, ErrorCode)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#fatalError(java.lang.Throwable,com.theoplayer.android.api.error.ErrorCode)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"getIntegration()","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#getIntegration()"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"getAds()","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#getAds()"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationController","l":"getAdBreaks()","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationController.html#getAdBreaks()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer, String, Integer, String, String, List , Object)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer, String, Integer, String, String, List )","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer, String, Integer, String, String)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer, String, Integer, String)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer, String, Integer)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer, String)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer, Integer)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String, Integer)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit(String)","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"AdInit()","url":"com/theoplayer/android/api/ads/AdInit.html#AdInit(java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.util.List,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getType()","url":"com/theoplayer/android/api/ads/AdInit.html#getType()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setType(String)","url":"com/theoplayer/android/api/ads/AdInit.html#setType(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getTimeOffset()","url":"com/theoplayer/android/api/ads/AdInit.html#getTimeOffset()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setTimeOffset(Integer)","url":"com/theoplayer/android/api/ads/AdInit.html#setTimeOffset(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getSkipOffset()","url":"com/theoplayer/android/api/ads/AdInit.html#getSkipOffset()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setSkipOffset(Integer)","url":"com/theoplayer/android/api/ads/AdInit.html#setSkipOffset(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getId()","url":"com/theoplayer/android/api/ads/AdInit.html#getId()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setId(String)","url":"com/theoplayer/android/api/ads/AdInit.html#setId(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getDuration()","url":"com/theoplayer/android/api/ads/AdInit.html#getDuration()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setDuration(Integer)","url":"com/theoplayer/android/api/ads/AdInit.html#setDuration(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getClickThrough()","url":"com/theoplayer/android/api/ads/AdInit.html#getClickThrough()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setClickThrough(String)","url":"com/theoplayer/android/api/ads/AdInit.html#setClickThrough(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getResourceURI()","url":"com/theoplayer/android/api/ads/AdInit.html#getResourceURI()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setResourceURI(String)","url":"com/theoplayer/android/api/ads/AdInit.html#setResourceURI(java.lang.String)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getMediaFiles()","url":"com/theoplayer/android/api/ads/AdInit.html#getMediaFiles()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setMediaFiles(List )","url":"com/theoplayer/android/api/ads/AdInit.html#setMediaFiles(java.util.List)"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"getCustomData()","url":"com/theoplayer/android/api/ads/AdInit.html#getCustomData()"}, {"p":"com.theoplayer.android.api.ads","c":"AdInit","l":"setCustomData(Object)","url":"com/theoplayer/android/api/ads/AdInit.html#setCustomData(java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"AdBreakInit(Integer, String, Integer, Object)","url":"com/theoplayer/android/api/ads/AdBreakInit.html#AdBreakInit(java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"AdBreakInit(Integer, String, Integer)","url":"com/theoplayer/android/api/ads/AdBreakInit.html#AdBreakInit(java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"AdBreakInit(Integer, String)","url":"com/theoplayer/android/api/ads/AdBreakInit.html#AdBreakInit(java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"AdBreakInit(Integer)","url":"com/theoplayer/android/api/ads/AdBreakInit.html#AdBreakInit(java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"AdBreakInit()","url":"com/theoplayer/android/api/ads/AdBreakInit.html#AdBreakInit(java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"getTimeOffset()","url":"com/theoplayer/android/api/ads/AdBreakInit.html#getTimeOffset()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"getId()","url":"com/theoplayer/android/api/ads/AdBreakInit.html#getId()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"getMaxDuration()","url":"com/theoplayer/android/api/ads/AdBreakInit.html#getMaxDuration()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"getCustomData()","url":"com/theoplayer/android/api/ads/AdBreakInit.html#getCustomData()"}, {"p":"com.theoplayer.android.api.ads","c":"AdBreakInit","l":"setCustomData(Object)","url":"com/theoplayer/android/api/ads/AdBreakInit.html#setCustomData(java.lang.Object)"}, {"p":"com.theoplayer.android.api.ads","c":"ServerSideAdIntegrationFactory","l":"build(ServerSideAdIntegrationController)","url":"com/theoplayer/android/api/ads/ServerSideAdIntegrationFactory.html#build(com.theoplayer.android.api.ads.ServerSideAdIntegrationController)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"LatencyConfiguration.Builder()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#LatencyConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"setMinimumOffset(Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#setMinimumOffset(java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"setMaximumOffset(Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#setMaximumOffset(java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"setTargetOffset(Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#setTargetOffset(java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"setForceSeekOffset(Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#setForceSeekOffset(java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"setMinimumPlaybackRate(Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#setMinimumPlaybackRate(java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"setMaximumPlaybackRate(Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#setMaximumPlaybackRate(java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"LatencyConfiguration(Double, Double, Double, Double, Double, Double)","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#LatencyConfiguration(java.lang.Double,java.lang.Double,java.lang.Double,java.lang.Double,java.lang.Double,java.lang.Double)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"getTargetOffset()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#getTargetOffset()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"getMinimumOffset()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#getMinimumOffset()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"getMaximumOffset()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#getMaximumOffset()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"getForceSeekOffset()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#getForceSeekOffset()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"getMinimumPlaybackRate()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#getMinimumPlaybackRate()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"getMaximumPlaybackRate()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#getMaximumPlaybackRate()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyConfiguration","l":"buildUpon()","url":"com/theoplayer/android/api/latency/LatencyConfiguration.html#buildUpon()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyManager","l":"isEnabled()","url":"com/theoplayer/android/api/latency/LatencyManager.html#isEnabled()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyManager","l":"setEnabled(Boolean)","url":"com/theoplayer/android/api/latency/LatencyManager.html#setEnabled(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyManager","l":"isMonitoringLivePlayback()","url":"com/theoplayer/android/api/latency/LatencyManager.html#isMonitoringLivePlayback()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyManager","l":"getCurrentLatency()","url":"com/theoplayer/android/api/latency/LatencyManager.html#getCurrentLatency()"}, {"p":"com.theoplayer.android.api.latency","c":"LatencyManager","l":"getCurrentLatencyConfiguration()","url":"com/theoplayer/android/api/latency/LatencyManager.html#getCurrentLatencyConfiguration()"}, {"p":"com.theoplayer.android.api.network","c":"Network","l":"addHTTPInterceptor(HTTPInterceptor)","url":"com/theoplayer/android/api/network/Network.html#addHTTPInterceptor(com.theoplayer.android.api.network.http.HTTPInterceptor)"}, {"p":"com.theoplayer.android.api.network","c":"Network","l":"removeHTTPInterceptor(HTTPInterceptor)","url":"com/theoplayer/android/api/network/Network.html#removeHTTPInterceptor(com.theoplayer.android.api.network.http.HTTPInterceptor)"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPInterceptor","l":"onRequest(InterceptableHTTPRequest)","url":"com/theoplayer/android/api/network/http/HTTPInterceptor.html#onRequest(com.theoplayer.android.api.network.http.InterceptableHTTPRequest)"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPInterceptor","l":"onResponse(InterceptableHTTPResponse)","url":"com/theoplayer/android/api/network/http/HTTPInterceptor.html#onResponse(com.theoplayer.android.api.network.http.InterceptableHTTPResponse)"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getMethod()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getMethod()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getUrl()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getUrl()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getHeaders()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getHeaders()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getBody()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getBody()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getType()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getType()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getSubType()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getSubType()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getMediaType()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getMediaType()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getResponseType()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getResponseType()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getConnectTimeout()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getConnectTimeout()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPRequest","l":"getReadTimeout()","url":"com/theoplayer/android/api/network/http/HTTPRequest.html#getReadTimeout()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"respondWith(CompleteHTTPResponse)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#respondWith(com.theoplayer.android.api.network.http.CompleteHTTPResponse)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"getMethod()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#getMethod()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"setMethod(String)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#setMethod(java.lang.String)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"getUrl()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#getUrl()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"setUrl(URL)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#setUrl(java.net.URL)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"getHeaders()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#getHeaders()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"setHeaders(Map )","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#setHeaders(java.util.Map)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"getBody()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#getBody()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"setBody(ByteArray)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#setBody(kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"getConnectTimeout()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#getConnectTimeout()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"setConnectTimeout(Integer)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#setConnectTimeout(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"getReadTimeout()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#getReadTimeout()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPRequest","l":"setReadTimeout(Integer)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPRequest.html#setReadTimeout(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.network.http","c":"ChunkInterceptor","l":"onChunk(ByteArray)","url":"com/theoplayer/android/api/network/http/ChunkInterceptor.html#onChunk(kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.network.http","c":"BodyInterceptor","l":"onBody(ByteArray)","url":"com/theoplayer/android/api/network/http/BodyInterceptor.html#onBody(kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPResponse","l":"getRequest()","url":"com/theoplayer/android/api/network/http/HTTPResponse.html#getRequest()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPResponse","l":"getUrl()","url":"com/theoplayer/android/api/network/http/HTTPResponse.html#getUrl()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPResponse","l":"getHeaders()","url":"com/theoplayer/android/api/network/http/HTTPResponse.html#getHeaders()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPResponse","l":"getStatus()","url":"com/theoplayer/android/api/network/http/HTTPResponse.html#getStatus()"}, {"p":"com.theoplayer.android.api.network.http","c":"HTTPResponse","l":"getStatusText()","url":"com/theoplayer/android/api/network/http/HTTPResponse.html#getStatusText()"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"CompleteHTTPResponse(HTTPRequest, URL, Map , Integer, String, ByteArray)","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#CompleteHTTPResponse(com.theoplayer.android.api.network.http.HTTPRequest,java.net.URL,java.util.Map,java.lang.Integer,java.lang.String,kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"getRequest()","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#getRequest()"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"getUrl()","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#getUrl()"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"getHeaders()","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#getHeaders()"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"getStatus()","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#getStatus()"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"getStatusText()","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#getStatusText()"}, {"p":"com.theoplayer.android.api.network.http","c":"CompleteHTTPResponse","l":"getBody()","url":"com/theoplayer/android/api/network/http/CompleteHTTPResponse.html#getBody()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"onChunk(ChunkInterceptor)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#onChunk(com.theoplayer.android.api.network.http.ChunkInterceptor)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"onBody(BodyInterceptor)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#onBody(com.theoplayer.android.api.network.http.BodyInterceptor)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"getUrl()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#getUrl()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"setUrl(URL)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#setUrl(java.net.URL)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"getHeaders()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#getHeaders()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"setHeaders(Map )","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#setHeaders(java.util.Map)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"getStatus()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#getStatus()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"setStatus(Integer)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#setStatus(java.lang.Integer)"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"getStatusText()","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#getStatusText()"}, {"p":"com.theoplayer.android.api.network.http","c":"InterceptableHTTPResponse","l":"setStatusText(String)","url":"com/theoplayer/android/api/network/http/InterceptableHTTPResponse.html#setStatusText(java.lang.String)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaHTTPInterceptor","l":"onRequestAsync(InterceptableHTTPRequest, JavaCallback )","url":"com/theoplayer/android/api/network/http/JavaHTTPInterceptor.html#onRequestAsync(com.theoplayer.android.api.network.http.InterceptableHTTPRequest,com.theoplayer.android.api.util.JavaCallback)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaHTTPInterceptor","l":"onResponseAsync(InterceptableHTTPResponse, JavaCallback )","url":"com/theoplayer/android/api/network/http/JavaHTTPInterceptor.html#onResponseAsync(com.theoplayer.android.api.network.http.InterceptableHTTPResponse,com.theoplayer.android.api.util.JavaCallback)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaHTTPInterceptor","l":"onRequest(InterceptableHTTPRequest)","url":"com/theoplayer/android/api/network/http/JavaHTTPInterceptor.html#onRequest(com.theoplayer.android.api.network.http.InterceptableHTTPRequest)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaHTTPInterceptor","l":"onResponse(InterceptableHTTPResponse)","url":"com/theoplayer/android/api/network/http/JavaHTTPInterceptor.html#onResponse(com.theoplayer.android.api.network.http.InterceptableHTTPResponse)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaChunkInterceptor","l":"onChunkAsync(ByteArray, JavaCallback )","url":"com/theoplayer/android/api/network/http/JavaChunkInterceptor.html#onChunkAsync(kotlin.ByteArray,com.theoplayer.android.api.util.JavaCallback)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaChunkInterceptor","l":"onChunk(ByteArray)","url":"com/theoplayer/android/api/network/http/JavaChunkInterceptor.html#onChunk(kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaBodyInterceptor","l":"onBodyAsync(ByteArray, JavaCallback )","url":"com/theoplayer/android/api/network/http/JavaBodyInterceptor.html#onBodyAsync(kotlin.ByteArray,com.theoplayer.android.api.util.JavaCallback)"}, {"p":"com.theoplayer.android.api.network.http","c":"JavaBodyInterceptor","l":"onBody(ByteArray)","url":"com/theoplayer/android/api/network/http/JavaBodyInterceptor.html#onBody(kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"valueOf(String)","url":"com/theoplayer/android/api/network/http/RequestType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"values()","url":"com/theoplayer/android/api/network/http/RequestType.html#values()"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestType","l":"getEntries()","url":"com/theoplayer/android/api/network/http/RequestType.html#getEntries()"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"valueOf(String)","url":"com/theoplayer/android/api/network/http/RequestSubType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"values()","url":"com/theoplayer/android/api/network/http/RequestSubType.html#values()"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestSubType","l":"getEntries()","url":"com/theoplayer/android/api/network/http/RequestSubType.html#getEntries()"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"valueOf(String)","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"values()","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#values()"}, {"p":"com.theoplayer.android.api.network.http","c":"RequestMediaType","l":"getEntries()","url":"com/theoplayer/android/api/network/http/RequestMediaType.html#getEntries()"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"valueOf(String)","url":"com/theoplayer/android/api/network/http/ResponseType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"values()","url":"com/theoplayer/android/api/network/http/ResponseType.html#values()"}, {"p":"com.theoplayer.android.api.network.http","c":"ResponseType","l":"getEntries()","url":"com/theoplayer/android/api/network/http/ResponseType.html#getEntries()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"Channel","l":"getId()","url":"com/theoplayer/android/api/player/theolive/Channel.html#getId()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"Channel","l":"getName()","url":"com/theoplayer/android/api/player/theolive/Channel.html#getName()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"Channel","l":"getUrl()","url":"com/theoplayer/android/api/player/theolive/Channel.html#getUrl()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"VideoQuality","l":"getId()","url":"com/theoplayer/android/api/player/theolive/VideoQuality.html#getId()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"VideoQuality","l":"getBandwidth()","url":"com/theoplayer/android/api/player/theolive/VideoQuality.html#getBandwidth()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"VideoQuality","l":"isBadNetworkOnly()","url":"com/theoplayer/android/api/player/theolive/VideoQuality.html#isBadNetworkOnly()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"TheoLive","l":"goLive()","url":"com/theoplayer/android/api/player/theolive/TheoLive.html#goLive()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"TheoLive","l":"switchToHesp()","url":"com/theoplayer/android/api/player/theolive/TheoLive.html#switchToHesp()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"TheoLive","l":"getAuthToken()","url":"com/theoplayer/android/api/player/theolive/TheoLive.html#getAuthToken()"}, {"p":"com.theoplayer.android.api.player.theolive","c":"TheoLive","l":"setAuthToken(String)","url":"com/theoplayer/android/api/player/theolive/TheoLive.html#setAuthToken(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration.Companion","l":"from(String)","url":"com/theoplayer/android/api/source/AdIntegration.Companion.html#from(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"valueOf(String)","url":"com/theoplayer/android/api/source/AdIntegration.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"values()","url":"com/theoplayer/android/api/source/AdIntegration.html#values()"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"getAdIntegration()","url":"com/theoplayer/android/api/source/AdIntegration.html#getAdIntegration()"}, {"p":"com.theoplayer.android.api.source","c":"AdIntegration","l":"getEntries()","url":"com/theoplayer/android/api/source/AdIntegration.html#getEntries()"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"GoogleDaiTypedSource.Builder(GoogleDaiConfiguration)","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.Builder.html#GoogleDaiTypedSource.Builder(com.theoplayer.android.api.source.ssai.GoogleDaiConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"ssai(GoogleDaiConfiguration)","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.Builder.html#ssai(com.theoplayer.android.api.source.ssai.GoogleDaiConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"ssai(SsaiDescription)","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.Builder.html#ssai(com.theoplayer.android.api.source.ssai.SsaiDescription)"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource.Builder","l":"build()","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"GoogleDaiTypedSource(String, DRMConfiguration, SourceType, Map , Double, GoogleDaiConfiguration, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode)","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.html#GoogleDaiTypedSource(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.GoogleDaiConfiguration,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"getType()","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.html#getType()"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"getSsai()","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.html#getSsai()"}, {"p":"com.theoplayer.android.api.source","c":"GoogleDaiTypedSource","l":"copy(String, DRMConfiguration, SourceType, Map , Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode)","url":"com/theoplayer/android/api/source/GoogleDaiTypedSource.html#copy(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"SourceAbrConfiguration(Integer, List , List )","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#SourceAbrConfiguration(java.lang.Integer,java.util.List,java.util.List)"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"SourceAbrConfiguration(Integer, List )","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#SourceAbrConfiguration(java.lang.Integer,java.util.List,java.util.List)"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"SourceAbrConfiguration(Integer)","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#SourceAbrConfiguration(java.lang.Integer,java.util.List,java.util.List)"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"getMaxBitrate()","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#getMaxBitrate()"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"getPreferredVideoCodecs()","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#getPreferredVideoCodecs()"}, {"p":"com.theoplayer.android.api.source","c":"SourceAbrConfiguration","l":"getPreferredAudioCodecs()","url":"com/theoplayer/android/api/source/SourceAbrConfiguration.html#getPreferredAudioCodecs()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"SourceDescription.Builder(String)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#SourceDescription.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"SourceDescription.Builder(TypedSource)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#SourceDescription.Builder(com.theoplayer.android.api.source.TypedSource)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"ads(AdDescription)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#ads(com.theoplayer.android.api.source.addescription.AdDescription)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"textTracks(TextTrackDescription)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#textTracks(com.theoplayer.android.api.source.TextTrackDescription)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"textTracks(String)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#textTracks(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"poster(String)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#poster(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"metadata(MetadataDescription)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#metadata(com.theoplayer.android.api.source.metadata.MetadataDescription)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"timeServer(String)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#timeServer(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"abr(SourceAbrConfiguration)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#abr(com.theoplayer.android.api.source.SourceAbrConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"streamType(StreamType)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#streamType(com.theoplayer.android.api.source.StreamType)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"cmcd(CMCDSourceConfiguration)","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#cmcd(com.theoplayer.android.api.cmcd.CMCDSourceConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription.Builder","l":"build()","url":"com/theoplayer/android/api/source/SourceDescription.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"SourceDescription(List , List , List , String, MetadataDescription, String, SourceAbrConfiguration, StreamType, SourceDVRConfiguration, CMCDSourceConfiguration)","url":"com/theoplayer/android/api/source/SourceDescription.html#SourceDescription(java.util.List,java.util.List,java.util.List,java.lang.String,com.theoplayer.android.api.source.metadata.MetadataDescription,java.lang.String,com.theoplayer.android.api.source.SourceAbrConfiguration,com.theoplayer.android.api.source.StreamType,com.theoplayer.android.api.source.dvr.SourceDVRConfiguration,com.theoplayer.android.api.cmcd.CMCDSourceConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getSources()","url":"com/theoplayer/android/api/source/SourceDescription.html#getSources()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getAds()","url":"com/theoplayer/android/api/source/SourceDescription.html#getAds()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getTextTracks()","url":"com/theoplayer/android/api/source/SourceDescription.html#getTextTracks()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getPoster()","url":"com/theoplayer/android/api/source/SourceDescription.html#getPoster()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getMetadata()","url":"com/theoplayer/android/api/source/SourceDescription.html#getMetadata()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getTimeServer()","url":"com/theoplayer/android/api/source/SourceDescription.html#getTimeServer()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getAbr()","url":"com/theoplayer/android/api/source/SourceDescription.html#getAbr()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getStreamType()","url":"com/theoplayer/android/api/source/SourceDescription.html#getStreamType()"}, {"p":"com.theoplayer.android.api.source","c":"SourceDescription","l":"getCmcd()","url":"com/theoplayer/android/api/source/SourceDescription.html#getCmcd()"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"valueOf(String)","url":"com/theoplayer/android/api/source/SourceType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"values()","url":"com/theoplayer/android/api/source/SourceType.html#values()"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"getMimeType()","url":"com/theoplayer/android/api/source/SourceType.html#getMimeType()"}, {"p":"com.theoplayer.android.api.source","c":"SourceType","l":"getEntries()","url":"com/theoplayer/android/api/source/SourceType.html#getEntries()"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"isLive()","url":"com/theoplayer/android/api/source/StreamType.html#isLive()"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"valueOf(String)","url":"com/theoplayer/android/api/source/StreamType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"values()","url":"com/theoplayer/android/api/source/StreamType.html#values()"}, {"p":"com.theoplayer.android.api.source","c":"StreamType","l":"getEntries()","url":"com/theoplayer/android/api/source/StreamType.html#getEntries()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"TextTrackDescription.Builder(String)","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#TextTrackDescription.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"isDefault(Boolean)","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#isDefault(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"kind(TextTrackKind)","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#kind(com.theoplayer.android.api.player.track.texttrack.TextTrackKind)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"srclang(String)","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#srclang(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"label(String)","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#label(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"format(TextTrackType)","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#format(com.theoplayer.android.api.player.track.texttrack.TextTrackType)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription.Builder","l":"build()","url":"com/theoplayer/android/api/source/TextTrackDescription.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"TextTrackDescription(String, Boolean, TextTrackKind, String, String, TextTrackType)","url":"com/theoplayer/android/api/source/TextTrackDescription.html#TextTrackDescription(java.lang.String,java.lang.Boolean,com.theoplayer.android.api.player.track.texttrack.TextTrackKind,java.lang.String,java.lang.String,com.theoplayer.android.api.player.track.texttrack.TextTrackType)"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"getSrc()","url":"com/theoplayer/android/api/source/TextTrackDescription.html#getSrc()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"isDefault()","url":"com/theoplayer/android/api/source/TextTrackDescription.html#isDefault()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"getKind()","url":"com/theoplayer/android/api/source/TextTrackDescription.html#getKind()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"getSrclang()","url":"com/theoplayer/android/api/source/TextTrackDescription.html#getSrclang()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"getLabel()","url":"com/theoplayer/android/api/source/TextTrackDescription.html#getLabel()"}, {"p":"com.theoplayer.android.api.source","c":"TextTrackDescription","l":"getFormat()","url":"com/theoplayer/android/api/source/TextTrackDescription.html#getFormat()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"TypedSource.Builder(String)","url":"com/theoplayer/android/api/source/TypedSource.Builder.html#TypedSource.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"drm(DRMConfiguration)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#drm(com.theoplayer.android.api.source.drm.DRMConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"type(SourceType)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#type(com.theoplayer.android.api.source.SourceType)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"headers(Map )","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#headers(java.util.Map)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"liveOffset(Double)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#liveOffset(java.lang.Double)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"ssai(SsaiDescription)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#ssai(com.theoplayer.android.api.source.ssai.SsaiDescription)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"hlsDateRange(Boolean)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#hlsDateRange(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"timeServer(String)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#timeServer(java.lang.String)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"lowLatency(Boolean)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#lowLatency(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"latencyConfiguration(LatencyConfiguration)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#latencyConfiguration(com.theoplayer.android.api.latency.LatencyConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"hls(HlsPlaybackConfiguration)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#hls(com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"dash(DashPlaybackConfiguration)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#dash(com.theoplayer.android.api.source.dash.DashPlaybackConfiguration)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"cmcdTransmissionMode(CMCDTransmissionMode)","url":"com/theoplayer/android/api/source/mediatailor/MediaTailorSource.Builder.html#cmcdTransmissionMode(com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource.Builder","l":"build()","url":"com/theoplayer/android/api/source/TypedSource.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"TypedSource(String, DRMConfiguration, SourceType, Map , Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, HespPlaybackConfiguration, CMCDTransmissionMode)","url":"com/theoplayer/android/api/source/TypedSource.html#TypedSource(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.source.hesp.HespPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getSrc()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getSrc()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getDrm()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getDrm()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getType()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getType()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getHeaders()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getHeaders()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getLiveOffset()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getLiveOffset()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getSsai()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getSsai()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"isHlsDateRange()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#isHlsDateRange()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getTimeServer()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getTimeServer()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"isLowLatency()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#isLowLatency()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getLatencyConfiguration()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getLatencyConfiguration()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getHls()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getHls()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getDash()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getDash()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getHesp()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getHesp()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"getCmcdTransmissionMode()","url":"com/theoplayer/android/api/theolive/TheoLiveSource.html#getCmcdTransmissionMode()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"equals(Object)","url":"com/theoplayer/android/api/source/TypedSource.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"hashCode()","url":"com/theoplayer/android/api/source/TypedSource.html#hashCode()"}, {"p":"com.theoplayer.android.api.source","c":"TypedSource","l":"copy(String, DRMConfiguration, SourceType, Map , Double, SsaiDescription, Boolean, String, Boolean, LatencyConfiguration, HlsPlaybackConfiguration, DashPlaybackConfiguration, CMCDTransmissionMode)","url":"com/theoplayer/android/api/source/TypedSource.html#copy(java.lang.String,com.theoplayer.android.api.source.drm.DRMConfiguration,com.theoplayer.android.api.source.SourceType,java.util.Map,java.lang.Double,com.theoplayer.android.api.source.ssai.SsaiDescription,java.lang.Boolean,java.lang.String,java.lang.Boolean,com.theoplayer.android.api.latency.LatencyConfiguration,com.theoplayer.android.api.source.hls.HlsPlaybackConfiguration,com.theoplayer.android.api.source.dash.DashPlaybackConfiguration,com.theoplayer.android.api.cmcd.CMCDTransmissionMode)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"AdDescription","l":"AdDescription(AdIntegration)","url":"com/theoplayer/android/api/source/addescription/AdDescription.html#AdDescription(com.theoplayer.android.api.source.AdIntegration)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"AdDescription","l":"getIntegration()","url":"com/theoplayer/android/api/ads/theoads/TheoAdDescription.html#getIntegration()"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescription","l":"CustomAdDescription(String)","url":"com/theoplayer/android/api/source/addescription/CustomAdDescription.html#CustomAdDescription(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescription","l":"getCustomIntegration()","url":"com/theoplayer/android/api/source/addescription/CustomAdDescription.html#getCustomIntegration()"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescriptionSerializer","l":"fromJson(String)","url":"com/theoplayer/android/api/source/addescription/CustomAdDescriptionSerializer.html#fromJson(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescriptionSerializer","l":"toJson(CustomAdDescription)","url":"com/theoplayer/android/api/source/addescription/CustomAdDescriptionSerializer.html#toJson(com.theoplayer.android.api.source.addescription.CustomAdDescription)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescriptionRegistry","l":"register(String, CustomAdDescriptionSerializer)","url":"com/theoplayer/android/api/source/addescription/CustomAdDescriptionRegistry.html#register(java.lang.String,com.theoplayer.android.api.source.addescription.CustomAdDescriptionSerializer)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescriptionRegistry","l":"deserialize(String, String)","url":"com/theoplayer/android/api/source/addescription/CustomAdDescriptionRegistry.html#deserialize(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"CustomAdDescriptionRegistry","l":"serialize(CustomAdDescription)","url":"com/theoplayer/android/api/source/addescription/CustomAdDescriptionRegistry.html#serialize(com.theoplayer.android.api.source.addescription.CustomAdDescription)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription.Builder","l":"GoogleImaAdDescription.Builder(String)","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.Builder.html#GoogleImaAdDescription.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription.Builder","l":"timeOffset(String)","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.Builder.html#timeOffset(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription.Builder","l":"build()","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription","l":"GoogleImaAdDescription(String, String)","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.html#GoogleImaAdDescription(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription","l":"getSources()","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.html#getSources()"}, {"p":"com.theoplayer.android.api.source.addescription","c":"GoogleImaAdDescription","l":"getTimeOffset()","url":"com/theoplayer/android/api/source/addescription/GoogleImaAdDescription.html#getTimeOffset()"}, {"p":"com.theoplayer.android.api.source.dash","c":"DashPlaybackConfiguration.Builder","l":"DashPlaybackConfiguration.Builder()","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.Builder.html#DashPlaybackConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.source.dash","c":"DashPlaybackConfiguration.Builder","l":"ignoreAvailabilityWindow(Boolean)","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.Builder.html#ignoreAvailabilityWindow(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.dash","c":"DashPlaybackConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.dash","c":"DashPlaybackConfiguration","l":"DashPlaybackConfiguration(Boolean)","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.html#DashPlaybackConfiguration(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.dash","c":"DashPlaybackConfiguration","l":"getIgnoreAvailabilityWindow()","url":"com/theoplayer/android/api/source/dash/DashPlaybackConfiguration.html#getIgnoreAvailabilityWindow()"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey","l":"ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey(String, String)","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey.html#ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey","l":"getId()","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey.html#getId()"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey","l":"getValue()","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.ClearkeyDecryptionKey.html#getValue()"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"ClearkeyKeySystemConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#ClearkeyKeySystemConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"keys(Array )","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#keys(kotlin.Array)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"headers(Map )","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#headers(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"useCredentials(Boolean)","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#useCredentials(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"queryParameters(Map )","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#queryParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"integrationParameters(Map )","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#integrationParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"ClearkeyKeySystemConfiguration(String, Array , Map , Boolean, Map , Map )","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.html#ClearkeyKeySystemConfiguration(java.lang.String,kotlin.Array,java.util.Map,java.lang.Boolean,java.util.Map,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"getKeys()","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.html#getKeys()"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm","c":"ClearkeyKeySystemConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/ClearkeyKeySystemConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"DRMConfiguration.Builder()","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#DRMConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"fairplay(FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#fairplay(com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"playready(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"widevine(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"clearkey(ClearkeyKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#clearkey(com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"customIntegrationId(String)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#customIntegrationId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"integrationParameters(Map )","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#integrationParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"queryParameters(Map )","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#queryParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"multiSession(Boolean)","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#multiSession(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"preferredKeySystems(List )","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#preferredKeySystems(java.util.List)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"DRMConfiguration(KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration, String, Map , Map , Boolean, List )","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.html#DRMConfiguration(com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration,java.lang.String,java.util.Map,java.util.Map,java.lang.Boolean,java.util.List)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"DRMConfiguration(KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration, DRMIntegrationId, String, Map , Map , Boolean, List )","url":"com/theoplayer/android/api/source/drm/DRMConfiguration.html#DRMConfiguration(com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration,com.theoplayer.android.api.source.drm.DRMIntegrationId,java.lang.String,java.util.Map,java.util.Map,java.lang.Boolean,java.util.List)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getWidevine()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getWidevine()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getPlayready()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getPlayready()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getClearkey()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getClearkey()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getFairplay()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getFairplay()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getIntegration()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getIntegration()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getCustomIntegrationId()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getCustomIntegrationId()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getIntegrationParameters()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getIntegrationParameters()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getQueryParameters()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getQueryParameters()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"isMultiSession()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#isMultiSession()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"getPreferredKeySystems()","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#getPreferredKeySystems()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/preintegration/VudrmDRMConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMConfiguration","l":"copy(KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration, DRMIntegrationId, String, Map , Map , Boolean, List )","url":"com/theoplayer/android/api/source/drm/preintegration/XstreamConfiguration.html#copy(com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration,com.theoplayer.android.api.source.drm.DRMIntegrationId,java.lang.String,java.util.Map,java.util.Map,java.lang.Boolean,java.util.List)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId.Companion","l":"from(String)","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.Companion.html#from(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"valueOf(String)","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"values()","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#values()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"getIntegrationId()","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#getIntegrationId()"}, {"p":"com.theoplayer.android.api.source.drm","c":"DRMIntegrationId","l":"getEntries()","url":"com/theoplayer/android/api/source/drm/DRMIntegrationId.html#getEntries()"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration.Builder","l":"FairPlayKeySystemConfiguration.Builder(String, String)","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html#FairPlayKeySystemConfiguration.Builder(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration.Builder","l":"headers(Map )","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html#headers(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration.Builder","l":"useCredentials(Boolean)","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html#useCredentials(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration.Builder","l":"queryParameters(Map )","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html#queryParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration.Builder","l":"integrationParameters(Map )","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html#integrationParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"FairPlayKeySystemConfiguration(String, String, Map , Boolean, Map , Map )","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.html#FairPlayKeySystemConfiguration(java.lang.String,java.lang.String,java.util.Map,java.lang.Boolean,java.util.Map,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"getCertificateURL()","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.html#getCertificateURL()"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm","c":"FairPlayKeySystemConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/FairPlayKeySystemConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"KeySystemConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#KeySystemConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"headers(Map )","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#headers(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"useCredentials(Boolean)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#useCredentials(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"queryParameters(Map )","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#queryParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"licenseType(LicenseType)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#licenseType(com.theoplayer.android.api.source.drm.LicenseType)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"certificate(ByteArray)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#certificate(kotlin.ByteArray)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"forceSoftwareDecrypt(Boolean)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#forceSoftwareDecrypt(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"integrationParameters(Map )","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#integrationParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"KeySystemConfiguration(String, Map , Boolean, Map , LicenseType, ByteArray, Boolean, Map )","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.html#KeySystemConfiguration(java.lang.String,java.util.Map,java.lang.Boolean,java.util.Map,com.theoplayer.android.api.source.drm.LicenseType,kotlin.ByteArray,java.lang.Boolean,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getLicenseAcquisitionURL()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getLicenseAcquisitionURL()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getHeaders()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getHeaders()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getUseCredentials()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getUseCredentials()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getQueryParameters()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getQueryParameters()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getLicenseType()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getLicenseType()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getCertificate()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getCertificate()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getForceSoftwareDecrypt()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getForceSoftwareDecrypt()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"getIntegrationParameters()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#getIntegrationParameters()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/KeySystemConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm","c":"KeySystemConfiguration","l":"copy(String, Map , Boolean, Map , LicenseType, ByteArray, Boolean, Map )","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.html#copy(java.lang.String,java.util.Map,java.lang.Boolean,java.util.Map,com.theoplayer.android.api.source.drm.LicenseType,kotlin.ByteArray,java.lang.Boolean,java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"valueOf(String)","url":"com/theoplayer/android/api/source/drm/LicenseType.html#valueOf(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"values()","url":"com/theoplayer/android/api/source/drm/LicenseType.html#values()"}, {"p":"com.theoplayer.android.api.source.drm","c":"LicenseType","l":"getEntries()","url":"com/theoplayer/android/api/source/drm/LicenseType.html#getEntries()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration.Builder","l":"AxinomDRMConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html#AxinomDRMConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration.Builder","l":"fairplay(FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html#fairplay(com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration.Builder","l":"playready(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration.Builder","l":"widevine(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration.Builder","l":"clearkey(ClearkeyKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html#clearkey(com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"AxinomDRMConfiguration(String, KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.html#AxinomDRMConfiguration(java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"getToken()","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.html#getToken()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AxinomDRMConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/preintegration/AxinomDRMConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration.Builder","l":"AzureDRMConfiguration.Builder(String, String)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html#AzureDRMConfiguration.Builder(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration.Builder","l":"fairplay(FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html#fairplay(com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration.Builder","l":"playready(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration.Builder","l":"widevine(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration.Builder","l":"clearkey(ClearkeyKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html#clearkey(com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"AzureDRMConfiguration(String, String, KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html#AzureDRMConfiguration(java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"getCertificateURL()","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html#getCertificateURL()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"getToken()","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html#getToken()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"AzureDRMConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/preintegration/AzureDRMConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration.Builder","l":"ConaxDRMConfiguration.Builder(String, String)","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html#ConaxDRMConfiguration.Builder(java.lang.String,java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration.Builder","l":"widevine(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration.Builder","l":"clearkey(ClearkeyKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html#clearkey(com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration.Builder","l":"fairplay(FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html#fairplay(com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration.Builder","l":"playready(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"ConaxDRMConfiguration(String, String, KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.html#ConaxDRMConfiguration(java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"getDeviceId()","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.html#getDeviceId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"ConaxDRMConfiguration","l":"getToken()","url":"com/theoplayer/android/api/source/drm/preintegration/ConaxDRMConfiguration.html#getToken()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMPreIntegrationConfiguration","l":"DRMPreIntegrationConfiguration(DRMIntegrationId, KeySystemConfiguration, KeySystemConfiguration, ClearkeyKeySystemConfiguration, FairPlayKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMPreIntegrationConfiguration.html#DRMPreIntegrationConfiguration(com.theoplayer.android.api.source.drm.DRMIntegrationId,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.KeySystemConfiguration,com.theoplayer.android.api.source.drm.ClearkeyKeySystemConfiguration,com.theoplayer.android.api.source.drm.FairPlayKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"DRMTodayConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#DRMTodayConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"DRMTodayConfiguration.Builder(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#DRMTodayConfiguration.Builder(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"token(String)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#token(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"userId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#userId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"sessionId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#sessionId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"merchant(String)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#merchant(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"DRMTodayConfiguration(String, String, String, String, KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#DRMTodayConfiguration(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"getToken()","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#getToken()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"getUserId()","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#getUserId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"getSessionId()","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#getSessionId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"DRMTodayConfiguration","l":"getMerchant()","url":"com/theoplayer/android/api/source/drm/preintegration/DRMTodayConfiguration.html#getMerchant()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"IrdetoConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#IrdetoConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"IrdetoConfiguration.Builder(KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#IrdetoConfiguration.Builder(com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"crmId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#crmId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"accountId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#accountId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"sessionId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#sessionId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"contentId(String)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#contentId(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"ticket(String)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#ticket(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"IrdetoConfiguration(String, String, String, String, String, KeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#IrdetoConfiguration(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.theoplayer.android.api.source.drm.KeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"getCrmId()","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#getCrmId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"getAccountId()","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#getAccountId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"getContentId()","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#getContentId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"getSessionId()","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#getSessionId()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"IrdetoConfiguration","l":"getTicket()","url":"com/theoplayer/android/api/source/drm/preintegration/IrdetoConfiguration.html#getTicket()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"KeyOSDRMConfiguration.Builder()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#KeyOSDRMConfiguration.Builder()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"customdata(String)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#customdata(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"playready(KeyOSKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#playready(com.theoplayer.android.api.source.drm.preintegration.KeyOSKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"playready(String)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#playready(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"widevine(KeyOSKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#widevine(com.theoplayer.android.api.source.drm.preintegration.KeyOSKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"widevine(String)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#widevine(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"KeyOSDRMConfiguration(String, KeyOSKeySystemConfiguration, KeyOSKeySystemConfiguration)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#KeyOSDRMConfiguration(java.lang.String,com.theoplayer.android.api.source.drm.preintegration.KeyOSKeySystemConfiguration,com.theoplayer.android.api.source.drm.preintegration.KeyOSKeySystemConfiguration)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"getPlayready()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#getPlayready()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"getWidevine()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#getWidevine()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"getCustomdata()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#getCustomdata()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"equals(Object)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#equals(java.lang.Object)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSDRMConfiguration","l":"hashCode()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSDRMConfiguration.html#hashCode()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"KeyOSKeySystemConfiguration.Builder(String)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#KeyOSKeySystemConfiguration.Builder(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"customdata(String)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#customdata(java.lang.String)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"headers(Map )","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#headers(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"useCredentials(Boolean)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#useCredentials(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"queryParameters(Map )","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#queryParameters(java.util.Map)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"forceSoftwareDecrypt(Boolean)","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#forceSoftwareDecrypt(java.lang.Boolean)"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration.Builder","l":"build()","url":"com/theoplayer/android/api/source/drm/preintegration/KeyOSKeySystemConfiguration.Builder.html#build()"}, {"p":"com.theoplayer.android.api.source.drm.preintegration","c":"KeyOSKeySystemConfiguration","l":"KeyOSKeySystemConfiguration(String, String, Map , Boolean, Map