Uses of Enum Class
com.teamdev.jxbrowser.capture.AudioCaptureMode
Package
Description
This package provides the classes that allow you to work with browser callback.
Provides interfaces and classes for the browser content capture.
-
Uses of AudioCaptureMode in com.teamdev.jxbrowser.browser.callback
Modifier and TypeMethodDescriptionvoid
StartCaptureSessionCallback.Action.selectSource
(Browser browser, AudioCaptureMode audioCaptureMode) Tells the browser to use the given browser as the capture source.void
StartCaptureSessionCallback.Action.selectSource
(CaptureSource source, AudioCaptureMode audioCaptureMode) Tells the browser to use the given capture source. -
Uses of AudioCaptureMode in com.teamdev.jxbrowser.capture
Modifier and TypeMethodDescriptionstatic AudioCaptureMode
Returns the enum constant of this class with the specified name.static AudioCaptureMode[]
AudioCaptureMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.