Uses of Interface
org.red5.io.IStreamableFileService

Packages that use IStreamableFileService
org.red5.io   
org.red5.io.flv   
org.red5.io.flv.impl   
org.red5.io.m4a   
org.red5.io.m4a.impl   
org.red5.io.mp3   
org.red5.io.mp3.impl   
org.red5.io.mp4   
org.red5.io.mp4.impl   
 

Uses of IStreamableFileService in org.red5.io
 

Classes in org.red5.io that implement IStreamableFileService
 class BaseStreamableFileService
          Base class for streamable file services.
 

Methods in org.red5.io that return IStreamableFileService
 IStreamableFileService IStreamableFileFactory.getService(File fp)
           
 IStreamableFileService StreamableFileFactory.getService(File fp)
          
 

Methods in org.red5.io that return types with arguments of type IStreamableFileService
 Set<IStreamableFileService> IStreamableFileFactory.getServices()
          Getter for services
 Set<IStreamableFileService> StreamableFileFactory.getServices()
          Getter for services
 

Method parameters in org.red5.io with type arguments of type IStreamableFileService
 void StreamableFileFactory.setServices(Set<IStreamableFileService> services)
          Setter for services
 

Uses of IStreamableFileService in org.red5.io.flv
 

Subinterfaces of IStreamableFileService in org.red5.io.flv
 interface IFLVService
          A FLVService sets up the service and hands out FLV objects to its callers
 

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

Classes in org.red5.io.flv.impl that implement IStreamableFileService
 class FLVService
          A FLVServiceImpl sets up the service and hands out FLV objects to its callers.
 

Uses of IStreamableFileService in org.red5.io.m4a
 

Subinterfaces of IStreamableFileService in org.red5.io.m4a
 interface IM4AService
          A M4AService sets up the service and hands out M4A objects to its callers
 

Uses of IStreamableFileService in org.red5.io.m4a.impl
 

Classes in org.red5.io.m4a.impl that implement IStreamableFileService
 class M4AService
          A M4AServiceImpl sets up the service and hands out M4A objects to its callers.
 

Uses of IStreamableFileService in org.red5.io.mp3
 

Subinterfaces of IStreamableFileService in org.red5.io.mp3
 interface IMP3Service
          Provide access to MP3 objects.
 

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

Classes in org.red5.io.mp3.impl that implement IStreamableFileService
 class MP3Service
          Streamable file service extension for MP3
 

Uses of IStreamableFileService in org.red5.io.mp4
 

Subinterfaces of IStreamableFileService in org.red5.io.mp4
 interface IMP4Service
          A MP4Service sets up the service and hands out MP4 objects to its callers
 

Uses of IStreamableFileService in org.red5.io.mp4.impl
 

Classes in org.red5.io.mp4.impl that implement IStreamableFileService
 class MP4Service
          A MP4ServiceImpl sets up the service and hands out MP4 objects to its callers.
 



Copyright © 2006-2010 The Red5 Project