org.jnetstream.capture
Interface LiveCaptureDevice

All Superinterfaces:
CaptureDevice, com.slytechs.utils.namespace.Named

public interface LiveCaptureDevice
extends CaptureDevice

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jnetstream.capture.CaptureDevice
CaptureDevice.TimestampResolution
 
Nested classes/interfaces inherited from interface com.slytechs.utils.namespace.Named
com.slytechs.utils.namespace.Named.Util
 
Method Summary
 Filter<?> getFilter()
          Gets the assigned filter to this capture device.
 
Methods inherited from interface org.jnetstream.capture.CaptureDevice
getAddresses, getDescription, getDisplayName, getLinkType, getName, getProtocol, getRawLinkType, getTimestampResolution, getTimezone
 

Method Detail

getFilter

Filter<?> getFilter()
Gets the assigned filter to this capture device. Null if none exists. The currently assigned filter may have been assigned either by #setFilter method or at the time the capture device was opened using one of Captures.openLive(), Captures.openLive() or Captures.LiveCaptureFactory.openLive() methods.

Returns:
currently assigned filter or null if none assigned