Uses of Enum Class
com.teamdev.jxbrowser.browser.MediaStreamType
Package
Description
This package provides the classes that allow you to work with browsers.
This package provides the classes that allow you to work with browser events.
-
Uses of MediaStreamType in com.teamdev.jxbrowser.browser
Modifier and TypeMethodDescriptionstatic MediaStreamType
MediaStreamType.forNumber
(int value) static MediaStreamType
MediaStreamType.valueOf
(int value) Deprecated.static MediaStreamType
MediaStreamType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static MediaStreamType
Returns the enum constant of this class with the specified name.static MediaStreamType[]
MediaStreamType.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<MediaStreamType>
MediaStreamType.internalGetValueMap()
-
Uses of MediaStreamType in com.teamdev.jxbrowser.browser.event
Modifier and TypeMethodDescriptiondefault MediaStreamType
MediaStreamCaptureStarted.mediaStreamType()
Returns the type of the captured stream.default MediaStreamType
MediaStreamCaptureStopped.mediaStreamType()
Returns the type of the captured stream.