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 |
---|---|
static CastMode |
CastMode.forNumber(int value) |
CastMode |
CastSession.mode()
Returns the mode of the session.
|
static CastMode |
CastMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CastMode |
CastMode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CastMode |
CastMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CastMode[] |
CastMode.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<CastMode> |
CastMode.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
default CastMode |
CastSessionStartFailed.mode()
The mode of the requested cast session.
|