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 TypeClassDescriptionclass
MetaCue<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.cuePoints
Cue 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 int
MetaService.getTimeInMilliseconds
(IMetaCue metaCue) Returns a timestamp of cue point in millisecondsprivate static ITag
MetaService.injectMetaCue
(IMetaCue meta, ITag tag) Injects metadata (Cue Points) into a tagvoid
IMetaData.setMetaCue
(IMetaCue[] metaCue) Sets the cue pointsvoid
MetaData.setMetaCue
(IMetaCue[] cuePoints) Sets the Meta Cue Points