Package org.kurento.client
Class PausedEvent
java.lang.Object
org.kurento.client.RaiseBaseEvent
org.kurento.client.MediaEvent
org.kurento.client.PausedEvent
- All Implemented Interfaces:
Event
Fired when the recorder goes to pause state
-
Constructor Summary
ConstructorsConstructorDescriptionPausedEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type) Fired when the recorder goes to pause state -
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
-
PausedEvent
Fired when the recorder goes to pause state- 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
-