public class ObjectDestroyedEvent extends RaiseBaseEvent
Constructor and Description |
---|
ObjectDestroyedEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String objectId)
Indicates that an object has been destroyed on the mediaserver
|
Modifier and Type | Method and Description |
---|---|
String |
getObjectId()
Getter for the objectId property
|
void |
setObjectId(String objectId)
Setter for the objectId property
|
getSource, getTags, getTimestamp, getTimestampMillis, setSource, setTags, setTimestamp, setTimestampMillis
public ObjectDestroyedEvent(MediaObject source, String timestamp, String timestampMillis, List<Tag> tags, String objectId)
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
- objectId
- The id of the object that has been destroyedCopyright © 2022 Kurento. All rights reserved.