Package | Description |
---|---|
com.teamdev.jxbrowser.browser.callback |
This package provides the classes that allow you to work with browser callback.
|
com.teamdev.jxbrowser.capture |
Provides interfaces and classes for the browser content capture.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Modifier and Type | Method and Description |
---|---|
static AudioCaptureMode |
AudioCaptureMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AudioCaptureMode[] |
AudioCaptureMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|