| Package | Description |
|---|---|
| org.kurento.test.browser | |
| org.kurento.test.config | |
| org.kurento.test.utils |
| Modifier and Type | Method and Description |
|---|---|
AudioChannel |
Browser.getAudioChannel() |
| Modifier and Type | Method and Description |
|---|---|
Browser.Builder |
Browser.Builder.audio(String audio,
int recordAudio,
int audioSampleRate,
AudioChannel audioChannel) |
| Modifier and Type | Method and Description |
|---|---|
static AudioChannel |
AudioChannel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AudioChannel[] |
AudioChannel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Ffmpeg.record(int seconds,
int sampleRate,
AudioChannel audioChannel) |
static void |
Ffmpeg.recordRemote(GridNode node,
int seconds,
int sampleRate,
AudioChannel audioChannel) |
Copyright © 2021 Kurento. All rights reserved.