public final class AUHostTransportStateFlags
extends java.lang.Object
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.
public static final long Changed
public static final long Moving
public static final long Recording
public static final long Cycling