Package org.kurento.client
Class OnKeySoftLimitEvent
java.lang.Object
org.kurento.client.RaiseBaseEvent
org.kurento.client.MediaEvent
org.kurento.client.OnKeySoftLimitEvent
- All Implemented Interfaces:
Event
Fired when encryption is used and any stream reached the soft key usage limit, which means it will expire soon.
-
Constructor Summary
ConstructorsConstructorDescriptionOnKeySoftLimitEvent
(MediaObject source, String timestampMillis, List<Tag> tags, String type, MediaType mediaType) Fired when encryption is used and any stream reached the soft key usage limit, which means it will expire soon. -
Method Summary
Modifier and TypeMethodDescriptionGetter for the mediaType propertyvoid
setMediaType
(MediaType mediaType) Setter for the mediaType propertyMethods 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
-
OnKeySoftLimitEvent
public OnKeySoftLimitEvent(MediaObject source, String timestampMillis, List<Tag> tags, String type, MediaType mediaType) Fired when encryption is used and any stream reached the soft key usage limit, which means it will expire soon.- 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 raisedmediaType
- The media stream
-
-
Method Details
-
getMediaType
Getter for the mediaType property- Returns:
- The media stream *
-
setMediaType
Setter for the mediaType property- Parameters:
mediaType
- The media stream
-