<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AudioToolbox",
  "identifier" : "/documentation/AudioToolbox/AUHostTransportStateFlags",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Audio Toolbox"
    ],
    "preciseIdentifier" : "c:@E@AUHostTransportStateFlags"
  },
  "title" : "AUHostTransportStateFlags"
}
-->

# AUHostTransportStateFlags

```
struct AUHostTransportStateFlags
```

## Topics

### Constants

[`changed`](/documentation/AudioToolbox/AUHostTransportStateFlags/changed)

Indicates such state changes as start, stop, or seeking to another position in the timeline. Can be active if there was a change to the state of, or discontinuities in, the audio transport since the [`AUHostTransportStateBlock`](/documentation/AudioToolbox/AUHostTransportStateBlock) callback was last called.

[`cycling`](/documentation/AudioToolbox/AUHostTransportStateFlags/cycling)

Indicates that the host is cycling or looping.

[`moving`](/documentation/AudioToolbox/AUHostTransportStateFlags/moving)

Indicates that the audio transport is moving.

[`recording`](/documentation/AudioToolbox/AUHostTransportStateFlags/recording)

Indicates that the host is recording, or is prepared to record. Can be active with or without a moving state.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)