| Package | Description |
|---|---|
| com.teamdev.jxbrowser.cast | |
| com.teamdev.jxbrowser.cast.event | |
| com.teamdev.jxbrowser.cast.rpc |
| Modifier and Type | Method and Description |
|---|---|
CastMode |
CastSession.mode()
Returns the mode of the session.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CastMode> |
MediaReceiver.modes()
Returns the list of compatible cast modes for the receiver.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MediaReceiver.supports(CastMode mode)
A convenience method that returns
true if the receiver supports the mode. |
| Modifier and Type | Method and Description |
|---|---|
default CastMode |
CastSessionStartFailed.mode()
The mode of the requested cast session.
|
| Modifier and Type | Method and Description |
|---|---|
static CastMode |
CastMode.forNumber(int value) |
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() |