public class ObjectCreatedEvent extends RaiseBaseEvent
| Constructor and Description |
|---|
ObjectCreatedEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
MediaObject object)
Indicates that an object has been created on the mediaserver
|
| Modifier and Type | Method and Description |
|---|---|
MediaObject |
getObject()
Getter for the object property
|
void |
setObject(MediaObject object)
Setter for the object property
|
getSource, getTags, getTimestamp, getTimestampMillis, setSource, setTags, setTimestamp, setTimestampMillispublic ObjectCreatedEvent(MediaObject source, String timestamp, String timestampMillis, List<Tag> tags, MediaObject object)
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 - object - The object that has been createdpublic MediaObject getObject()
public void setObject(MediaObject object)
object - The object that has been createdCopyright © 2022 Kurento. All rights reserved.