Uses of Interface
org.red5.io.ITag

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

Uses of ITag in org.red5.io
 

Methods in org.red5.io that return ITag
 ITag ITagReader.readTag()
          Returns a Tag object
 

Methods in org.red5.io with parameters of type ITag
 boolean ITagWriter.writeTag(ITag tag)
          Writes a Tag object
 

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

Classes in org.red5.io.flv.impl that implement ITag
 class Tag
          A Tag represents the contents or payload of a FLV file.
 

Methods in org.red5.io.flv.impl that return ITag
 ITag FLVReader.readTag()
          Returns a Tag object
 

Methods in org.red5.io.flv.impl with parameters of type ITag
 boolean FLVWriter.writeTag(ITag tag)
          Writes a Tag object
 

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

Methods in org.red5.io.mp3.impl that return ITag
 ITag MP3Reader.readTag()
          Returns a Tag object
 



Copyright © 2006-2009 The Red5 Project