Uses of Interface
com.wowza.wms.drm.cenc.ICencDRMInfo
-
Packages that use ICencDRMInfo Package Description com.wowza.wms.drm.cenc -
-
Uses of ICencDRMInfo in com.wowza.wms.drm.cenc
Subinterfaces of ICencDRMInfo in com.wowza.wms.drm.cenc Modifier and Type Interface Description interface
ICencDRMInfo2
Extended interface for Common Encryption (CENC) DRM information classes.Methods in com.wowza.wms.drm.cenc that return types with arguments of type ICencDRMInfo Modifier and Type Method Description java.util.Map<String,ICencDRMInfo>
CencInfo. getDRMs()
Methods in com.wowza.wms.drm.cenc with parameters of type ICencDRMInfo Modifier and Type Method Description void
CencInfo. addDRM(String hashKey, ICencDRMInfo drm)
Adds a DRM system info instance to the list of DRM systems associated with the stream encryption.
-