File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
src/frameworks/AVFoundation Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 8484
8585const AVMediaType AVMediaTypeAudio = @" soun" ;
8686const AVMediaType AVMediaTypeVideo = @" vide" ;
87+
88+ const AVMetadataKey AVMetadataCommonKeyAlbumName = @" albumName" ;
89+ const AVMetadataKey AVMetadataCommonKeyArtist = @" artist" ;
90+ const AVMetadataKey AVMetadataCommonKeyArtwork = @" artwork" ;
91+ const AVMetadataKey AVMetadataCommonKeyDescription = @" description" ;
92+ const AVMetadataKey AVMetadataCommonKeyTitle = @" title" ;
93+
94+ const AVMetadataKey AVMetadataID3MetadataKeyUserURL = @" WXXX" ;
Original file line number Diff line number Diff line change 11#import < Foundation/Foundation.h>
22
3+ typedef NSString *AVMetadataKey;
4+
5+ extern const AVMetadataKey AVMetadataCommonKeyAlbumName;
6+ extern const AVMetadataKey AVMetadataCommonKeyArtist;
7+ extern const AVMetadataKey AVMetadataCommonKeyArtwork;
8+ extern const AVMetadataKey AVMetadataCommonKeyDescription;
9+ extern const AVMetadataKey AVMetadataCommonKeyTitle;
10+
11+ extern const AVMetadataKey AVMetadataID3MetadataKeyUserURL;
12+
313typedef NSString *AVMediaType;
414typedef NSString *AVFileType;
515
You can’t perform that action at this time.
0 commit comments