|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IKeyFrameMetaCache
Interface defining a cache for keyframe metadata informations.
Method Summary | |
---|---|
IKeyFrameDataAnalyzer.KeyFrameMeta |
loadKeyFrameMeta(File file)
Load keyframe informations for the given file. |
void |
removeKeyFrameMeta(File file)
Remove keyframe information for given file. |
void |
saveKeyFrameMeta(File file,
IKeyFrameDataAnalyzer.KeyFrameMeta meta)
Store keyframe informations for the given file. |
Method Detail |
---|
IKeyFrameDataAnalyzer.KeyFrameMeta loadKeyFrameMeta(File file)
file
- File to load informations for.
null
if none exist.void saveKeyFrameMeta(File file, IKeyFrameDataAnalyzer.KeyFrameMeta meta)
file
- File to save informations for.meta
- Keyframe informations for this file.void removeKeyFrameMeta(File file)
file
- File to remove information for.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |