Uses of Interface
org.red5.io.IKeyFrameMetaCache

Packages that use IKeyFrameMetaCache
org.red5.io   
org.red5.io.flv.impl   
org.red5.io.mp3.impl   
 

Uses of IKeyFrameMetaCache in org.red5.io
 

Classes in org.red5.io that implement IKeyFrameMetaCache
 class CachingFileKeyFrameMetaCache
           
 class FileKeyFrameMetaCache
          File-based keyframe metadata cache.
 

Uses of IKeyFrameMetaCache in org.red5.io.flv.impl
 

Methods in org.red5.io.flv.impl with parameters of type IKeyFrameMetaCache
 void FLVReader.setKeyFrameCache(IKeyFrameMetaCache keyframeCache)
           
 

Uses of IKeyFrameMetaCache in org.red5.io.mp3.impl
 

Methods in org.red5.io.mp3.impl with parameters of type IKeyFrameMetaCache
 void MP3Reader.setFrameCache(IKeyFrameMetaCache frameCache)
           
 



Copyright © 2006-2012 The Red5 Project