Uses of Class
com.wowza.wms.drm.cenc.CencInfo
- 
- 
Uses of CencInfo in com.wowza.wms.drm.cencMethods in com.wowza.wms.drm.cenc that return CencInfo Modifier and Type Method Description static CencInfoCencInfo. deserialize(byte[] data)static CencInfoCencInfo. deserialize(java.nio.ByteBuffer buffer)Methods in com.wowza.wms.drm.cenc with parameters of type CencInfo Modifier and Type Method Description static booleanCencInfo. loadFromKeyFile(IApplicationInstance appInstance, String streamName, CencInfo cencInfo, long chunkId, int contentType, int chunkDurationTarget, String keyFileParamPrefix)
- 
Uses of CencInfo in com.wowza.wms.httpstreamer.modelMethods in com.wowza.wms.httpstreamer.model with parameters of type CencInfo Modifier and Type Method Description voidILiveStreamPacketizerSegmentWriter. startSegment(long chunkId, long chunkIdUser, int videoCodecId, int audioCodecId, long timecode, long timecodeUser, String originRepeaterContext, CencInfo cencInfo)
- 
Uses of CencInfo in com.wowza.wms.httpstreamer.mpegdashstreaming.fileMethods in com.wowza.wms.httpstreamer.mpegdashstreaming.file that return CencInfo Modifier and Type Method Description CencInfoIHTTPStreamerMPEGDashIndexItem. getEncInfo()Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.file with parameters of type CencInfo Modifier and Type Method Description voidIHTTPStreamerMPEGDashIndexItem. setEncInfo(CencInfo encInfo)
- 
Uses of CencInfo in com.wowza.wms.httpstreamer.mpegdashstreaming.livestreampacketizerFields in com.wowza.wms.httpstreamer.mpegdashstreaming.livestreampacketizer declared as CencInfo Modifier and Type Field Description protected CencInfoLiveStreamPacketizerMPEGDash. encInfoMethods in com.wowza.wms.httpstreamer.mpegdashstreaming.livestreampacketizer that return CencInfo Modifier and Type Method Description CencInfoLiveStreamPacketizerMPEGDash. getEncInfo()CencInfoLiveStreamPacketizerMPEGDash. updateCencInfo(long segmentId, com.wowza.wms.httpstreamer.model.ContentPackaging contentPackaging)Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.livestreampacketizer with parameters of type CencInfo Modifier and Type Method Description protected voidLiveStreamPacketizerMPEGDash. setEncryptionRepeaterBytes(CencInfo encInfo)voidLiveStreamPacketizerMPEGDash. startSegment(com.wowza.wms.httpstreamer.model.ContentPackaging contentPackaging, long segmentId, long segmentIdUser, int videoCodecId, int audioCodecId, long timecode, long timecodeUser, String originRepeaterContext, CencInfo encInfo)
- 
Uses of CencInfo in com.wowza.wms.httpstreamer.mpegdashstreaming.utilMethods in com.wowza.wms.httpstreamer.mpegdashstreaming.util that return CencInfo Modifier and Type Method Description static CencInfoMPEGDashUtils. getCencInfo(IApplicationInstance appInstance, String streamName, IHTTPStreamerSession httpStreamerSession, IHTTPStreamerMPEGDashIndex index, long segmentId, CencInfo cencInfo)static CencInfoMPEGDashUtils. getCencInfo(IApplicationInstance appInstance, String streamName, ILiveStreamPacketizer liveStreamPacketizer, long segmentId, CencInfo cencInfo)Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.util with parameters of type CencInfo Modifier and Type Method Description static CencInfoMPEGDashUtils. getCencInfo(IApplicationInstance appInstance, String streamName, IHTTPStreamerSession httpStreamerSession, IHTTPStreamerMPEGDashIndex index, long segmentId, CencInfo cencInfo)static CencInfoMPEGDashUtils. getCencInfo(IApplicationInstance appInstance, String streamName, ILiveStreamPacketizer liveStreamPacketizer, long segmentId, CencInfo cencInfo)
- 
Uses of CencInfo in com.wowza.wms.moduleMethods in com.wowza.wms.module with parameters of type CencInfo Modifier and Type Method Description voidIModuleOnHTTPCmafEncryption. onHTTPCmafEncryptionKeyLiveSegment(ILiveStreamPacketizer liveStreamPacketizer, String streamName, CencInfo cencInfo, long segmentId, int contentType)Called when live stream key is requested (per-published stream)voidIModuleOnHTTPCmafEncryption. onHTTPCmafEncryptionKeyVODSegment(IHTTPStreamerSession httpSession, CencInfo cencInfo, long segmentId, int contentType)Called when video on demand key is requested (per-session).voidIModuleOnHTTPMPEGDashEncryption. onHTTPMPEGDashEncryptionKeyLiveChunk(ILiveStreamPacketizer liveStreamPacketizer, String streamName, CencInfo cencInfo, long chunkId)Called when live stream key is requested (per-published stream)voidIModuleOnHTTPMPEGDashEncryption. onHTTPMPEGDashEncryptionKeyVODChunk(HTTPStreamerSessionMPEGDash httpSession, IHTTPStreamerMPEGDashIndex index, CencInfo cencInfo, long chunkId)Called when video on demand key is requested (per-session).voidIModuleOnHTTPMPEGDashEncryption2. onHTTPMPEGDashRenditionEncryptionKeyVODChunk(HTTPStreamerSessionMPEGDash httpSession, String streamName, IHTTPStreamerMPEGDashIndex index, CencInfo cencInfo, long chunkId)Called when video on demand key is requested (per-session).
 
-