Class AUHostTransportStateFlags


  • public final class AUHostTransportStateFlags
    extends java.lang.Object
    [@enum] AUHostTransportStateFlags Flags describing the host's transport state. [@constant] AUHostTransportStateChanged True if, since the callback was last called, there was a change to the state of, or discontinuities in, the host's transport. Can indicate such state changes as start/stop, or seeking to another position in the timeline. [@constant] AUHostTransportStateMoving True if the transport is moving. [@constant] AUHostTransportStateRecording True if the host is recording, or prepared to record. Can be true with or without the transport moving. [@constant] AUHostTransportStateCycling True if the host is cycling or looping.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Changed  
      static long Cycling  
      static long Moving  
      static long Recording  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait