Uses of Interface
com.teamdev.jxbrowser.media.MediaDevice
Packages that use 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
Methods in com.teamdev.jxbrowser.media that return types with arguments of type MediaDeviceModifier 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
Methods in com.teamdev.jxbrowser.media.callback that return types with arguments of type MediaDeviceModifier and TypeMethodDescriptiondefault List<MediaDevice>
SelectMediaDeviceCallback.Params.mediaDevices()
Returns the list of available media input devices of specified type.Methods in com.teamdev.jxbrowser.media.callback with parameters of type MediaDeviceModifier and TypeMethodDescriptionSelectMediaDeviceCallback.Response.select
(MediaDevice mediaDevice) Notifies the engine that the given media input device should be used.