DrmTokenRequest

class DrmTokenRequest(val licenseUrl: String, val mediaItem: OGMediaItem)

Context for a DrmTokenProvider.getToken call.

Constructors

Link copied to clipboard
constructor(licenseUrl: String, mediaItem: OGMediaItem)

Properties

Link copied to clipboard

License server URL the token will be sent to.

Link copied to clipboard

The media item the license is being requested for.