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

Packages that use IMetaService
org.red5.io.flv   
org.red5.io.flv.impl   
org.red5.io.flv.meta   
 

Uses of IMetaService in org.red5.io.flv
 

Methods in org.red5.io.flv with parameters of type IMetaService
 void IFLV.setMetaService(IMetaService service)
          Sets the MetaService through Spring
 

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

Methods in org.red5.io.flv.impl with parameters of type IMetaService
 void FLV.setMetaService(IMetaService service)
          Sets the MetaService through Spring
 

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

Classes in org.red5.io.flv.meta that implement IMetaService
 class MetaService
          MetaService represents a MetaData service in Spring
 



Copyright © 2006-2009 The Red5 Project