AUHostTransportStateFlags Enum

Definition

Enumerates flag values that describe the state of an audio transport.

public enum AUHostTransportStateFlags
type AUHostTransportStateFlags = 
Inheritance
AUHostTransportStateFlags

Fields

Changed 1

Indicates that state change has occured, such as a stop, start, seek, or other change since the host transport state block was last called.

Cycling 8

Indicates that the host is cycling.

Moving 2

Indicates that the transport is moving.

Recording 4

Indicates that the host is able to record, or is currently recording.

Applies to