Package | Description |
---|---|
org.red5.io.flv.meta |
Modifier and Type | Class and Description |
---|---|
class |
MetaCue<K,V>
Cue point is metadata marker used to control and accompany video playback with client-side application
events.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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