Uses of Enum Class
com.teamdev.jxbrowser.media.MediaDeviceType
Packages that use MediaDeviceType
Package
Description
Provides interfaces and classes for working with media content and devices.
The media callbacks.
-
Uses of MediaDeviceType in com.teamdev.jxbrowser.media
Methods in com.teamdev.jxbrowser.media that return MediaDeviceTypeModifier and TypeMethodDescriptionstatic MediaDeviceType
MediaDeviceType.forNumber
(int value) default MediaDeviceType
MediaDevice.type()
Returns the media input device type.static MediaDeviceType
MediaDeviceType.valueOf
(int value) Deprecated.static MediaDeviceType
MediaDeviceType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static MediaDeviceType
Returns the enum constant of this class with the specified name.static MediaDeviceType[]
MediaDeviceType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.teamdev.jxbrowser.media that return types with arguments of type MediaDeviceTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<MediaDeviceType>
MediaDeviceType.internalGetValueMap()
Methods in com.teamdev.jxbrowser.media with parameters of type MediaDeviceTypeModifier 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 MediaDeviceType in com.teamdev.jxbrowser.media.callback
Methods in com.teamdev.jxbrowser.media.callback that return MediaDeviceTypeModifier and TypeMethodDescriptiondefault MediaDeviceType
SelectMediaDeviceCallback.Params.mediaDeviceType()
Returns the media input device type.