public class OnKeySoftLimitEvent extends MediaEvent
Constructor and Description |
---|
OnKeySoftLimitEvent(MediaObject source,
String timestamp,
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, setType
getSource, getTags, getTimestamp, setSource, setTags, setTimestamp
public OnKeySoftLimitEvent(MediaObject source, String timestamp, List<Tag> tags, String type, MediaType mediaType)
source
- Object that raised the eventtimestamp
- tags
- type
- Type of event that was raisedmediaType
- The media streamCopyright © 2018 Kurento. All rights reserved.