Uses of Class
com.wowza.wms.drm.cenc.CencInfo
Packages that use CencInfo
Package
Description
-
Uses of CencInfo in com.wowza.wms.drm.cenc
Methods in com.wowza.wms.drm.cenc that return CencInfoModifier and TypeMethodDescriptionstatic CencInfo
CencInfo.deserialize
(byte[] data) static CencInfo
CencInfo.deserialize
(ByteBuffer buffer) Methods in com.wowza.wms.drm.cenc with parameters of type CencInfoModifier and TypeMethodDescriptionstatic boolean
CencInfo.loadFromKeyFile
(IApplicationInstance appInstance, String streamName, CencInfo cencInfo, long chunkId, int contentType, int chunkDurationTarget, String keyFileParamPrefix) static void
CencInfo.loadHLSKEYParameters
(Map<String, String> keyMap, String keyFileParamPrefix, CencInfo cencInfo) -
Uses of CencInfo in com.wowza.wms.httpstreamer.model
Methods in com.wowza.wms.httpstreamer.model with parameters of type CencInfoModifier and TypeMethodDescriptionvoid
ILiveStreamPacketizerSegmentWriter.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.file
Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.file that return CencInfoMethods in com.wowza.wms.httpstreamer.mpegdashstreaming.file with parameters of type CencInfoModifier and TypeMethodDescriptionvoid
IHTTPStreamerMPEGDashIndexItem.setEncInfo
(CencInfo encInfo) -
Uses of CencInfo in com.wowza.wms.httpstreamer.mpegdashstreaming.livestreampacketizer
Fields in com.wowza.wms.httpstreamer.mpegdashstreaming.livestreampacketizer declared as CencInfoMethods in com.wowza.wms.httpstreamer.mpegdashstreaming.livestreampacketizer that return CencInfoModifier and TypeMethodDescriptionLiveStreamPacketizerMPEGDash.getEncInfo()
LiveStreamPacketizerMPEGDash.updateCencInfo
(long segmentId, com.wowza.wms.httpstreamer.model.ContentPackaging contentPackaging) Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.livestreampacketizer with parameters of type CencInfoModifier and TypeMethodDescriptionprotected void
LiveStreamPacketizerMPEGDash.setEncryptionRepeaterBytes
(CencInfo encInfo) void
LiveStreamPacketizerMPEGDash.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.util
Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.util that return CencInfoModifier and TypeMethodDescriptionstatic CencInfo
MPEGDashUtils.getCencInfo
(IApplicationInstance appInstance, String streamName, IHTTPStreamerSession httpStreamerSession, IHTTPStreamerMPEGDashIndex index, long segmentId, CencInfo cencInfo) static CencInfo
MPEGDashUtils.getCencInfo
(IApplicationInstance appInstance, String streamName, ILiveStreamPacketizer liveStreamPacketizer, long segmentId, CencInfo cencInfo) Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.util with parameters of type CencInfoModifier and TypeMethodDescriptionstatic CencInfo
MPEGDashUtils.getCencInfo
(IApplicationInstance appInstance, String streamName, IHTTPStreamerSession httpStreamerSession, IHTTPStreamerMPEGDashIndex index, long segmentId, CencInfo cencInfo) static CencInfo
MPEGDashUtils.getCencInfo
(IApplicationInstance appInstance, String streamName, ILiveStreamPacketizer liveStreamPacketizer, long segmentId, CencInfo cencInfo) -
Uses of CencInfo in com.wowza.wms.module
Methods in com.wowza.wms.module with parameters of type CencInfoModifier and TypeMethodDescriptionvoid
IModuleOnHTTPCmafEncryption.onHTTPCmafEncryptionKeyLiveSegment
(ILiveStreamPacketizer liveStreamPacketizer, String streamName, CencInfo cencInfo, long segmentId, int contentType) Called when live stream key is requested (per-published stream)void
IModuleOnHTTPCmafEncryption.onHTTPCmafEncryptionKeyVODSegment
(IHTTPStreamerSession httpSession, CencInfo cencInfo, long segmentId, int contentType) Called when video on demand key is requested (per-session).void
IModuleOnHTTPMPEGDashEncryption.onHTTPMPEGDashEncryptionKeyLiveChunk
(ILiveStreamPacketizer liveStreamPacketizer, String streamName, CencInfo cencInfo, long chunkId) Called when live stream key is requested (per-published stream)void
IModuleOnHTTPMPEGDashEncryption.onHTTPMPEGDashEncryptionKeyVODChunk
(HTTPStreamerSessionMPEGDash httpSession, IHTTPStreamerMPEGDashIndex index, CencInfo cencInfo, long chunkId) Called when video on demand key is requested (per-session).void
IModuleOnHTTPMPEGDashEncryption2.onHTTPMPEGDashRenditionEncryptionKeyVODChunk
(HTTPStreamerSessionMPEGDash httpSession, String streamName, IHTTPStreamerMPEGDashIndex index, CencInfo cencInfo, long chunkId) Called when video on demand key is requested (per-session).