Package | Description |
---|---|
com.teamdev.jxbrowser.media |
Provides interfaces and classes for working with media content and devices.
|
com.teamdev.jxbrowser.media.callback |
The media callbacks.
|
Modifier and Type | Method and Description |
---|---|
static MediaDeviceType |
MediaDeviceType.forNumber(int value) |
default MediaDeviceType |
MediaDevice.type()
Returns the media input device type.
|
static MediaDeviceType |
MediaDeviceType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MediaDeviceType |
MediaDeviceType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MediaDeviceType |
MediaDeviceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MediaDeviceType[] |
MediaDeviceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<MediaDeviceType> |
MediaDeviceType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
java.util.List<MediaDevice> |
MediaDevices.list(MediaDeviceType type)
Returns an immutable list of the details about all the available media input devices of the
given
type or an empty collection if there are no devices of the given type . |
Modifier and Type | Method and Description |
---|---|
default MediaDeviceType |
SelectMediaDeviceCallback.Params.mediaDeviceType()
Returns the media input device type.
|