Uses of Class
org.red5.io.BaseStreamableFileService

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

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

Subclasses of BaseStreamableFileService in org.red5.io.flv.impl
 class FLVService
          A FLVServiceImpl sets up the service and hands out FLV objects to its callers.
 

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

Subclasses of BaseStreamableFileService in org.red5.io.m4a.impl
 class M4AService
          A M4AServiceImpl sets up the service and hands out M4A objects to its callers.
 

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

Subclasses of BaseStreamableFileService in org.red5.io.mp3.impl
 class MP3Service
          Streamable file service extension for MP3
 

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

Subclasses of BaseStreamableFileService in org.red5.io.mp4.impl
 class MP4Service
          A MP4ServiceImpl sets up the service and hands out MP4 objects to its callers.
 



Copyright © 2006-2012 The Red5 Project