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