public final class ThumbnailMetadata extends MetadataContainer
Represents image thumbnail or image cover metadata (across all formats).
Modifier and Type | Method and Description |
---|---|
byte[] |
getImageData()
Gets the image data of the thumbnail or image cover.
|
String |
getMimeType()
Gets the MIME type of the thumbnail or image cover.
|
getKeys
getByType, getMetadataType, readByStringKey
public final String getMimeType()
Gets the MIME type of the thumbnail or image cover.
public final byte[] getImageData()
Gets the image data of the thumbnail or image cover.
Copyright © 2018. All rights reserved.