addDrmConfig
Deprecated
Use `setDrmConfig` with a `DrmConfig` instead.
Replace with
setDrmConfig(drmConfig)
Content copied to clipboard
Sets a DrmConfig to this SourceConfig. Returns the DrmConfig that was set on the SourceConfig.
Deprecated
Use `setDrmConfig` instead.
Replace with
apply { [email protected] = drmConfig }
Content copied to clipboard
Sets a DrmConfig to this SourceConfig. Returns the DrmConfig that was set on the SourceConfig.