AudioConverterInputDataProc
Deprecated. Use Audioconverterfillcomplexbuffer(_:_:_:_:_:_:) instead.
Declaration
typealias AudioConverterInputDataProc = (AudioConverterRef, UnsafeMutablePointer<UInt32>, UnsafeMutablePointer<UnsafeMutableRawPointer>, UnsafeMutableRawPointer?) -> OSStatusDiscussion
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.