DBFILESThumbnailFormatTag
Objective-C
enum DBFILESThumbnailFormatTag : NSInteger {}
Swift
@frozen enum DBFILESThumbnailFormatTag : Int, @unchecked Sendable
The DBFILESThumbnailFormatTag
enum type represents the possible tag states
with which the DBFILESThumbnailFormat
union can exist.
-
(no description).
Declaration
Objective-C
DBFILESThumbnailFormatJpeg
Swift
case jpeg = 0
-
(no description).
Declaration
Objective-C
DBFILESThumbnailFormatPng
Swift
case png = 1