Uses of Class
net.sf.jack4j.JackTransportState

Packages that use JackTransportState
net.sf.jack4j   
net.sf.jack4j.examples   
 

Uses of JackTransportState in net.sf.jack4j
 

Methods in net.sf.jack4j that return JackTransportState
static JackTransportState JackTransportState.byIntValue(int intValue)
          Returns the enum constant with given integer value.
 JackTransportState JackTransportClient.queryTransport(TransportPosition position)
          Queries current state and position of Jack transport.
static JackTransportState JackTransportState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JackTransportState[] JackTransportState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.jack4j with parameters of type JackTransportState
 boolean AbstractJackTransportClient.syncCallback(JackTransportState state, TransportPosition position)
          Always returns true.
abstract  boolean JackTransportClient.syncCallback(JackTransportState state, TransportPosition position)
          Synchronization callback for slow-sync clients.
 void AbstractJackTransportClient.timebaseCallback(JackTransportState state, int nframes, TransportPosition pos, boolean newPos)
          Does nothing.
abstract  void JackTransportClient.timebaseCallback(JackTransportState state, int nframes, TransportPosition pos, boolean newPos)
          Callback that provides extended position information to Jack transport.
 

Uses of JackTransportState in net.sf.jack4j.examples
 

Methods in net.sf.jack4j.examples with parameters of type JackTransportState
 void TimebaseMaster.timebaseCallback(JackTransportState state, int nframes, TransportPosition pos, boolean newPos)
          This callback computes the timebase information.
 



Copyright © 2008 Ondrej Par. All Rights Reserved.