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

Link copied to clipboard
constructor(shouldAutomaticallyHandleDrmLicenses: Boolean = true)

Properties

Link copied to clipboard

Specifies if the Bitmovin SDK automatically handles downloading, updating and releasing of DRM licenses.