AUHostTransportStateFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates flag values that describe the state of an audio transport.
public enum AUHostTransportStateFlags
type AUHostTransportStateFlags =
- Inheritance
-
AUHostTransportStateFlags
Fields
Name | Value | Description |
---|---|---|
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. |
Moving | 2 | Indicates that the transport is moving. |
Recording | 4 | Indicates that the host is able to record, or is currently recording. |
Cycling | 8 | Indicates that the host is cycling. |