Contents

AudioConverterInputDataProc

Deprecated. Use Audioconverterfillcomplexbuffer(_:_:_:_:_:_:) instead.

Declaration

typealias AudioConverterInputDataProc = (AudioConverterRef, UnsafeMutablePointer<UInt32>, UnsafeMutablePointer<UnsafeMutableRawPointer>, UnsafeMutableRawPointer?) -> OSStatus

Discussion

If you named your callback function MyAudioConverterInputDataProc, you would declare it like this:

Discussion

This deprecated callback supplies input data to the AudioConverterFillBuffer function. Use AudioConverterComplexInputDataProc instead.

See Also

Callbacks