Interface MediaDevice


public interface MediaDevice
The details of the media input device (audio/video).
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    id()
    Returns a string that represents the identifier of the media input device.
    default String
    Returns a string that represents the media input device name.
    Returns the media input device type.
  • Method Details

    • id

      default String id()
      Returns a string that represents the identifier of the media input device.
    • name

      default String name()
      Returns a string that represents the media input device name. Not guaranteed to be unique.
    • type

      default MediaDeviceType type()
      Returns the media input device type.