Uses of Interface
org.red5.io.flv.meta.IMetaCue
Packages that use IMetaCue
-
Uses of IMetaCue in org.red5.io.flv.meta
Classes in org.red5.io.flv.meta that implement IMetaCueModifier and TypeClassDescriptionclassMetaCue<K,V> Cue point is metadata marker used to control and accompany video playback with client-side application events.Fields in org.red5.io.flv.meta declared as IMetaCueModifier and TypeFieldDescription(package private) IMetaCue[]MetaData.cuePointsCue points array.Methods in org.red5.io.flv.meta that return IMetaCueModifier and TypeMethodDescriptionIMetaCue[]IMetaData.getMetaCue()Gets the cue pointsIMetaCue[]MetaData.getMetaCue()Return array of cue pointsIMetaCue[]IMetaService.readMetaCue()Read the Meta Cue PointsIMetaCue[]MetaService.readMetaCue()Read the Meta Cue PointsMethods in org.red5.io.flv.meta with parameters of type IMetaCueModifier and TypeMethodDescriptionprivate static intMetaService.getTimeInMilliseconds(IMetaCue metaCue) Returns a timestamp of cue point in millisecondsprivate static ITagMetaService.injectMetaCue(IMetaCue meta, ITag tag) Injects metadata (Cue Points) into a tagvoidIMetaData.setMetaCue(IMetaCue[] metaCue) Sets the cue pointsvoidMetaData.setMetaCue(IMetaCue[] cuePoints) Sets the Meta Cue Points