Package | Description |
---|---|
org.red5.io | |
org.red5.io.flv | |
org.red5.io.flv.impl | |
org.red5.io.mp3.impl | |
org.red5.io.mp4.impl |
Modifier and Type | Method and Description |
---|---|
IKeyFrameDataAnalyzer.KeyFrameMeta |
CachingFileKeyFrameMetaCache.loadKeyFrameMeta(File file) |
IKeyFrameDataAnalyzer.KeyFrameMeta |
FileKeyFrameMetaCache.loadKeyFrameMeta(File file)
Load keyframe informations for the given file.
|
IKeyFrameDataAnalyzer.KeyFrameMeta |
IKeyFrameMetaCache.loadKeyFrameMeta(File file)
Load keyframe informations for the given file.
|
Modifier and Type | Method and Description |
---|---|
void |
CachingFileKeyFrameMetaCache.saveKeyFrameMeta(File file,
IKeyFrameDataAnalyzer.KeyFrameMeta meta) |
void |
FileKeyFrameMetaCache.saveKeyFrameMeta(File file,
IKeyFrameDataAnalyzer.KeyFrameMeta meta)
Store keyframe informations for the given file.
|
void |
IKeyFrameMetaCache.saveKeyFrameMeta(File file,
IKeyFrameDataAnalyzer.KeyFrameMeta meta)
Store keyframe informations for the given file.
|
Modifier and Type | Method and Description |
---|---|
IKeyFrameDataAnalyzer.KeyFrameMeta |
IKeyFrameDataAnalyzer.analyzeKeyFrames()
Analyze and return keyframe metadata.
|
Modifier and Type | Method and Description |
---|---|
IKeyFrameDataAnalyzer.KeyFrameMeta |
FLVReader.analyzeKeyFrames()
Key frames analysis may be used as a utility method so
synchronize it.
|
Modifier and Type | Method and Description |
---|---|
IKeyFrameDataAnalyzer.KeyFrameMeta |
MP3Reader.analyzeKeyFrames()
Analyze and return keyframe metadata.
|
Modifier and Type | Method and Description |
---|---|
IKeyFrameDataAnalyzer.KeyFrameMeta |
MP4Reader.analyzeKeyFrames() |
Copyright © 2006-2012 The Red5 Project