Modifier and Type | Method and Description |
---|---|
AudioCodec |
AudioCaps.getCodec()
get Audio codec
|
static AudioCodec |
AudioCodec.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AudioCodec[] |
AudioCodec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AudioCaps.setCodec(AudioCodec codec)
set Audio codec
|
Constructor and Description |
---|
AudioCaps(AudioCodec codec,
int bitrate)
Create a AudioCaps
|
Copyright © 2018 Kurento. All rights reserved.