File tree Expand file tree Collapse file tree 5 files changed +6
-0
lines changed Expand file tree Collapse file tree 5 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ public class AppleMakernoteDirectory : Directory
28
28
public const int TagBurstUuid = 0x000b ;
29
29
public const int TagContentIdentifier = 0x0011 ;
30
30
public const int TagImageUniqueId = 0x0015 ;
31
+ public const int TagLivePhotoId = 0x0017 ;
31
32
#pragma warning restore format
32
33
33
34
private static readonly Dictionary < int , string > _tagNameMap = new Dictionary < int , string >
@@ -38,6 +39,7 @@ public class AppleMakernoteDirectory : Directory
38
39
{ TagBurstUuid , "Burst UUID" } ,
39
40
{ TagContentIdentifier , "Content Identifier" } ,
40
41
{ TagImageUniqueId , "Image Unique ID" } ,
42
+ { TagLivePhotoId , "Live Photo ID" }
41
43
} ;
42
44
43
45
public AppleMakernoteDirectory ( )
Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ const MetadataExtractor.Formats.Avi.AviDirectory.TagDateTimeOriginal = 320 -> in
7
7
const MetadataExtractor.Formats.Exif.Makernotes.AppleMakernoteDirectory.TagAccelerationVector = 8 -> int
8
8
const MetadataExtractor.Formats.Exif.Makernotes.AppleMakernoteDirectory.TagContentIdentifier = 17 -> int
9
9
const MetadataExtractor.Formats.Exif.Makernotes.AppleMakernoteDirectory.TagImageUniqueId = 21 -> int
10
+ const MetadataExtractor.Formats.Exif.Makernotes.AppleMakernoteDirectory.TagLivePhotoId = 23 -> int
Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ const MetadataExtractor.Formats.Avi.AviDirectory.TagDateTimeOriginal = 320 -> in
7
7
const MetadataExtractor.Formats.Exif.Makernotes.AppleMakernoteDirectory.TagAccelerationVector = 8 -> int
8
8
const MetadataExtractor.Formats.Exif.Makernotes.AppleMakernoteDirectory.TagContentIdentifier = 17 -> int
9
9
const MetadataExtractor.Formats.Exif.Makernotes.AppleMakernoteDirectory.TagImageUniqueId = 21 -> int
10
+ const MetadataExtractor.Formats.Exif.Makernotes.AppleMakernoteDirectory.TagLivePhotoId = 23 -> int
Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ const MetadataExtractor.Formats.Avi.AviDirectory.TagDateTimeOriginal = 320 -> in
7
7
const MetadataExtractor.Formats.Exif.Makernotes.AppleMakernoteDirectory.TagAccelerationVector = 8 -> int
8
8
const MetadataExtractor.Formats.Exif.Makernotes.AppleMakernoteDirectory.TagContentIdentifier = 17 -> int
9
9
const MetadataExtractor.Formats.Exif.Makernotes.AppleMakernoteDirectory.TagImageUniqueId = 21 -> int
10
+ const MetadataExtractor.Formats.Exif.Makernotes.AppleMakernoteDirectory.TagLivePhotoId = 23 -> int
Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ const MetadataExtractor.Formats.Avi.AviDirectory.TagDateTimeOriginal = 320 -> in
7
7
const MetadataExtractor.Formats.Exif.Makernotes.AppleMakernoteDirectory.TagAccelerationVector = 8 -> int
8
8
const MetadataExtractor.Formats.Exif.Makernotes.AppleMakernoteDirectory.TagContentIdentifier = 17 -> int
9
9
const MetadataExtractor.Formats.Exif.Makernotes.AppleMakernoteDirectory.TagImageUniqueId = 21 -> int
10
+ const MetadataExtractor.Formats.Exif.Makernotes.AppleMakernoteDirectory.TagLivePhotoId = 23 -> int
You can’t perform that action at this time.
0 commit comments