Class MediaInfo


  • public class MediaInfo
    extends java.lang.Object
    The Class MediaInfo.
    • Constructor Summary

      Constructors 
      Constructor Description
      MediaInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFileExt()
      Gets the file ext.
      java.lang.String getIcon()
      Gets the icon.
      java.lang.String getMime()
      Gets the mime.
      void setFileExt​(java.lang.String fileExt)
      Sets the file ext.
      void setIcon​(java.lang.String icon)
      Sets the icon.
      void setMime​(java.lang.String mime)
      Sets the mime.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MediaInfo

        public MediaInfo()
    • Method Detail

      • getFileExt

        public java.lang.String getFileExt()
        Gets the file ext.
        Returns:
        the fileExt
      • setFileExt

        public void setFileExt​(java.lang.String fileExt)
        Sets the file ext.
        Parameters:
        fileExt - the fileExt to set
      • getMime

        public java.lang.String getMime()
        Gets the mime.
        Returns:
        the mime
      • setMime

        public void setMime​(java.lang.String mime)
        Sets the mime.
        Parameters:
        mime - the mime to set
      • getIcon

        public java.lang.String getIcon()
        Gets the icon.
        Returns:
        the icon
      • setIcon

        public void setIcon​(java.lang.String icon)
        Sets the icon.
        Parameters:
        icon - the icon to set