public class OnKeySoftLimitEvent extends MediaEvent
| Constructor and Description |
|---|
OnKeySoftLimitEvent(MediaObject source,
String timestamp,
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.
|
| Modifier and Type | Method and Description |
|---|---|
MediaType |
getMediaType()
Getter for the mediaType property
|
void |
setMediaType(MediaType mediaType)
Setter for the mediaType property
|
getType, setTypegetSource, getTags, getTimestamp, getTimestampMillis, setSource, setTags, setTimestamp, setTimestampMillispublic OnKeySoftLimitEvent(MediaObject source, String timestamp, String timestampMillis, List<Tag> tags, String type, MediaType mediaType)
source - Object that raised the eventtimestamp - [DEPRECATED: Use timestampMillis] The timestamp associated with this object: Seconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).timestampMillis - 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 streamCopyright © 2022 Kurento. All rights reserved.