Uses of Enum Class
com.teamdev.jxbrowser.browser.MediaStreamType
Packages that use 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
Methods in com.teamdev.jxbrowser.browser that return MediaStreamTypeModifier and TypeMethodDescriptionstatic MediaStreamTypeMediaStreamType.forNumber(int value) static MediaStreamTypeMediaStreamType.valueOf(int value) Deprecated.static MediaStreamTypeMediaStreamType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static MediaStreamTypeReturns 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.Methods in com.teamdev.jxbrowser.browser that return types with arguments of type MediaStreamTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<MediaStreamType>MediaStreamType.internalGetValueMap() -
Uses of MediaStreamType in com.teamdev.jxbrowser.browser.event
Methods in com.teamdev.jxbrowser.browser.event that return MediaStreamTypeModifier and TypeMethodDescriptiondefault MediaStreamTypeMediaStreamCaptureStarted.mediaStreamType()Returns the type of the captured stream.default MediaStreamTypeMediaStreamCaptureStopped.mediaStreamType()Returns the type of the captured stream.