Uses of Interface
com.wowza.wms.drm.cenc.ICencEncryptor
-
Packages that use ICencEncryptor Package Description com.wowza.wms.httpstreamer.mpegdashstreaming.util -
-
Uses of ICencEncryptor in com.wowza.wms.httpstreamer.mpegdashstreaming.util
Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.util with parameters of type ICencEncryptor Modifier and Type Method Description static int
MPEGDashUtils. encryptSubSample(byte[] buffer, ICencEncryptor encryptor, int offset, PacketFragmentList delimitedNALUnits, int nalUnitLen, int blockSize, int minClear, int nalSize, com.wowza.wms.drm.cenc.CencSampleAuxiliaryData.CencSubSample subSample)
static com.wowza.wms.drm.cenc.CencSampleAuxiliaryData
MPEGDashUtils. generateVideoSAD(ICencEncryptor encryptor, byte[] buffer, int offset, int size, PacketFragmentList delimitedNALUnits, int videoCodec, int nalUnitLen)
-