Uses of Class
org.jitsi.impl.neomedia.device.CaptureDeviceInfo2
-
Packages that use CaptureDeviceInfo2 Package Description org.jitsi.impl.neomedia.device -
-
Uses of CaptureDeviceInfo2 in org.jitsi.impl.neomedia.device
Methods in org.jitsi.impl.neomedia.device that return CaptureDeviceInfo2 Modifier and Type Method Description CaptureDeviceInfo2DeviceConfiguration. getAudioCaptureDevice()Returns a device that we could use for audio capture.CaptureDeviceInfo2AudioSystem. getDevice(AudioSystem.DataFlow dataFlow, javax.media.MediaLocator locator)Gets a CaptureDeviceInfo2 which has been contributed by this AudioSystem, supports a specific flow of media data (i.e.CaptureDeviceInfo2Devices. getDevice(javax.media.MediaLocator locator)Gets a CapatureDeviceInfo2 which is known to this instance and is identified by a specific MediaLocator.CaptureDeviceInfo2AudioSystem. getSelectedDevice(AudioSystem.DataFlow dataFlow)Gets the selected device for a specific data flow: capture, notify or playback.CaptureDeviceInfo2Devices. getSelectedDevice(List<CaptureDeviceInfo2> activeDevices)Gets the selected active device.Methods in org.jitsi.impl.neomedia.device that return types with arguments of type CaptureDeviceInfo2 Modifier and Type Method Description List<CaptureDeviceInfo2>DeviceConfiguration. getAvailableAudioCaptureDevices()Gets the list of audio capture devices which are available through this DeviceConfiguration.List<CaptureDeviceInfo2>AudioSystem. getDevices(AudioSystem.DataFlow dataFlow)Gets the list of devices with a specific data flow: capture, notify or playback.List<CaptureDeviceInfo2>CaptureDevices. getDevices()Returns the list of the CaptureDeviceInfo2s which are active/plugged-in.List<CaptureDeviceInfo2>Devices. getDevices()Returns the list of the CaptureDeviceInfo2s which are active/plugged-in.Methods in org.jitsi.impl.neomedia.device with parameters of type CaptureDeviceInfo2 Modifier and Type Method Description voidAudioSystem. setDevice(AudioSystem.DataFlow dataFlow, CaptureDeviceInfo2 device, boolean save)Selects the active device.voidDevices. setDevice(CaptureDeviceInfo2 device, boolean save)Selects the active device.Method parameters in org.jitsi.impl.neomedia.device with type arguments of type CaptureDeviceInfo2 Modifier and Type Method Description protected static voidAudioSystem2. bubbleUpUsbDevices(List<CaptureDeviceInfo2> devices)Sorts a specific list of CaptureDeviceInfo2s so that the ones representing USB devices appear at the beginning/top of the specified list.CaptureDeviceInfo2Devices. getSelectedDevice(List<CaptureDeviceInfo2> activeDevices)Gets the selected active device.protected static voidAudioSystem2. matchDevicesByName(List<CaptureDeviceInfo2> captureDevices, List<CaptureDeviceInfo2> playbackDevices)Attempts to reorder specific lists of capture and playback/notify CaptureDeviceInfo2s so that devices from the same hardware appear at the same indices in the respective lists.protected voidAudioSystem. setCaptureDevices(List<CaptureDeviceInfo2> captureDevices)Sets the list of a kind of devices: capture, notify or playback.voidCaptureDevices. setDevices(List<CaptureDeviceInfo2> devices)Sets the list of CaptureDeviceInfo2s which are active/plugged-in.voidDevices. setDevices(List<CaptureDeviceInfo2> devices)Sets the list of CaptureDeviceInfo2s which are active/plugged-in.protected voidAudioSystem. setPlaybackDevices(List<CaptureDeviceInfo2> playbackDevices)Sets the list of the active devices.
-