Package com.flashphoner.fpwcsapi
Class MediaDeviceList
java.lang.Object
com.flashphoner.fpwcsapi.MediaDeviceList
The list of available media devices
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet list of audio devices Example: LabelledSpinner.setItemsArray(Flashphoner.getMediaDevices().getAudioList()); Here we fill out the UI element with the list of available audio devicesGet list of video devices Example: LabelledSpinner.setItemsArray(Flashphoner.getMediaDevices().getVideoList()); Here we fill out the UI element with the list of available video devices
-
Constructor Details
-
MediaDeviceList
public MediaDeviceList()
-
-
Method Details
-
getAudioList
Get list of audio devices Example: LabelledSpinner.setItemsArray(Flashphoner.getMediaDevices().getAudioList()); Here we fill out the UI element with the list of available audio devices- Returns:
- List media devices
-
getVideoList
Get list of video devices Example: LabelledSpinner.setItemsArray(Flashphoner.getMediaDevices().getVideoList()); Here we fill out the UI element with the list of available video devices- Returns:
- List media devices
-