lumis.portal.file.metadata
Interface IFileMetadata

Package class diagram package IFileMetadata
All Superinterfaces:
IFileMetadata

@StableMinor(version="6.2",
             sinceVersion="6.1")
public interface IFileMetadata
extends IFileMetadata

Provides the metadata of a file.

Since:
6.1.0

Field Summary
 
Fields inherited from interface lumis.portal.fileparser.IFileMetadata
METADATA_DURATION, METADATA_FORMAT, METADATA_HEIGHT, METADATA_WIDTH
 
Method Summary
 Long getDuration()
          Returns the duration metadata, in milliseconds.
 String getFormat()
          Returns the format metadata.
 Integer getHeight()
          Returns the height metadata.
 Integer getWidth()
          Returns the width metadata.
 

Method Detail

getDuration

Long getDuration()
Returns the duration metadata, in milliseconds.

Specified by:
getDuration in interface IFileMetadata
Returns:
the duration in milliseconds, or null if it is unknown or not applicable.
Since:
6.1.0

getHeight

Integer getHeight()
Returns the height metadata.

Specified by:
getHeight in interface IFileMetadata
Returns:
the height metadata, or null if it is unknown or not applicable.
Since:
6.1.0

getWidth

Integer getWidth()
Returns the width metadata.

Specified by:
getWidth in interface IFileMetadata
Returns:
the width metadata, or null if it is unknown or not applicable.
Since:
6.1.0

getFormat

String getFormat()
Returns the format metadata.

Specified by:
getFormat in interface IFileMetadata
Returns:
the format, or null if it is unknown or not applicable.
Since:
6.1.0


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.