Class MediaDeviceList

java.lang.Object
com.flashphoner.fpwcsapi.MediaDeviceList

public class MediaDeviceList extends Object
The list of available media devices
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MediaDeviceList

      public MediaDeviceList()
  • Method Details

    • getAudioList

      public List<MediaDevice> 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

      public List<MediaDevice> 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