Skip to content

Instantly share code, notes, and snippets.

@demonnico
Created June 27, 2014 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save demonnico/d67d323e0939d6970dfc to your computer and use it in GitHub Desktop.
Save demonnico/d67d323e0939d6970dfc to your computer and use it in GitHub Desktop.
codesnipple.m
//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