A C G O P R S T W 

A

addWindow(PointerDetectorWindowMediaParam) - Method in interface org.kurento.module.pointerdetector.PointerDetectorFilter
Adds a new detection window for the filter to detect pointers entering or exiting the window
addWindow(PointerDetectorWindowMediaParam, Continuation<Void>) - Method in interface org.kurento.module.pointerdetector.PointerDetectorFilter
Asynchronous version of addWindow: Continuation.onSuccess(F) is called when the action is done.
addWindow(Transaction, PointerDetectorWindowMediaParam) - Method in interface org.kurento.module.pointerdetector.PointerDetectorFilter
Adds a new detection window for the filter to detect pointers entering or exiting the window
addWindowInListener(EventListener<WindowInEvent>) - Method in interface org.kurento.module.pointerdetector.PointerDetectorFilter
Add a EventListener for event WindowInEvent.
addWindowInListener(EventListener<WindowInEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.module.pointerdetector.PointerDetectorFilter
Add a EventListener for event WindowInEvent.
addWindowOutListener(EventListener<WindowOutEvent>) - Method in interface org.kurento.module.pointerdetector.PointerDetectorFilter
Add a EventListener for event WindowOutEvent.
addWindowOutListener(EventListener<WindowOutEvent>, Continuation<ListenerSubscription>) - Method in interface org.kurento.module.pointerdetector.PointerDetectorFilter
Add a EventListener for event WindowOutEvent.

C

clearWindows() - Method in interface org.kurento.module.pointerdetector.PointerDetectorFilter
Removes all pointer detector windows
clearWindows(Continuation<Void>) - Method in interface org.kurento.module.pointerdetector.PointerDetectorFilter
Asynchronous version of clearWindows: Continuation.onSuccess(F) is called when the action is done.
clearWindows(Transaction) - Method in interface org.kurento.module.pointerdetector.PointerDetectorFilter
Removes all pointer detector windows

G

getActiveImage() - Method in class org.kurento.module.pointerdetector.PointerDetectorWindowMediaParam
get uri of the image to be used when the pointer is inside the window
getHeight() - Method in class org.kurento.module.pointerdetector.PointerDetectorWindowMediaParam
get height in pixels
getHeight() - Method in class org.kurento.module.pointerdetector.WindowParam
get height in pixels of the window
getId() - Method in class org.kurento.module.pointerdetector.PointerDetectorWindowMediaParam
get id of the window for pointer detection
getImage() - Method in class org.kurento.module.pointerdetector.PointerDetectorWindowMediaParam
get uri of the image to be used for the window.
getImageTransparency() - Method in class org.kurento.module.pointerdetector.PointerDetectorWindowMediaParam
get transparency ratio of the image
getPackageName() - Static method in class org.kurento.module.PointerdetectorModuleInfo
 
getTopRightCornerX() - Method in class org.kurento.module.pointerdetector.WindowParam
get X coordinate of the left upper point of the window
getTopRightCornerY() - Method in class org.kurento.module.pointerdetector.WindowParam
get Y coordinate of the left upper point of the window
getUpperRightX() - Method in class org.kurento.module.pointerdetector.PointerDetectorWindowMediaParam
get X coordinate in pixels of the upper left corner
getUpperRightY() - Method in class org.kurento.module.pointerdetector.PointerDetectorWindowMediaParam
get Y coordinate in pixels of the upper left corner
getWidth() - Method in class org.kurento.module.pointerdetector.PointerDetectorWindowMediaParam
get width in pixels
getWidth() - Method in class org.kurento.module.pointerdetector.WindowParam
get width in pixels of the window
getWindowId() - Method in class org.kurento.module.pointerdetector.WindowInEvent
Getter for the windowId property
getWindowId() - Method in class org.kurento.module.pointerdetector.WindowOutEvent
Getter for the windowId property

O

org.kurento.module - package org.kurento.module
 
org.kurento.module.pointerdetector - package org.kurento.module.pointerdetector
 

P

PointerDetectorFilter - Interface in org.kurento.module.pointerdetector
This type of Filter detects UI pointers in a video feed.
PointerDetectorFilter.Builder - Class in org.kurento.module.pointerdetector
 
PointerDetectorFilter.Builder(MediaPipeline, WindowParam) - Constructor for class org.kurento.module.pointerdetector.PointerDetectorFilter.Builder
Creates a Builder for PointerDetectorFilter
PointerdetectorModuleInfo - Class in org.kurento.module
 
PointerdetectorModuleInfo() - Constructor for class org.kurento.module.PointerdetectorModuleInfo
 
PointerDetectorWindowMediaParam - Class in org.kurento.module.pointerdetector
Data structure for UI Pointer detection in video streams.
PointerDetectorWindowMediaParam(String, int, int, int, int) - Constructor for class org.kurento.module.pointerdetector.PointerDetectorWindowMediaParam
Create a PointerDetectorWindowMediaParam

R

removeWindow(String) - Method in interface org.kurento.module.pointerdetector.PointerDetectorFilter
Removes a window from the list to be monitored
removeWindow(String, Continuation<Void>) - Method in interface org.kurento.module.pointerdetector.PointerDetectorFilter
Asynchronous version of removeWindow: Continuation.onSuccess(F) is called when the action is done.
removeWindow(Transaction, String) - Method in interface org.kurento.module.pointerdetector.PointerDetectorFilter
Removes a window from the list to be monitored
removeWindowInListener(ListenerSubscription) - Method in interface org.kurento.module.pointerdetector.PointerDetectorFilter
Remove a ListenerSubscription for event WindowInEvent.
removeWindowInListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.module.pointerdetector.PointerDetectorFilter
Remove a ListenerSubscription for event WindowInEvent.
removeWindowOutListener(ListenerSubscription) - Method in interface org.kurento.module.pointerdetector.PointerDetectorFilter
Remove a ListenerSubscription for event WindowOutEvent.
removeWindowOutListener(ListenerSubscription, Continuation<Void>) - Method in interface org.kurento.module.pointerdetector.PointerDetectorFilter
Remove a ListenerSubscription for event WindowOutEvent.

S

setActiveImage(String) - Method in class org.kurento.module.pointerdetector.PointerDetectorWindowMediaParam
set uri of the image to be used when the pointer is inside the window
setHeight(int) - Method in class org.kurento.module.pointerdetector.PointerDetectorWindowMediaParam
set height in pixels
setHeight(int) - Method in class org.kurento.module.pointerdetector.WindowParam
set height in pixels of the window
setId(String) - Method in class org.kurento.module.pointerdetector.PointerDetectorWindowMediaParam
set id of the window for pointer detection
setImage(String) - Method in class org.kurento.module.pointerdetector.PointerDetectorWindowMediaParam
set uri of the image to be used for the window.
setImageTransparency(Float) - Method in class org.kurento.module.pointerdetector.PointerDetectorWindowMediaParam
set transparency ratio of the image
setTopRightCornerX(int) - Method in class org.kurento.module.pointerdetector.WindowParam
set X coordinate of the left upper point of the window
setTopRightCornerY(int) - Method in class org.kurento.module.pointerdetector.WindowParam
set Y coordinate of the left upper point of the window
setUpperRightX(int) - Method in class org.kurento.module.pointerdetector.PointerDetectorWindowMediaParam
set X coordinate in pixels of the upper left corner
setUpperRightY(int) - Method in class org.kurento.module.pointerdetector.PointerDetectorWindowMediaParam
set Y coordinate in pixels of the upper left corner
setWidth(int) - Method in class org.kurento.module.pointerdetector.PointerDetectorWindowMediaParam
set width in pixels
setWidth(int) - Method in class org.kurento.module.pointerdetector.WindowParam
set width in pixels of the window
setWindowId(String) - Method in class org.kurento.module.pointerdetector.WindowInEvent
Setter for the windowId property
setWindowId(String) - Method in class org.kurento.module.pointerdetector.WindowOutEvent
Setter for the windowId property

T

trackColorFromCalibrationRegion() - Method in interface org.kurento.module.pointerdetector.PointerDetectorFilter
This method allows to calibrate the tracking color.
trackColorFromCalibrationRegion(Continuation<Void>) - Method in interface org.kurento.module.pointerdetector.PointerDetectorFilter
Asynchronous version of trackColorFromCalibrationRegion: Continuation.onSuccess(F) is called when the action is done.
trackColorFromCalibrationRegion(Transaction) - Method in interface org.kurento.module.pointerdetector.PointerDetectorFilter
This method allows to calibrate the tracking color.

W

WindowInEvent - Class in org.kurento.module.pointerdetector
Event generated when an object enters a window.
WindowInEvent(MediaObject, String, List<Tag>, String, String) - Constructor for class org.kurento.module.pointerdetector.WindowInEvent
Event generated when an object enters a window.
WindowOutEvent - Class in org.kurento.module.pointerdetector
Event generated when an object exits a window.
WindowOutEvent(MediaObject, String, List<Tag>, String, String) - Constructor for class org.kurento.module.pointerdetector.WindowOutEvent
Event generated when an object exits a window.
WindowParam - Class in org.kurento.module.pointerdetector
Parameter representing a window in a video stream.
WindowParam(int, int, int, int) - Constructor for class org.kurento.module.pointerdetector.WindowParam
Create a WindowParam
withWindows(List<PointerDetectorWindowMediaParam>) - Method in class org.kurento.module.pointerdetector.PointerDetectorFilter.Builder
Sets a value for windows in Builder for PointerDetectorFilter.
A C G O P R S T W 

Copyright © 2015. All rights reserved.