Package org.jitsi.impl.neomedia.device
Class PlaybackDevices
- java.lang.Object
-
- org.jitsi.impl.neomedia.device.Devices
-
- org.jitsi.impl.neomedia.device.PlaybackDevices
-
- Direct Known Subclasses:
NotifyDevices
public class PlaybackDevices extends Devices
Manages the list of active (currently plugged-in) playback 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 playback devices.
-
Constructor Summary
Constructors Constructor Description PlaybackDevices(AudioSystem audioSystem)Initializes the playback 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 playback devices.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PlaybackDevices
public PlaybackDevices(AudioSystem audioSystem)
Initializes the playback device list management.- Parameters:
audioSystem- The audio system managing this playback device list.
-
-
Method Detail
-
getPropDevice
protected String getPropDevice()
Returns the property of the capture devices.- Specified by:
getPropDevicein classDevices- Returns:
- The property of the capture devices.
-
-