Interface | Description |
---|---|
PcTouchListener.OnClickListener |
Interface definition for callbacks to be invoked when a view is clicked.
|
PcTouchListener.OnDoubleClickListener |
Interface definition for callbacks to be invoked when a view is double clicked.
|
PcZoomHandler.ZoomListener |
Interface definition for callbacks to be invoked when the two-finger pinch zoom status has changed.
|
TcrRenderView.Observer |
This interface represents the observer of TcrRenderView.
|
Class | Description |
---|---|
MobileTouchListener |
This class implements the touch logic for mobile applications on the cloud machine.
It Maps local screen touch events to touch events on the cloud machine. |
PcClickListener |
This class implements
PcTouchListener.OnClickListener . |
PcTouchListener |
This class implements the touch logic for PC applications on the cloud machine.
It converts local screen touch events to mouse events and recognize the click, long press, and double-click events. |
PcZoomHandler |
This class handles the two-finger pinch zoom logic.
|
TcrRenderView |
This view is used to render and display the cloud streaming video.
|
WindowsKeyEvent |
This class defines key and button events in Windows platform.
|
Enum | Description |
---|---|
TcrRenderView.InputDeviceType |
An enumeration that defines the input device type.
|
TcrRenderView.ScaleType |
An enumeration that defines the video scaling type.
|
TcrRenderView.TcrRenderViewType |
An enumeration that defines the types of the rendering view.
|
TcrRenderView.VideoRotation |
An enumeration that defines the video rotation angle.
|