Uses of Enum Class
com.teamdev.jxbrowser.media.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
Modifier 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.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<MediaDeviceType>
MediaDeviceType.internalGetValueMap()
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 MediaDeviceType in com.teamdev.jxbrowser.media.callback
Modifier and TypeMethodDescriptiondefault MediaDeviceType
SelectMediaDeviceCallback.Params.mediaDeviceType()
Returns the media input device type.