Domanda

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) ?

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top