Class EndOfStreamEvent
java.lang.Object
org.kurento.client.RaiseBaseEvent
org.kurento.client.MediaEvent
org.kurento.client.EndOfStreamEvent
- All Implemented Interfaces:
Event
Event raised when the stream that the element sends out is finished.
-
Constructor Summary
ConstructorsConstructorDescriptionEndOfStreamEvent(MediaObject source, String timestampMillis, List<Tag> tags, String type) Event raised when the stream that the element sends out is finished. -
Method Summary
Methods inherited from class MediaEvent
getType, setTypeMethods inherited from class RaiseBaseEvent
getSource, getTags, getTimestampMillis, setSource, setTags, setTimestampMillis
-
Constructor Details
-
EndOfStreamEvent
Event raised when the stream that the element sends out is finished.- 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
-