Package | Description |
---|---|
com.teamdev.jxbrowser.media |
Provides interfaces and classes for working with media content and devices.
|
com.teamdev.jxbrowser.media.callback |
The media callbacks.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MediaDevice> |
MediaDevices.list(MediaDeviceType type)
Returns an immutable list of the details about all the available media input devices of the
given
type or an empty collection if there are no devices of the given type . |
Modifier and Type | Method and Description |
---|---|
default java.util.List<MediaDevice> |
SelectMediaDeviceCallback.Params.mediaDevices()
Returns the list of available media input devices of specified type.
|
Modifier and Type | Method and Description |
---|---|
static SelectMediaDeviceCallback.Response |
SelectMediaDeviceCallback.Response.select(MediaDevice mediaDevice)
Notifies the engine that the given media input device should be used.
|