Uses of Class
com.wowza.wms.drm.cenc.CencInfo
-
-
Uses of CencInfo in com.wowza.wms.drm.cenc
Methods in com.wowza.wms.drm.cenc that return CencInfo Modifier and Type Method Description static CencInfo
CencInfo. deserialize(byte[] data)
static CencInfo
CencInfo. deserialize(java.nio.ByteBuffer buffer)
Methods in com.wowza.wms.drm.cenc with parameters of type CencInfo Modifier and Type Method Description static boolean
CencInfo. loadFromKeyFile(IApplicationInstance appInstance, String streamName, CencInfo cencInfo, long chunkId, int contentType, int chunkDurationTarget, String keyFileParamPrefix)
-
Uses of CencInfo in com.wowza.wms.httpstreamer.model
Methods in com.wowza.wms.httpstreamer.model with parameters of type CencInfo Modifier and Type Method Description void
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 CencInfo Modifier and Type Method Description CencInfo
IHTTPStreamerMPEGDashIndexItem. getEncInfo()
Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.file with parameters of type CencInfo Modifier and Type Method Description void
IHTTPStreamerMPEGDashIndexItem. setEncInfo(CencInfo encInfo)
-
Uses of CencInfo in com.wowza.wms.httpstreamer.mpegdashstreaming.livestreampacketizer
Fields in com.wowza.wms.httpstreamer.mpegdashstreaming.livestreampacketizer declared as CencInfo Modifier and Type Field Description protected CencInfo
LiveStreamPacketizerMPEGDash. encInfo
Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.livestreampacketizer that return CencInfo Modifier and Type Method Description CencInfo
LiveStreamPacketizerMPEGDash. getEncInfo()
CencInfo
LiveStreamPacketizerMPEGDash. 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 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 CencInfo Modifier and Type Method Description static 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 CencInfo Modifier and Type Method Description static 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 CencInfo Modifier and Type Method Description void
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).
-