Twitch SDK (Internal)
jni_ingesttesterproxyimpl.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_IngestTesterProxy */
4 
5 #ifndef _Included_tv_twitch_broadcast_IngestTesterProxy
6 #define _Included_tv_twitch_broadcast_IngestTesterProxy
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class: tv_twitch_broadcast_IngestTesterProxy
12  * Method: GetTestState
13  * Signature: (JLtv/twitch/ResultContainer;)Ltv/twitch/ErrorCode;
14  */
16  (JNIEnv *, jobject, jlong, jobject);
17 
18 /*
19  * Class: tv_twitch_broadcast_IngestTesterProxy
20  * Method: GetIngestServer
21  * Signature: (JLtv/twitch/ResultContainer;)Ltv/twitch/ErrorCode;
22  */
24  (JNIEnv *, jobject, jlong, jobject);
25 
26 /*
27  * Class: tv_twitch_broadcast_IngestTesterProxy
28  * Method: Start
29  * Signature: (JLtv/twitch/broadcast/IngestServer;)Ltv/twitch/ErrorCode;
30  */
32  (JNIEnv *, jobject, jlong, jobject);
33 
34 /*
35  * Class: tv_twitch_broadcast_IngestTesterProxy
36  * Method: Cancel
37  * Signature: (J)Ltv/twitch/ErrorCode;
38  */
40  (JNIEnv *, jobject, jlong);
41 
42 /*
43  * Class: tv_twitch_broadcast_IngestTesterProxy
44  * Method: GetMeasuredKbps
45  * Signature: (JLtv/twitch/ResultContainer;)Ltv/twitch/ErrorCode;
46  */
48  (JNIEnv *, jobject, jlong, jobject);
49 
50 /*
51  * Class: tv_twitch_broadcast_IngestTesterProxy
52  * Method: GetTestError
53  * Signature: (JLtv/twitch/ResultContainer;)Ltv/twitch/ErrorCode;
54  */
56  (JNIEnv *, jobject, jlong, jobject);
57 
58 /*
59  * Class: tv_twitch_broadcast_IngestTesterProxy
60  * Method: SetTestDurationMilliseconds
61  * Signature: (JJ)Ltv/twitch/ErrorCode;
62  */
64  (JNIEnv *, jobject, jlong, jlong);
65 
66 /*
67  * Class: tv_twitch_broadcast_IngestTesterProxy
68  * Method: GetTestDurationMilliseconds
69  * Signature: (JLtv/twitch/ResultContainer;)Ltv/twitch/ErrorCode;
70  */
72  (JNIEnv *, jobject, jlong, jobject);
73 
74 /*
75  * Class: tv_twitch_broadcast_IngestTesterProxy
76  * Method: GetProgress
77  * Signature: (JLtv/twitch/ResultContainer;)Ltv/twitch/ErrorCode;
78  */
80  (JNIEnv *, jobject, jlong, jobject);
81 
82 /*
83  * Class: tv_twitch_broadcast_IngestTesterProxy
84  * Method: GetUserId
85  * Signature: (JLtv/twitch/ResultContainer;)Ltv/twitch/ErrorCode;
86  */
88  (JNIEnv *, jobject, jlong, jobject);
89 
90 /*
91  * Class: tv_twitch_broadcast_IngestTesterProxy
92  * Method: DisposeNativeInstance
93  * Signature: (J)V
94  */
96  (JNIEnv *, jobject, jlong);
97 
98 #ifdef __cplusplus
99 }
100 #endif
101 #endif
JNIEXPORT jobject JNICALL Java_tv_twitch_broadcast_IngestTesterProxy_GetIngestServer(JNIEnv *, jobject, jlong, jobject)
JNIEXPORT jobject JNICALL Java_tv_twitch_broadcast_IngestTesterProxy_GetTestDurationMilliseconds(JNIEnv *, jobject, jlong, jobject)
JNIEXPORT jobject JNICALL Java_tv_twitch_broadcast_IngestTesterProxy_Cancel(JNIEnv *, jobject, jlong)
JNIEXPORT jobject JNICALL Java_tv_twitch_broadcast_IngestTesterProxy_GetTestState(JNIEnv *, jobject, jlong, jobject)
JNIEXPORT jobject JNICALL Java_tv_twitch_broadcast_IngestTesterProxy_Start(JNIEnv *, jobject, jlong, jobject)
JNIEXPORT void JNICALL Java_tv_twitch_broadcast_IngestTesterProxy_DisposeNativeInstance(JNIEnv *, jobject, jlong)
JNIEXPORT jobject JNICALL Java_tv_twitch_broadcast_IngestTesterProxy_GetTestError(JNIEnv *, jobject, jlong, jobject)
JNIEXPORT jobject JNICALL Java_tv_twitch_broadcast_IngestTesterProxy_GetMeasuredKbps(JNIEnv *, jobject, jlong, jobject)
JNIEXPORT jobject JNICALL Java_tv_twitch_broadcast_IngestTesterProxy_GetUserId(JNIEnv *, jobject, jlong, jobject)
JNIEXPORT jobject JNICALL Java_tv_twitch_broadcast_IngestTesterProxy_GetProgress(JNIEnv *, jobject, jlong, jobject)
JNIEXPORT jobject JNICALL Java_tv_twitch_broadcast_IngestTesterProxy_SetTestDurationMilliseconds(JNIEnv *, jobject, jlong, jlong)