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

# AudioFileStreamPropertyFlags

```
struct AudioFileStreamPropertyFlags
```

## Topics

### Constants

[`cacheProperty`](/documentation/AudioToolbox/AudioFileStreamPropertyFlags/cacheProperty)

A property listener sets this flag to instruct the parser to cache the property value so that it remains available after the callback returns.

[`propertyIsCached`](/documentation/AudioToolbox/AudioFileStreamPropertyFlags/propertyIsCached)

This flag is set when the callback [`AudioFileStream_PropertyListenerProc`](/documentation/AudioToolbox/AudioFileStream_PropertyListenerProc) is invoked in the case that the value of the property has been cached and can be obtained later.



---

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)