Uses of Enum Class
com.teamdev.jxbrowser.capture.AudioCaptureMode
Packages that use 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
Methods in com.teamdev.jxbrowser.browser.callback with parameters of type AudioCaptureModeModifier and TypeMethodDescriptionvoidStartCaptureSessionCallback.Action.selectSource(Browser browser, AudioCaptureMode audioCaptureMode) Tells the browser to use the given browser as the capture source.voidStartCaptureSessionCallback.Action.selectSource(Browser browser, AudioCaptureMode audioCaptureMode, NotificationVisibility notificationVisibility) Overloaded version ofStartCaptureSessionCallback.Action.selectSource(Browser, AudioCaptureMode)that allows specifying whether to show a notification during capture.voidStartCaptureSessionCallback.Action.selectSource(CaptureSource source, AudioCaptureMode audioCaptureMode) Tells the browser to use the given capture source.voidStartCaptureSessionCallback.Action.selectSource(CaptureSource source, AudioCaptureMode audioCaptureMode, NotificationVisibility notificationVisibility) Overloaded version ofStartCaptureSessionCallback.Action.selectSource(CaptureSource, AudioCaptureMode)that allows specifying whether to show a notification during capture. -
Uses of AudioCaptureMode in com.teamdev.jxbrowser.capture
Methods in com.teamdev.jxbrowser.capture that return AudioCaptureModeModifier and TypeMethodDescriptionstatic AudioCaptureModeReturns 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.