Package | Description |
---|---|
com.teamdev.jxbrowser.cast | |
com.teamdev.jxbrowser.cast.rpc |
Modifier and Type | Method and Description |
---|---|
MediaReceiverState |
MediaReceiver.state()
Returns the current state of the receiver.
|
Modifier and Type | Method and Description |
---|---|
static MediaReceiverState |
MediaReceiverState.forNumber(int value) |
static MediaReceiverState |
MediaReceiverState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MediaReceiverState |
MediaReceiverState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MediaReceiverState |
MediaReceiverState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MediaReceiverState[] |
MediaReceiverState.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<MediaReceiverState> |
MediaReceiverState.internalGetValueMap() |