public class RecordingEvent extends MediaEvent
Constructor and Description |
---|
RecordingEvent(MediaObject source,
String timestamp,
List<Tag> tags,
String type)
Fired when the recoding effectively starts.
|
getType, setType
getSource, getTags, getTimestamp, setSource, setTags, setTimestamp
public RecordingEvent(MediaObject source, String timestamp, List<Tag> tags, String type)
source
- Object that raised the eventtimestamp
- tags
- type
- Type of event that was raisedCopyright © 2018 Kurento. All rights reserved.