| Package | Description |
|---|---|
| org.kurento.test.client | |
| org.kurento.test.services |
| Modifier and Type | Method and Description |
|---|---|
AudioChannel |
BrowserClient.getAudioChannel() |
| Modifier and Type | Method and Description |
|---|---|
BrowserClient.Builder |
BrowserClient.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 |
Recorder.record(int seconds,
int sampleRate,
AudioChannel audioChannel) |
static void |
Recorder.recordRemote(GridNode node,
int seconds,
int sampleRate,
AudioChannel audioChannel) |
Copyright © 2015 Kurento. All rights reserved.