¡@

Home 

2014/10/15 ¤U¤È 10:10:14

iphone Programming Glossary: incompleteaqbuffer

iOS Stream Audio from one iOS Device to Another

http://stackoverflow.com/questions/8357514/ios-stream-audio-from-one-ios-device-to-another

method set up in AQPlayer void AQPlayer AQBufferCallback void inUserData AudioQueueRef inAQ AudioQueueBufferRef inCompleteAQBuffer The method that we'll use to add part of our data to the audio queue is AudioQueueEnqueueBuffer AudioQueueEnqueueBuffer.. that we'll use to add part of our data to the audio queue is AudioQueueEnqueueBuffer AudioQueueEnqueueBuffer inAQ inCompleteAQBuffer 0 NULL inAQ is the reference to the queue as received by our callback. inCompleteAQBuffer is the pointer to an audio queue.. AudioQueueEnqueueBuffer inAQ inCompleteAQBuffer 0 NULL inAQ is the reference to the queue as received by our callback. inCompleteAQBuffer is the pointer to an audio queue buffer. So how do you get your data that is the pointer returned by calling the bytes method..