Uses of Interface
org.red5.io.ITag

Packages that use ITag
org.red5.io   
org.red5.io.flv.impl   
org.red5.io.m4a.impl   
org.red5.io.mp3.impl   
org.red5.io.mp4.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.m4a.impl
 

Methods in org.red5.io.m4a.impl that return ITag
 ITag M4AReader.readTag()
          Packages media data for return to providers.
 ITag M4AReader.readTagHeader()
           
 

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
 

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

Methods in org.red5.io.mp4.impl that return ITag
 ITag MP4Reader.readTag()
          Packages media data for return to providers
 ITag MP4Reader.readTagHeader()
           
 



Copyright © 2006-2012 The Red5 Project