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