CFDictionaryRef exifAttachments = CMGetAttachment(sampleBuffer, kCGImagePropertyExifDictionary, NULL);
if(exifAttachments){
MTExif *exif = [MTExif exifFromDictionary:(__bridge NSDictionary *)(exifAttachments)];
return exif;
}
CFDictionaryRef exifAttachments = CMGetAttachment(sampleBuffer, kCGImagePropertyExifDictionary, NULL);
if(exifAttachments){
MTExif *exif = [MTExif exifFromDictionary:(__bridge NSDictionary *)(exifAttachments)];
return exif;
}
本文标题:获取exif信息
本文链接:https://www.haomeiwen.com/subject/eipxsftx.html
网友评论