Uses of Class
com.wowza.util.PacketFragmentList
Packages that use PacketFragmentList
Package
Description
-
Uses of PacketFragmentList in com.wowza.io
Methods in com.wowza.io with parameters of type PacketFragmentListModifier and TypeMethodDescriptionprotected voidHTTPByteReader.getPostCommand(String path, PacketFragmentList fragmentList) protected voidHTTPByteWriter.getPostMessage(String method, String path, PacketFragmentList fragmentList) HTTPByteReader.sendRequest(byte[] request, PacketFragmentList fragmentList, int len, boolean isHead) HTTPByteWriter.sendRequest(byte[] request, PacketFragmentList fragmentList, int len, boolean isHead) HTTPByteWriter.sendRequestBlocked(byte[] request, PacketFragmentList fragmentList, int len, boolean isHead) HTTPByteWriter.sendRequestNonBlocked(byte[] request, PacketFragmentList fragmentList, int len, boolean isHead) HTTPByteReader.write(String path, PacketFragmentList fragmentList) HTTPByteWriter.write(String method, String path, PacketFragmentList fragmentList) HTTPByteReader.writeDirect(String path, PacketFragmentList fragmentList) HTTPByteWriter.writeDirect(String method, String path, PacketFragmentList fragmentList) -
Uses of PacketFragmentList in com.wowza.util
Methods in com.wowza.util that return PacketFragmentListMethods in com.wowza.util with parameters of type PacketFragmentListModifier and TypeMethodDescriptionvoidPacketFragmentList.addPacketFragments(PacketFragmentList frags) -
Uses of PacketFragmentList in com.wowza.wms.drm.cenc
Methods in com.wowza.wms.drm.cenc with parameters of type PacketFragmentListModifier and TypeMethodDescriptioncom.wowza.wms.drm.cenc.CencSampleAuxiliaryDataICencEncryptor.encryptNonVideoSample(byte[] buffer, int dataStart, int dataSize, PacketFragmentList packetsList) Performs the alternative mechanism of encryption for non video tracks specified for the implemented scheme (Usually full-sample encryption). -
Uses of PacketFragmentList in com.wowza.wms.httpstreamer.cupertinostreaming.livestreampacketizer
Methods in com.wowza.wms.httpstreamer.cupertinostreaming.livestreampacketizer that return PacketFragmentListModifier and TypeMethodDescriptionLiveStreamPacketizerCupertinoChunk.getFragments()IMediaSgement -
Uses of PacketFragmentList in com.wowza.wms.httpstreamer.model
Methods in com.wowza.wms.httpstreamer.model that return PacketFragmentList -
Uses of PacketFragmentList in com.wowza.wms.httpstreamer.mpegdashstreaming.util
Methods in com.wowza.wms.httpstreamer.mpegdashstreaming.util with parameters of type PacketFragmentListModifier and TypeMethodDescriptionstatic voidMPEGDashUtils.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.CencSampleAuxiliaryDataMPEGDashUtils.generateVideoSAD(ICencEncryptor encryptor, byte[] buffer, int offset, int size, PacketFragmentList delimitedNALUnits, int videoCodec, int nalUnitLen) -
Uses of PacketFragmentList in com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer
Methods in com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer with parameters of type PacketFragmentListModifier and TypeMethodDescriptionvoidHTTPStreamerSessionSmoothStreamer.logLiveFragment(com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer.SmoothStreamerFragmentId fragmentId, PacketFragmentList fragmentData) Deprecated.voidHTTPStreamerSessionSmoothStreamer.logVODFragment(com.wowza.wms.httpstreamer.smoothstreaming.httpstreamer.SmoothStreamerFragmentId fragmentId, PacketFragmentList fragmentData) Deprecated. -
Uses of PacketFragmentList in com.wowza.wms.httpstreamer.smoothstreaming.livestreampacketizer
Methods in com.wowza.wms.httpstreamer.smoothstreaming.livestreampacketizer that return PacketFragmentListModifier and TypeMethodDescriptionLiveStreamPacketizerSmoothStreaming.getAudioPacket(long timecode, boolean isInfo) Deprecated.SmoothStreamingFragments.getFragmentBytes(long timecode, boolean isInfo) Deprecated.SmoothStreamingFragments.getFragmentBytes(long timecode, boolean isInfo, int tolerance) Deprecated.SmoothStreamingFragment.getFragmentList()Deprecated.LiveStreamPacketizerSmoothStreaming.getVideoPacket(long timecode, boolean isInfo) Deprecated.LiveStreamPacketizerSmoothStreaming.getVideoPacket(long timecode, boolean isInfo, int keyFrameTolerance) Deprecated. -
Uses of PacketFragmentList in com.wowza.wms.manifest.model.m3u8
Methods in com.wowza.wms.manifest.model.m3u8 that return PacketFragmentListModifier and TypeMethodDescriptionMediaSegmentModel.getFragmentList()Get the fragment list that represents the byte data that makes up the fragmentMethods in com.wowza.wms.manifest.model.m3u8 with parameters of type PacketFragmentListModifier and TypeMethodDescriptionvoidMediaSegmentModel.setFragmentList(PacketFragmentList fragmentList) Set the fragment list that represents the byte data that makes up the fragment