Uses of Enum Class
com.teamdev.jxbrowser.cast.rpc.MediaReceiverState
-
Uses of MediaReceiverState in com.teamdev.jxbrowser.cast
Modifier and TypeMethodDescriptionMediaReceiver.state()
Returns the current state of the receiver. -
Uses of MediaReceiverState in com.teamdev.jxbrowser.cast.rpc
Modifier and TypeMethodDescriptionstatic MediaReceiverState
MediaReceiverState.forNumber
(int value) static MediaReceiverState
MediaReceiverState.valueOf
(int value) Deprecated.static MediaReceiverState
MediaReceiverState.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static MediaReceiverState
Returns the enum constant of this class with the specified name.static MediaReceiverState[]
MediaReceiverState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<MediaReceiverState>
MediaReceiverState.internalGetValueMap()