Package | Description |
---|---|
com.teamdev.jxbrowser.cast |
This package contains classes, that allow managing the screencast process.
|
com.teamdev.jxbrowser.cast.event |
The screencast events.
|
Modifier and Type | Method and Description |
---|---|
ResultCode |
CastSessionStartFailedException.code()
The error code obtained from Chromium.
|
static ResultCode |
ResultCode.forNumber(int value) |
static ResultCode |
ResultCode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ResultCode |
ResultCode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ResultCode |
ResultCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResultCode[] |
ResultCode.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<ResultCode> |
ResultCode.internalGetValueMap() |
Constructor and Description |
---|
CastSessionStartFailedException(java.lang.String message,
ResultCode code)
Initializes a new instance of
CastSessionStartFailedException . |
Modifier and Type | Method and Description |
---|---|
default ResultCode |
CastSessionStartFailed.code()
The error code obtained from Chromium.
|