getDrmConfig
Deprecated
Check for matching UUID manually
Replace with
let {if (it.drmConfig?.uuid == uuid) it.drmConfig else null}
Content copied to clipboard
Returns the DrmConfig if the uuid matches the config in this SourceConfig.