Created
June 27, 2014 07:27
-
-
Save demonnico/d67d323e0939d6970dfc to your computer and use it in GitHub Desktop.
codesnipple.m
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//get default metadata infomation from CMSampleBufferRef instance. | |
NSDictionary * dic = | |
(__bridge NSDictionary*)CMCopyDictionaryOfAttachments(NULL, imageDataSampleBuffer, kCMAttachmentMode_ShouldPropagate); | |
NSLog(@"default metadata:%@",dic); | |
// |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment