Class StoppedEvent
java.lang.Object
org.kurento.client.RaiseBaseEvent
org.kurento.client.MediaEvent
org.kurento.client.StoppedEvent
- All Implemented Interfaces:
Event
Fired when the recorder has been stopped and all the media has been written to storage.
-
Constructor Summary
ConstructorsConstructorDescriptionStoppedEvent(MediaObject source, String timestampMillis, List<Tag> tags, String type) Fired when the recorder has been stopped and all the media has been written to storage. -
Method Summary
Methods inherited from class MediaEvent
getType, setTypeMethods inherited from class RaiseBaseEvent
getSource, getTags, getTimestampMillis, setSource, setTags, setTimestampMillis
-
Constructor Details
-
StoppedEvent
Fired when the recorder has been stopped and all the media has been written to storage.- 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
-