public class H264Helper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MODE_AUTO |
static java.lang.String |
MODE_MEDIA_CODEC |
static java.lang.String |
MODE_OPENH264 |
Constructor and Description |
---|
H264Helper()
H264Helper
|
Modifier and Type | Method and Description |
---|---|
static void |
setH264Mode(java.lang.String mode,
Core linphoneCore)
Define the Codec to use between MediaCodec and OpenH264
Possible mode are:
- Auto to let the system choose in function of you OS version,
- OpenH264 to enable OpenH264 Encoder and Decoder,
- Mediacodec to enable Mediacodec only.
|
public static java.lang.String MODE_AUTO
public static java.lang.String MODE_OPENH264
public static java.lang.String MODE_MEDIA_CODEC
public static void setH264Mode(java.lang.String mode, Core linphoneCore)
mode
- String value between Auto, OpenH264 and MediaCodec