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 giventypeor 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 the requested type.Methods in com.teamdev.jxbrowser.media.callback with parameters of type MediaDeviceModifier and TypeMethodDescriptionSelectMediaDeviceCallback.Response.select(MediaDevice mediaDevice) Selects the given media device.