| Package | Description |
|---|---|
| org.kurento.module.pointerdetector |
| Modifier and Type | Method and Description |
|---|---|
void |
PointerDetectorFilter.addWindow(PointerDetectorWindowMediaParam window)
Adds a new detection window for the filter to detect pointers entering or exiting the window
|
void |
PointerDetectorFilter.addWindow(PointerDetectorWindowMediaParam window,
org.kurento.client.Continuation<Void> cont)
Asynchronous version of addWindow:
Continuation.onSuccess(F) is called when the action is
done. |
void |
PointerDetectorFilter.addWindow(org.kurento.client.Transaction tx,
PointerDetectorWindowMediaParam window)
Adds a new detection window for the filter to detect pointers entering or exiting the window
|
| Modifier and Type | Method and Description |
|---|---|
PointerDetectorFilter.Builder |
PointerDetectorFilter.Builder.withWindows(List<PointerDetectorWindowMediaParam> windows)
Sets a value for windows in Builder for PointerDetectorFilter.
|
Copyright © 2015. All rights reserved.