Java com.google.gwt.tok.client.event DeviceStatusEvent fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.tok.client.event DeviceStatusEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.tok.client.event DeviceStatusEvent.

The text is from its open source code.

Method

ListgetCameras()
A list of Camera objects corresponding to available cameras.
ListgetMicrophones()
A list of Microphone objects corresponding to available microphones.
CameragetSelectedCamera()
The selected camera.
MicrophonegetSelectedMicrophone()
The selected microphone.