Interface AMImageMimeTypeProvider
public interface AMImageMimeTypeProvider
Provides the supported Adaptive Media image MIME types.
-
Method Summary
Modifier and TypeMethodDescriptionString[]Returns the supported MIME types that generate Adaptive Media images.booleanisMimeTypeSupported(String mimeType) Returnstrueif the provided MIME type generates Adaptive Media images.
-
Method Details
-
getSupportedMimeTypes
String[] getSupportedMimeTypes()Returns the supported MIME types that generate Adaptive Media images.- Returns:
- the supported MIME types that generate Adaptive Media images
-
isMimeTypeSupported
Returnstrueif the provided MIME type generates Adaptive Media images.- Parameters:
mimeType- the MIME type- Returns:
trueif the MIME type generates Adaptive Media images;falseotherwise
-