Package org.red5.io.flv.meta
Interface IMetaCue
- All Superinterfaces:
Comparable<Object>
,IMeta
,Serializable
- All Known Implementing Classes:
MetaCue
ICuePoint defines contract methods for use with cuepoints
- Author:
- The Red5 Project, Dominick Accattato (daccattato@gmail.com)
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
setName
Sets the name- Parameters:
name
- Cue point name
-
getName
String getName()Gets the name- Returns:
- name Cue point name
-
setType
Sets the type type can be "event" or "navigation"- Parameters:
type
- Cue point type
-
getType
String getType()Gets the type- Returns:
- type Cue point type
-
setTime
void setTime(double d) Sets the time- Parameters:
d
- Timestamp
-
getTime
double getTime()Gets the time- Returns:
- time Timestamp
-