|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object magoffin.matt.meta.support.AbstractMetadataResource magoffin.matt.meta.support.AbstractEnumMetadataResource<VideoMetadataType> magoffin.matt.meta.video.AbstractVideoMetadataResource magoffin.matt.meta.video.QuickTimeMetadataResource
public class QuickTimeMetadataResource
MetadataResourceFactory
for video metadata using QuickTime.
Field Summary |
---|
Fields inherited from class magoffin.matt.meta.support.AbstractMetadataResource |
---|
log |
Constructor Summary | |
---|---|
QuickTimeMetadataResource(quicktime.io.QTFile qtFile)
Construct with a QTFile. |
Method Summary | |
---|---|
protected void |
extractMetadata(quicktime.io.QTFile qtFile)
Extract the video metadata from the QTFile. |
Methods inherited from class magoffin.matt.meta.video.AbstractVideoMetadataResource |
---|
getDurationTime |
Methods inherited from class magoffin.matt.meta.support.AbstractEnumMetadataResource |
---|
addError, addValue, getValue, getValues, setValue, setValues |
Methods inherited from class magoffin.matt.meta.support.AbstractMetadataResource |
---|
addError, addValue, clearValues, getParsedKeys, getParseErrors, getValue, getValueList, getValues, setValue, setValues |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface magoffin.matt.meta.video.VideoMetadataResource |
---|
getValue, getValues |
Methods inherited from interface magoffin.matt.meta.MetadataResource |
---|
getParsedKeys, getParseErrors, getValue, getValues |
Constructor Detail |
---|
public QuickTimeMetadataResource(quicktime.io.QTFile qtFile)
qtFile
- the QTFileMethod Detail |
---|
protected void extractMetadata(quicktime.io.QTFile qtFile) throws quicktime.QTException
qtFile
- the QTFile
quicktime.QTException
- if an QuickTime error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |