Class QLThumbnailRepresentationType
- java.lang.Object
-
- apple.quicklookthumbnailing.enums.QLThumbnailRepresentationType
-
public final class QLThumbnailRepresentationType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longIconIcon of the file type of the thumbnail request, provided by the system, that may not satisfy the parameters of the request.static longLowQualityThumbnailA version of the thumbnail that was retrieved from a cache or low quality generation but not satisfying the parameters of the request.static longThumbnailFinal version of the thumbnail for the given request, satisfying the parameters of the request.
-
-
-
Field Detail
-
Icon
public static final long Icon
Icon of the file type of the thumbnail request, provided by the system, that may not satisfy the parameters of the request.- See Also:
- Constant Field Values
-
LowQualityThumbnail
public static final long LowQualityThumbnail
A version of the thumbnail that was retrieved from a cache or low quality generation but not satisfying the parameters of the request.- See Also:
- Constant Field Values
-
Thumbnail
public static final long Thumbnail
Final version of the thumbnail for the given request, satisfying the parameters of the request.- See Also:
- Constant Field Values
-
-