---
title: "CAShowFile(_:_:)"
framework: audiotoolbox
role: symbol
role_heading: Function
path: "audiotoolbox/cashowfile(_:_:)"
---

# CAShowFile(_:_:)

Prints the internal state of an object to a file.

## Declaration

```swift
func CAShowFile(_ inObject: UnsafeMutableRawPointer, _ inFile: UnsafeMutablePointer<FILE>)
```

## Parameters

- `inObject`: The Core Audio object whose internal state you want to print.
- `inFile`: The file you want to print object state information to

## Discussion

Discussion

## See Also

### Audio Toolbox Debugging Functions

- [CAShow(_:)](audiotoolbox/cashow(_:).md)
