Uses of Enum Class
org.codice.alliance.video.stream.mpegts.netty.PacketBuffer.FrameType
Packages that use PacketBuffer.FrameType
-
Uses of PacketBuffer.FrameType in org.codice.alliance.video.stream.mpegts.netty
Methods in org.codice.alliance.video.stream.mpegts.netty that return PacketBuffer.FrameTypeModifier and TypeMethodDescriptionstatic PacketBuffer.FrameTypeReturns the enum constant of this class with the specified name.static PacketBuffer.FrameType[]PacketBuffer.FrameType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.codice.alliance.video.stream.mpegts.netty with parameters of type PacketBuffer.FrameTypeModifier and TypeMethodDescriptionvoidPacketBuffer.frameComplete(PacketBuffer.FrameType frameType) Tell the packet buffer that the recently written data represents a complete frame.