Uses of Interface
org.red5.io.ITagWriter

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

Uses of ITagWriter in org.red5.io
 

Methods in org.red5.io that return ITagWriter
 ITagWriter IStreamableFile.getAppendWriter()
          Returns a Writer which is setup to append to the file.
 ITagWriter IStreamableFile.getWriter()
          Returns a writer that creates a new file or truncates existing contents.
 

Uses of ITagWriter in org.red5.io.flv
 

Methods in org.red5.io.flv that return ITagWriter
 ITagWriter IFLV.writerFromNearestKeyFrame(int seekPoint)
          Returns a Writer based on the nearest key frame
 

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

Classes in org.red5.io.flv.impl that implement ITagWriter
 class FLVWriter
          A Writer is used to write the contents of a FLV file
 

Methods in org.red5.io.flv.impl that return ITagWriter
 ITagWriter FLV.getAppendWriter()
          Returns a Writer which is setup to append to the file.
 ITagWriter FLV.getWriter()
          Returns a writer that creates a new file or truncates existing contents.
 ITagWriter FLV.writerFromNearestKeyFrame(int seekPoint)
          Returns a Writer based on the nearest key frame
 

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

Methods in org.red5.io.m4a.impl that return ITagWriter
 ITagWriter M4A.getAppendWriter()
           
 ITagWriter M4A.getWriter()
          Returns a writer that creates a new file or truncates existing contents.
 

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

Methods in org.red5.io.mp3.impl that return ITagWriter
 ITagWriter MP3.getAppendWriter()
          Returns a Writer which is setup to append to the file.
 ITagWriter MP3.getWriter()
          Returns a writer that creates a new file or truncates existing contents.
 

Uses of ITagWriter in org.red5.io.mp4
 

Methods in org.red5.io.mp4 that return ITagWriter
 ITagWriter IMP4.writerFromNearestKeyFrame(int seekPoint)
          Returns a Writer based on the nearest key frame
 

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

Methods in org.red5.io.mp4.impl that return ITagWriter
 ITagWriter MP4.getAppendWriter()
           
 ITagWriter MP4.getWriter()
          Returns a writer that creates a new file or truncates existing contents.
 ITagWriter MP4.writerFromNearestKeyFrame(int seekPoint)
          Returns a Writer based on the nearest key frame
 



Copyright © 2006-2012 The Red5 Project