Interface SelectMediaDeviceCallback.Response

Enclosing interface:
SelectMediaDeviceCallback

public static interface SelectMediaDeviceCallback.Response
  • Method Details

    • select

      static SelectMediaDeviceCallback.Response select(MediaDevice mediaDevice)
      Notifies the engine that the given media input device should be used.

      The mediaDevice must be the one from the list of the media input devices received from the media devices list. If an invalid device is passed through this method, the first device from the list of media devices will be used.

      Parameters:
      mediaDevice - the media input device to use