Interface MediaInfoService
- All Known Implementing Classes:
DefaultMediaInfoService
public interface MediaInfoService
The Interface MediaInfoService.
-
Method Summary
Modifier and TypeMethodDescriptionGets the fallback icon.getNonWebMediaInfo(String mime) Gets the non web media info.Gets the non web media infos.Gets the web media infos.isWebMedia(MediaModel media) Checks if is web media.isWebMedia(String mime) Checks if is web media.
-
Method Details
-
isWebMedia
Checks if is web media.- Parameters:
media- the media- Returns:
- the boolean
-
isWebMedia
Checks if is web media.- Parameters:
mime- the mime- Returns:
- the boolean
-
getWebMediaInfos
Gets the web media infos.- Returns:
- the web media infos
-
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
Gets the non web media info.- Parameters:
mime- the mime- Returns:
- the non web media info
-