public interface MediaDevice
Modifier and Type | Method and Description |
---|---|
default java.lang.String |
id()
Returns a string that represents the identifier of the media input device.
|
default java.lang.String |
name()
Returns a string that represents the media input device name.
|
default MediaDeviceType |
type()
Returns the media input device type.
|
default java.lang.String id()
default java.lang.String name()
default MediaDeviceType type()