Uses of Interface
org.codice.alliance.video.stream.mpegts.rollover.RolloverCondition
Packages that use RolloverCondition
Package
Description
-
Uses of RolloverCondition in org.codice.alliance.video.stream.mpegts
Methods in org.codice.alliance.video.stream.mpegts with parameters of type RolloverConditionModifier and TypeMethodDescriptionvoidUdpStreamMonitor.setRolloverCondition(RolloverCondition rolloverCondition) -
Uses of RolloverCondition in org.codice.alliance.video.stream.mpegts.netty
Methods in org.codice.alliance.video.stream.mpegts.netty with parameters of type RolloverConditionModifier and TypeMethodDescriptionPacketBuffer.rotate(RolloverCondition rolloverCondition) If the rollover condition is not met, then the method will returnOptional.empty().voidUdpStreamProcessor.setRolloverCondition(RolloverCondition rolloverCondition) -
Uses of RolloverCondition in org.codice.alliance.video.stream.mpegts.rollover
Classes in org.codice.alliance.video.stream.mpegts.rollover that implement RolloverConditionModifier and TypeClassDescriptionclassCompute the boolean-or of two RolloverCondition objects.classTest to determine ifPacketBuffer.getAge()is greater than or equal to a specific threshold.classTest to determine ifPacketBuffer.getByteCount()()} is greater than or equal to a specific threshold.Constructors in org.codice.alliance.video.stream.mpegts.rollover with parameters of type RolloverConditionModifierConstructorDescriptionBooleanOrRolloverCondition(RolloverCondition firstCondition, RolloverCondition secondCondition)