Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
msching committed Aug 3, 2014
1 parent b2b4039 commit 15f2722
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -141,7 +141,7 @@ - (void)_createAudioOutputQueue:(NSData *)magicCookie

if (magicCookie)
{
AudioQueueSetProperty(_audioQueue, kAudioQueueProperty_MagicCookie, [magicCookie bytes], [magicCookie length]);
AudioQueueSetProperty(_audioQueue, kAudioQueueProperty_MagicCookie, [magicCookie bytes], (UInt32)[magicCookie length]);
}

[self setVolumeParameter];

0 comments on commit 15f2722

Please sign in to comment.