org.red5.io
public interface IKeyFrameMetaCache
Modifier and Type | Method and Description |
---|---|
IKeyFrameDataAnalyzer.KeyFrameMeta |
loadKeyFrameMeta(File file)
Load keyframe informations for the given file.
|
void |
saveKeyFrameMeta(File file,
IKeyFrameDataAnalyzer.KeyFrameMeta meta)
Store keyframe informations for the given file.
|
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.Copyright © 2006-2012 The Red5 Project