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

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

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

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

Methods in org.red5.io.flv.meta that return IMetaCue
 IMetaCue[] IMetaData.getMetaCue()
          Gets the cue points
 IMetaCue[] MetaData.getMetaCue()
          Return array of cue points
 IMetaCue[] IMetaService.readMetaCue()
          Read the Meta Cue Points
 IMetaCue[] MetaService.readMetaCue()
          Read the Meta Cue Points
 

Methods in org.red5.io.flv.meta with parameters of type IMetaCue
 void IMetaData.setMetaCue(IMetaCue[] metaCue)
          Sets the cue points
 void MetaData.setMetaCue(IMetaCue[] cuePoints)
          Sets the Meta Cue Points
 



Copyright © 2006-2012 The Red5 Project