|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@StableMinor(version="6.2", sinceVersion="6.1") public interface IFileMetadata
Provides the metadata of a file.
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 |
---|
Long getDuration()
getDuration
in interface IFileMetadata
null
if it is unknown or
not applicable.Integer getHeight()
getHeight
in interface IFileMetadata
null
if it is unknown or
not applicable.Integer getWidth()
getWidth
in interface IFileMetadata
null
if it is unknown or
not applicable.String getFormat()
getFormat
in interface IFileMetadata
null
if it is unknown or
not applicable.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |