DrmUtil

class DrmUtil

Provides utility methods to work DRM licenses.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun createHttpDataSource(): HttpDataSource
open fun createHttpDataSource(requestProperties: Map<String, String>): HttpDataSource
Creates new instance of the HttpDataSource.
Link copied to clipboard
open fun executePost(url: String, data: Array<Byte>, requestProperties: Map<String, String>): Array<Byte>