jAER project on SourceForge

Uses of Interface
net.sf.jaer.graphics.AEPlayerInterface

Packages that use AEPlayerInterface
net.sf.jaer Classes related to USB2 AER interface, ipot on-chip programmable bias generators. 
net.sf.jaer.graphics Rendering and diplaying address-events. 
 

Uses of AEPlayerInterface in net.sf.jaer
 

Classes in net.sf.jaer that implement AEPlayerInterface
 class JAERViewer.SyncPlayer
          Synchronized playback and control of such playback is not totally straightforward because of the bursty nature of AER - there are no frames to synchronize on and you obviously cannot sync on event number.
 

Methods in net.sf.jaer with parameters of type AEPlayerInterface
 AEPacketRaw JAERViewer.SyncPlayer.getNextPacket(AEPlayerInterface player)
          returns next packet of AE data to the caller, which is a particular AEPlayer inner class of AEViewer.
 

Uses of AEPlayerInterface in net.sf.jaer.graphics
 

Classes in net.sf.jaer.graphics that implement AEPlayerInterface
 class AEViewer.AEPlayer
          Handles file input of AEs to control the number of events/sample or period of time in the sample, etc.
 

Methods in net.sf.jaer.graphics that return AEPlayerInterface
 AEPlayerInterface AEViewer.getAePlayer()
           
 

Methods in net.sf.jaer.graphics with parameters of type AEPlayerInterface
 AEPacketRaw AEPlayerInterface.getNextPacket(AEPlayerInterface player)
           
 AEPacketRaw AEViewer.AEPlayer.getNextPacket(AEPlayerInterface player)
           
 


jAER project on SourceForge