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