Uses of Class
com.wowza.util.PacketFragment
-
-
Uses of PacketFragment in com.wowza.util
Methods in com.wowza.util that return PacketFragment Modifier and Type Method Description PacketFragment
PacketFragment. clone()
-
Uses of PacketFragment in com.wowza.wms.httpstreamer.cupertinostreaming.util
Methods in com.wowza.wms.httpstreamer.cupertinostreaming.util that return types with arguments of type PacketFragment Modifier and Type Method Description java.util.List<PacketFragment>
ICupertinoEncryptor. getECMPESBytes(com.wowza.wms.httpstreamer.cupertinostreaming.util.CupertinoTransportStreamPIDContext pidContextECM, int videoPID, int audioPID, int dataPID, int ecmPID)
Method parameters in com.wowza.wms.httpstreamer.cupertinostreaming.util with type arguments of type PacketFragment Modifier and Type Method Description void
ICupertinoEncryptor. encryptAudioFrames(int codec, long pts, java.util.List<PacketFragment> fragments)
void
ICupertinoEncryptor. encryptVideoFrame(int codec, long pts, long dts, java.util.List<PacketFragment> fragments)
-
Uses of PacketFragment in com.wowza.wms.httpstreamer.smoothstreaming.livestreampacketizer
Methods in com.wowza.wms.httpstreamer.smoothstreaming.livestreampacketizer that return PacketFragment Modifier and Type Method Description PacketFragment
SmoothStreamingFragmentHeader. getHeaderData()
Deprecated.Methods in com.wowza.wms.httpstreamer.smoothstreaming.livestreampacketizer with parameters of type PacketFragment Modifier and Type Method Description void
SmoothStreamingFragmentHeader. setHeaderData(PacketFragment headerData)
Deprecated. -
Uses of PacketFragment in com.wowza.wms.transport.mpeg2
Methods in com.wowza.wms.transport.mpeg2 that return PacketFragment Modifier and Type Method Description PacketFragment
MPEG2MPTS.MPEG2MPTSBuffer.MPEG2Packet. payloadReadFragment(int length)
Methods in com.wowza.wms.transport.mpeg2 with parameters of type PacketFragment Modifier and Type Method Description void
MPEG2PESPacket. addFragment(PacketFragment fragment)
-