Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -(void) stopRadio {
- self.connectionStopped = YES; //this is where it says that connection was stopped
- AudioQueueStop(_audioData->audioQueue, TRUE);
- AudioQueueDispose(_audioData->audioQueue, TRUE);
- CFReadStreamClose(stream);
- CFRelease(stream);
- }
Advertisement
Add Comment
Please, Sign In to add comment