Package com.teamdev.jxbrowser.media
Interface MediaDevice
public interface MediaDevice
The details of the media input device (audio/video).
-
Method Summary
-
Method Details
-
id
Returns a string that represents the identifier of the media input device. -
name
Returns a string that represents the media input device name. Not guaranteed to be unique. -
type
Returns the media input device type.
-