Contents

prepare

A callback to prepare the tap processor.

Declaration

var prepare: MTAudioProcessingTapPrepareCallback?

Discussion

Apps can use this callback to allocate memory buffers or perform other preparation. This field an be NULL.

See Also

Fields