Package apple.audiotoolbox.enums
Class AUHostTransportStateFlags
- java.lang.Object
-
- apple.audiotoolbox.enums.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 Detail
-
Changed
public static final long Changed
- See Also:
- Constant Field Values
-
Moving
public static final long Moving
- See Also:
- Constant Field Values
-
Recording
public static final long Recording
- See Also:
- Constant Field Values
-
Cycling
public static final long Cycling
- See Also:
- Constant Field Values
-
-