質問

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