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

Packages that use IMeta
org.red5.io.flv.meta   
 

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

Subinterfaces of IMeta in org.red5.io.flv.meta
 interface IMetaCue
          ICuePoint defines contract methods for use with cuepoints
 interface IMetaData<K,V>
          FLV MetaData interface
 

Classes in org.red5.io.flv.meta that implement IMeta
 class MetaCue<K,V>
          Cue point is metadata marker used to control and accompany video playback with client-side application events.
 class MetaData<K,V>
          MetaData Implementation
 

Methods in org.red5.io.flv.meta that return IMeta
static IMeta MetaService.mergeMeta(IMetaData<?,?> metaData1, IMetaData<?,?> metaData2)
          Merges the two Meta objects
 



Copyright © 2006-2012 The Red5 Project