DBFILESThumbnailSizeTag
Objective-C
enum DBFILESThumbnailSizeTag : NSInteger {}
Swift
@frozen enum DBFILESThumbnailSizeTag : Int, @unchecked Sendable
The DBFILESThumbnailSizeTag
enum type represents the possible tag states
with which the DBFILESThumbnailSize
union can exist.
-
32 by 32 px.
Declaration
Objective-C
DBFILESThumbnailSizeW32h32
Swift
case w32h32 = 0
-
64 by 64 px.
Declaration
Objective-C
DBFILESThumbnailSizeW64h64
Swift
case w64h64 = 1
-
128 by 128 px.
Declaration
Objective-C
DBFILESThumbnailSizeW128h128
Swift
case w128h128 = 2
-
256 by 256 px.
Declaration
Objective-C
DBFILESThumbnailSizeW256h256
Swift
case w256h256 = 3
-
480 by 320 px.
Declaration
Objective-C
DBFILESThumbnailSizeW480h320
Swift
case w480h320 = 4
-
640 by 480 px.
Declaration
Objective-C
DBFILESThumbnailSizeW640h480
Swift
case w640h480 = 5
-
960 by 640 px.
Declaration
Objective-C
DBFILESThumbnailSizeW960h640
Swift
case w960h640 = 6
-
1024 by 768 px.
Declaration
Objective-C
DBFILESThumbnailSizeW1024h768
Swift
case w1024h768 = 7
-
2048 by 1536 px.
Declaration
Objective-C
DBFILESThumbnailSizeW2048h1536
Swift
case w2048h1536 = 8