public class CaptureDevices extends Devices
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_DEVICE
The property of the capture devices.
|
| Constructor and Description |
|---|
CaptureDevices(AudioSystem audioSystem)
Initializes the capture device list management.
|
| Modifier and Type | Method and Description |
|---|---|
List<CaptureDeviceInfo2> |
getDevices()
Returns the list of the CaptureDeviceInfo2s which are
active/plugged-in.
|
protected String |
getPropDevice()
Returns the property of the capture devices.
|
void |
setDevices(List<CaptureDeviceInfo2> devices)
Sets the list of CaptureDeviceInfo2s which are
active/plugged-in.
|
getDevice, getSelectedDevice, setDevicepublic static final String PROP_DEVICE
public CaptureDevices(AudioSystem audioSystem)
audioSystem - The audio system managing this capture device list.public List<CaptureDeviceInfo2> getDevices()
getDevices in class Devicesprotected String getPropDevice()
getPropDevice in class Devicespublic void setDevices(List<CaptureDeviceInfo2> devices)
setDevices in class Devicesdevices - the list of CaptureDeviceInfo2s which are
active/plugged-inCopyright © 2021 jitsi.org. All rights reserved.