public class RecordingEvent extends MediaEvent
record()
method has been called.Constructor and Description |
---|
RecordingEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type)
Fired when the recoding effectively starts.
|
getType, setType
getSource, getTags, getTimestamp, getTimestampMillis, setSource, setTags, setTimestamp, setTimestampMillis
public RecordingEvent(MediaObject source, String timestamp, String timestampMillis, List<Tag> tags, String type)
record()
method has been called.source
- Object that raised the eventtimestamp
- [DEPRECATED: Use timestampMillis] The timestamp associated with this object: Seconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).timestampMillis
- The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).tags
- type
- Type of event that was raisedCopyright © 2022 Kurento. All rights reserved.