Interface AMImageMimeTypeProvider


public interface AMImageMimeTypeProvider
Provides the supported Adaptive Media image MIME types.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the supported MIME types that generate Adaptive Media images.
    boolean
    Returns true if 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

      boolean isMimeTypeSupported(String mimeType)
      Returns true if the provided MIME type generates Adaptive Media images.
      Parameters:
      mimeType - the MIME type
      Returns:
      true if the MIME type generates Adaptive Media images; false otherwise