public class WindowInEvent
extends org.kurento.client.MediaEvent
| Constructor and Description |
|---|
WindowInEvent(org.kurento.client.MediaObject source,
String timestamp,
List<org.kurento.client.Tag> tags,
String type,
String windowId)
Event generated when an object enters a window.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getWindowId()
Getter for the windowId property
|
void |
setWindowId(String windowId)
Setter for the windowId property
|
public WindowInEvent(org.kurento.client.MediaObject source,
String timestamp,
List<org.kurento.client.Tag> tags,
String type,
String windowId)
source - Object that raised the eventtimestamp - tags - type - Type of event that was raisedwindowId - Opaque String indicating the id of the window enteredpublic String getWindowId()
public void setWindowId(String windowId)
windowId - Opaque String indicating the id of the window enteredCopyright © 2015. All rights reserved.