---
title: "CAShow(_:)"
framework: audiotoolbox
role: symbol
role_heading: Function
path: "audiotoolbox/cashow(_:)"
---

# CAShow(_:)

Prints the internal state of an object to stdio.

## Declaration

```swift
func CAShow(_ inObject: UnsafeMutableRawPointer)
```

## Parameters

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

## Discussion

Discussion

## See Also

### Audio Toolbox Debugging Functions

- [CAShowFile(_:_:)](audiotoolbox/cashowfile(_:_:).md)
