OfflineTweaksConfig

OfflineTweaksConfig

data class OfflineTweaksConfig(val shouldAutomaticallyHandleDrmLicenses: Boolean = true) : Parcelable

This configuration is used as an incubator for experimental features. Tweaks are not officially supported and are not guaranteed to be stable, i.e. their naming, functionality and API can change at any time within the tweaks or when being promoted to an official feature and moved into its final configuration namespace.

Constructors

OfflineTweaksConfigconstructor(shouldAutomaticallyHandleDrmLicenses: Boolean = true)

Properties

NameSummary
shouldAutomaticallyHandleDrmLicensesval shouldAutomaticallyHandleDrmLicenses: Boolean
Specifies if the Bitmovin SDK automatically handles downloading, updating and releasing of DRM licenses.