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 MediaDeviceTypeMediaDeviceType.forNumber(int value) default MediaDeviceTypeMediaDevice.type()Returns the media input device type.static MediaDeviceTypeMediaDeviceType.valueOf(int value) Deprecated.static MediaDeviceTypeMediaDeviceType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static MediaDeviceTypeReturns 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 giventypeor 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 MediaDeviceTypeSelectMediaDeviceCallback.Params.mediaDeviceType()Returns the media input device type.