Interface MediaInfoService

All Known Implementing Classes:
DefaultMediaInfoService

public interface MediaInfoService
The Interface MediaInfoService.
  • Method Details

    • isWebMedia

      Boolean isWebMedia(MediaModel media)
      Checks if is web media.
      Parameters:
      media - the media
      Returns:
      the boolean
    • isWebMedia

      Boolean isWebMedia(String mime)
      Checks if is web media.
      Parameters:
      mime - the mime
      Returns:
      the boolean
    • getWebMediaInfos

      Set<MediaInfo> getWebMediaInfos()
      Gets the web media infos.
      Returns:
      the web media infos
    • getNonWebMediaInfos

      Set<MediaInfo> getNonWebMediaInfos()
      Gets the non web media infos.
      Returns:
      the non web media infos
    • getFallbackIcon

      String getFallbackIcon()
      Gets the fallback icon.
      Returns:
      the fallback icon
    • getNonWebMediaInfo

      MediaInfo getNonWebMediaInfo(String mime)
      Gets the non web media info.
      Parameters:
      mime - the mime
      Returns:
      the non web media info