|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.red5.io.FileKeyFrameMetaCache
public class FileKeyFrameMetaCache
File-based keyframe metadata cache.
| Constructor Summary | |
|---|---|
FileKeyFrameMetaCache()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileKeyFrameMetaCache()
| Method Detail |
|---|
public IKeyFrameDataAnalyzer.KeyFrameMeta loadKeyFrameMeta(File file)
loadKeyFrameMeta in interface IKeyFrameMetaCachefile - File to load informations for.
null if none exist.
public void saveKeyFrameMeta(File file,
IKeyFrameDataAnalyzer.KeyFrameMeta meta)
saveKeyFrameMeta in interface IKeyFrameMetaCachefile - File to save informations for.meta - Keyframe informations for this file.public void removeKeyFrameMeta(File file)
IKeyFrameMetaCache
removeKeyFrameMeta in interface IKeyFrameMetaCachefile - File to remove information for.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||