Uses of Interface
org.red5.io.IStreamableFile

Packages that use IStreamableFile
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 IStreamableFile in org.red5.io
 

Methods in org.red5.io that return IStreamableFile
 IStreamableFile ITagReader.getFile()
          Return the file that is loaded.
 IStreamableFile ITagWriter.getFile()
          Return the file that is written.
abstract  IStreamableFile BaseStreamableFileService.getStreamableFile(File file)
          Return streamable file reference.
 IStreamableFile IStreamableFileService.getStreamableFile(File file)
          Return streamable file reference.
 

Uses of IStreamableFile in org.red5.io.flv
 

Subinterfaces of IStreamableFile in org.red5.io.flv
 interface IFLV
          Represents FLV file
 

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

Classes in org.red5.io.flv.impl that implement IStreamableFile
 class FLV
          A FLVImpl implements the FLV api
 

Methods in org.red5.io.flv.impl that return IStreamableFile
 IStreamableFile FLVReader.getFile()
          Return the file that is loaded.
 IStreamableFile FLVWriter.getFile()
          Return the file that is written.
 IStreamableFile FLVService.getStreamableFile(File file)
          Return streamable file reference.
 

Uses of IStreamableFile in org.red5.io.m4a
 

Subinterfaces of IStreamableFile in org.red5.io.m4a
 interface IM4A
          Represents M4A / AAC file
 

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

Classes in org.red5.io.m4a.impl that implement IStreamableFile
 class M4A
          A M4AImpl implements the M4A api
 

Methods in org.red5.io.m4a.impl that return IStreamableFile
 IStreamableFile M4AReader.getFile()
          Return the file that is loaded.
 IStreamableFile M4AService.getStreamableFile(File file)
          Return streamable file reference.
 

Uses of IStreamableFile in org.red5.io.mp3
 

Subinterfaces of IStreamableFile in org.red5.io.mp3
 interface IMP3
          Informations about a MP3 file.
 

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

Classes in org.red5.io.mp3.impl that implement IStreamableFile
 class MP3
          Represents MP3 file
 

Methods in org.red5.io.mp3.impl that return IStreamableFile
 IStreamableFile MP3Reader.getFile()
          Return the file that is loaded.
 IStreamableFile MP3Service.getStreamableFile(File file)
          Return streamable file reference.
 

Uses of IStreamableFile in org.red5.io.mp4
 

Subinterfaces of IStreamableFile in org.red5.io.mp4
 interface IMP4
          Represents MP4 file
 

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

Classes in org.red5.io.mp4.impl that implement IStreamableFile
 class MP4
          A MP4Impl implements the MP4 api
 

Methods in org.red5.io.mp4.impl that return IStreamableFile
 IStreamableFile MP4Reader.getFile()
          Return the file that is loaded.
 IStreamableFile MP4Service.getStreamableFile(File file)
          Return streamable file reference.
 



Copyright © 2006-2012 The Red5 Project