Package | Description |
---|---|
com.teamdev.jxbrowser.browser |
This package provides the classes that allow you to work with browsers.
|
com.teamdev.jxbrowser.browser.event |
This package provides the classes that allow you to work with browser events.
|
Modifier and Type | Method and Description |
---|---|
static MediaStreamType |
MediaStreamType.forNumber(int value) |
static MediaStreamType |
MediaStreamType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MediaStreamType |
MediaStreamType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MediaStreamType |
MediaStreamType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MediaStreamType[] |
MediaStreamType.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<MediaStreamType> |
MediaStreamType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
default MediaStreamType |
MediaStreamCaptureStarted.mediaStreamType()
Returns the type of the captured stream.
|
default MediaStreamType |
MediaStreamCaptureStopped.mediaStreamType()
Returns the type of the captured stream.
|