public class MediaEvent extends RaiseBaseEvent
Constructor and Description |
---|
MediaEvent(MediaObject source,
java.lang.String timestamp,
java.util.List<Tag> tags,
java.lang.String type)
Base for all events raised by elements in the Kurento media server.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getType()
Getter for the type property
|
void |
setType(java.lang.String type)
Setter for the type property
|
getSource, getTags, getTimestamp, setSource, setTags, setTimestamp
public MediaEvent(MediaObject source, java.lang.String timestamp, java.util.List<Tag> tags, java.lang.String type)
source
- Object that raised the eventtimestamp
- tags
- type
- Type of event that was raised