Uses of Interface
org.red5.io.flv.meta.IMetaData

Packages that use IMetaData
org.red5.io.flv   
org.red5.io.flv.impl   
org.red5.io.flv.meta   
org.red5.io.mp4   
org.red5.io.mp4.impl   
 

Uses of IMetaData in org.red5.io.flv
 

Methods in org.red5.io.flv that return IMetaData
 IMetaData IFLV.getMetaData()
          Returns a map of the metadata
 

Methods in org.red5.io.flv with parameters of type IMetaData
 void IFLV.setMetaData(IMetaData metadata)
          Sets the metadata
 

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

Methods in org.red5.io.flv.impl that return IMetaData
 IMetaData FLV.getMetaData()
          Returns a map of the metadata
 

Methods in org.red5.io.flv.impl with parameters of type IMetaData
 void FLV.setMetaData(IMetaData meta)
          Sets the metadata
 

Uses of IMetaData in org.red5.io.flv.meta
 

Classes in org.red5.io.flv.meta that implement IMetaData
 class MetaData<K,V>
          MetaData Implementation
 

Methods in org.red5.io.flv.meta with parameters of type IMetaData
static IMeta MetaService.mergeMeta(IMetaData<?,?> metaData1, IMetaData<?,?> metaData2)
          Merges the two Meta objects
static IMeta MetaService.mergeMeta(IMetaData<?,?> metaData1, IMetaData<?,?> metaData2)
          Merges the two Meta objects
 void IMetaService.write(IMetaData<?,?> meta)
          Initiates writing of the MetaData
 void MetaService.write(IMetaData<?,?> meta)
          Initiates writing of the MetaData
 void IMetaService.writeMetaData(IMetaData<?,?> metaData)
          Writes the MetaData
 void MetaService.writeMetaData(IMetaData<?,?> metaData)
          Writes the MetaData
 

Uses of IMetaData in org.red5.io.mp4
 

Methods in org.red5.io.mp4 that return IMetaData
 IMetaData<?,?> IMP4.getMetaData()
          Returns a map of the metadata
 

Methods in org.red5.io.mp4 with parameters of type IMetaData
 void IMP4.setMetaData(IMetaData<?,?> metadata)
          Sets the metadata
 

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

Methods in org.red5.io.mp4.impl that return IMetaData
 IMetaData<?,?> MP4.getMetaData()
          Returns a map of the metadata
 

Methods in org.red5.io.mp4.impl with parameters of type IMetaData
 void MP4.setMetaData(IMetaData<?,?> meta)
          Sets the metadata
 



Copyright © 2006-2012 The Red5 Project