سؤال

I have trouble with understanding what exactly is in buffer containing incoming data. Is AudioQueueBufferRef refers to piece of data (from last callback call) or it is whole past data (since AudioQueue start) ?

هل كانت مفيدة؟

المحلول

Have you taken a look at the Apple developer documentation for this?

An audio queue buffer, newly available to fill because the playback audio queue has acquired its contents.

It also provides the queue that triggered the callback.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top