Class QLThumbnailGenerationRequestRepresentationTypes
- java.lang.Object
-
- apple.quicklookthumbnailing.enums.QLThumbnailGenerationRequestRepresentationTypes
-
public final class QLThumbnailGenerationRequestRepresentationTypes extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAllRequest all thumbnail representation types.static longIconRequest an icon, that is an image that represents the file type of the request.static longLowQualityThumbnailRequest a thumbnail representing the file that may come from a previously generated and cached copy or faster lower quality generation, not satisfying the parameters of the request (can be larger or smaller).static longThumbnailRequest a thumbnail representing the file, satisfying the parameters of the request (either retrieved from the cache, or generated).
-
-
-
Field Detail
-
Icon
public static final long Icon
Request an icon, that is an image that represents the file type of the request. The size of an icon may not satisfy the parameters of the request (can be larger or smaller).- See Also:
- Constant Field Values
-
LowQualityThumbnail
public static final long LowQualityThumbnail
Request a thumbnail representing the file that may come from a previously generated and cached copy or faster lower quality generation, not satisfying the parameters of the request (can be larger or smaller).- See Also:
- Constant Field Values
-
Thumbnail
public static final long Thumbnail
Request a thumbnail representing the file, satisfying the parameters of the request (either retrieved from the cache, or generated).- See Also:
- Constant Field Values
-
All
public static final long All
Request all thumbnail representation types.
-
-