Interface IFileMetadata

  • All Known Subinterfaces:
    IFileMetadata
    All Known Implementing Classes:
    FileMetadata

    @Deprecated
    public interface IFileMetadata
    Deprecated.
    Since 6.1.0, replaced by IFileMetadata.
    Stores the metadata of a file.
    Since:
    6.0.0
    Version:
    $Revision: 13752 $ $Date: 2011-10-13 14:10:51 -0300 (Thu, 13 Oct 2011) $
    • Method Detail

      • getDuration

        Long getDuration()
        Deprecated.
        Returns the duration metadata.
        Returns:
        the duration metadata.
        Since:
        6.0.0
      • getHeight

        Integer getHeight()
        Deprecated.
        Returns the height metadata.
        Returns:
        the height metadata.
        Since:
        6.0.0
      • getWidth

        Integer getWidth()
        Deprecated.
        Returns the width metadata.
        Returns:
        the width metadata.
        Since:
        6.0.0
      • getFormat

        String getFormat()
        Deprecated.
        Returns the format metadata.
        Returns:
        the format metadata.
        Since:
        6.0.0