Twitch SDK (Internal)
java_videoparamsimpl.h
Go to the documentation of this file.
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class tv_twitch_broadcast_VideoParams */
4 
5 #ifndef _Included_tv_twitch_broadcast_VideoParams
6 #define _Included_tv_twitch_broadcast_VideoParams
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class: tv_twitch_broadcast_VideoParams
12  * Method: configureForBandwidth
13  * Signature: (IIFFLtv/twitch/ResultContainer;)Ltv/twitch/ErrorCode;
14  */
16  (JNIEnv *, jclass, jint, jint, jfloat, jfloat, jobject);
17 
18 /*
19  * Class: tv_twitch_broadcast_VideoParams
20  * Method: configureForResolution
21  * Signature: (IIIFLtv/twitch/ResultContainer;)Ltv/twitch/ErrorCode;
22  */
24  (JNIEnv *, jclass, jint, jint, jint, jfloat, jobject);
25 
26 #ifdef __cplusplus
27 }
28 #endif
29 #endif
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)