#include <jni.h>
Go to the source code of this file.
|
| JNIEXPORT jobject JNICALL | Java_tv_twitch_broadcast_VideoParams_configureForBandwidth (JNIEnv *, jclass, jint, jint, jfloat, jfloat, jobject) |
| |
| JNIEXPORT jobject JNICALL | Java_tv_twitch_broadcast_VideoParams_configureForResolution (JNIEnv *, jclass, jint, jint, jint, jfloat, jobject) |
| |
◆ Java_tv_twitch_broadcast_VideoParams_configureForBandwidth()
| JNIEXPORT jobject JNICALL Java_tv_twitch_broadcast_VideoParams_configureForBandwidth |
( |
JNIEnv * |
, |
|
|
jclass |
, |
|
|
jint |
, |
|
|
jint |
, |
|
|
jfloat |
, |
|
|
jfloat |
, |
|
|
jobject |
|
|
) |
| |
◆ Java_tv_twitch_broadcast_VideoParams_configureForResolution()
| JNIEXPORT jobject JNICALL Java_tv_twitch_broadcast_VideoParams_configureForResolution |
( |
JNIEnv * |
, |
|
|
jclass |
, |
|
|
jint |
, |
|
|
jint |
, |
|
|
jint |
, |
|
|
jfloat |
, |
|
|
jobject |
|
|
) |
| |