Package | Description |
---|---|
com.teamdev.jxbrowser.media |
Provides interfaces and classes for working with media content and devices.
|
Modifier and Type | Method and Description |
---|---|
static MediaDeviceType |
MediaDeviceType.forNumber(int value) |
default MediaDeviceType |
MediaDevice.type()
Returns the media stream 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 |
---|---|
java.util.List<MediaDevice> |
MediaDevices.list(MediaDeviceType type)
Returns an immutable list of the details about all the available media devices of the given
type or an empty collection if there is no devices of the given type . |