Contents

CAShowFile(_:_:)

Prints the internal state of an object to a file.

Declaration

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

See Also

Audio Toolbox Debugging Functions