Package org.jitsi.impl.neomedia.device
Class NotifyDevices
- java.lang.Object
-
- org.jitsi.impl.neomedia.device.Devices
-
- org.jitsi.impl.neomedia.device.PlaybackDevices
-
- org.jitsi.impl.neomedia.device.NotifyDevices
-
public class NotifyDevices extends PlaybackDevices
Manages the list of active (currently plugged-in) notify devices and manages user preferences between all known devices (previously and actually plugged-in).- Author:
- Vincent Lucas
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROP_DEVICEThe property of the notify devices.
-
Constructor Summary
Constructors Constructor Description NotifyDevices(AudioSystem audioSystem)Initializes the notify device list management.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetPropDevice()Returns the property of the capture devices.-
Methods inherited from class org.jitsi.impl.neomedia.device.Devices
getDevice, getDevices, getSelectedDevice, setDevice, setDevices
-
-
-
-
Field Detail
-
PROP_DEVICE
public static final String PROP_DEVICE
The property of the notify devices.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NotifyDevices
public NotifyDevices(AudioSystem audioSystem)
Initializes the notify device list management.- Parameters:
audioSystem- The audio system managing this notify device list.
-
-
Method Detail
-
getPropDevice
protected String getPropDevice()
Returns the property of the capture devices.- Overrides:
getPropDevicein classPlaybackDevices- Returns:
- The property of the capture devices.
-
-