Package com.wowza.wms.drm.cenc
Interface ICencDRMInfo2
- All Superinterfaces:
ICencDRMInfo
Extended interface for Common Encryption (CENC) DRM information classes. Adds extra field not present in ICencDRMInfo.
-
Method Summary
Methods inherited from interface com.wowza.wms.drm.cenc.ICencDRMInfo
deserialize, generateKey, getMPEGDashCPSubElements, getNameSpaces, getPsshData, getSystemId, getSystemName, getURL, isComplete, serialize, setPsshData, setSystemId, setURL, supportsKeyGeneration, updateKeyInfo
-
Method Details
-
clone
Gets a clone of the DRM Information class. The implementing class should add @Override to the method implementation since the default Object clone() method is protected.- Throws:
CloneNotSupportedException
-