Package org.kurento.client
Class RecordingEvent
java.lang.Object
org.kurento.client.RaiseBaseEvent
org.kurento.client.MediaEvent
org.kurento.client.RecordingEvent
- All Implemented Interfaces:
Event
Fired when the recoding effectively starts. ie: Media is received by the recorder, and
record()
method has been called.-
Constructor Summary
ConstructorsConstructorDescriptionRecordingEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type) Fired when the recoding effectively starts. -
Method Summary
Methods inherited from class org.kurento.client.MediaEvent
getType, setType
Methods inherited from class org.kurento.client.RaiseBaseEvent
getSource, getTags, getTimestampMillis, setSource, setTags, setTimestampMillis
-
Constructor Details
-
RecordingEvent
Fired when the recoding effectively starts. ie: Media is received by the recorder, andrecord()
method has been called.- Parameters:
source
- Object that raised the eventtimestampMillis
- The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).tags
-type
- Type of event that was raised
-