Uses of Class
org.red5.io.flv.IKeyFrameDataAnalyzer.KeyFrameMeta
Package
Description
-
Uses of IKeyFrameDataAnalyzer.KeyFrameMeta in org.red5.io
Modifier and TypeFieldDescriptionprivate Map<String,
IKeyFrameDataAnalyzer.KeyFrameMeta> CachingFileKeyFrameMetaCache.inMemoryMetaCache
Modifier and TypeMethodDescriptionCachingFileKeyFrameMetaCache.loadKeyFrameMeta
(File file) FileKeyFrameMetaCache.loadKeyFrameMeta
(File file) Load keyframe informations for the given file.IKeyFrameMetaCache.loadKeyFrameMeta
(File file) Load keyframe informations for the given file.Modifier and TypeMethodDescriptionvoid
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. -
Uses of IKeyFrameDataAnalyzer.KeyFrameMeta in org.red5.io.flv
Modifier and TypeMethodDescriptionIKeyFrameDataAnalyzer.analyzeKeyFrames()
Analyze and return keyframe metadata. -
Uses of IKeyFrameDataAnalyzer.KeyFrameMeta in org.red5.io.flv.impl
Modifier and TypeMethodDescriptionFLVReader.analyzeKeyFrames()
Key frames analysis may be used as a utility method so synchronize it. -
Uses of IKeyFrameDataAnalyzer.KeyFrameMeta in org.red5.server.stream
-
Uses of IKeyFrameDataAnalyzer.KeyFrameMeta in org.red5.server.stream.provider