Twitch SDK (Internal)
jni_passthroughvideoencoder.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_PassThroughVideoEncoder */
4 
5 #ifndef _Included_tv_twitch_broadcast_PassThroughVideoEncoder
6 #define _Included_tv_twitch_broadcast_PassThroughVideoEncoder
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class: tv_twitch_broadcast_PassThroughVideoEncoder
12  * Method: CreateNativeInstance
13  * Signature: ()J
14  */
16  (JNIEnv *, jobject);
17 
18 /*
19  * Class: tv_twitch_broadcast_PassThroughVideoEncoder
20  * Method: DisposeNativeInstance
21  * Signature: (J)V
22  */
24  (JNIEnv *, jobject, jlong);
25 
26 /*
27  * Class: tv_twitch_broadcast_PassThroughVideoEncoder
28  * Method: Initialize
29  * Signature: (J)Ltv/twitch/ErrorCode;
30  */
32  (JNIEnv *, jobject, jlong);
33 
34 /*
35  * Class: tv_twitch_broadcast_PassThroughVideoEncoder
36  * Method: Shutdown
37  * Signature: (J)Ltv/twitch/ErrorCode;
38  */
40  (JNIEnv *, jobject, jlong);
41 
42 /*
43  * Class: tv_twitch_broadcast_PassThroughVideoEncoder
44  * Method: GetName
45  * Signature: (J)Ljava/lang/String;
46  */
48  (JNIEnv *, jobject, jlong);
49 
50 /*
51  * Class: tv_twitch_broadcast_PassThroughVideoEncoder
52  * Method: SetSps
53  * Signature: (J[B)Ltv/twitch/ErrorCode;
54  */
56  (JNIEnv *, jobject, jlong, jbyteArray);
57 
58 /*
59  * Class: tv_twitch_broadcast_PassThroughVideoEncoder
60  * Method: SetPps
61  * Signature: (J[B)Ltv/twitch/ErrorCode;
62  */
64  (JNIEnv *, jobject, jlong, jbyteArray);
65 
66 /*
67  * Class: tv_twitch_broadcast_PassThroughVideoEncoder
68  * Method: SetAdjustTargetBitRateFunc
69  * Signature: (JLtv/twitch/broadcast/PassThroughVideoEncoder/AdjustTargetBitRateFunc;)Ltv/twitch/ErrorCode;
70  */
72  (JNIEnv *, jobject, jlong, jobject);
73 
74 #ifdef __cplusplus
75 }
76 #endif
77 #endif
78 /* Header for class tv_twitch_broadcast_PassThroughVideoEncoder_AdjustTargetBitRateFunc */
79 
80 #ifndef _Included_tv_twitch_broadcast_PassThroughVideoEncoder_AdjustTargetBitRateFunc
81 #define _Included_tv_twitch_broadcast_PassThroughVideoEncoder_AdjustTargetBitRateFunc
82 #ifdef __cplusplus
83 extern "C" {
84 #endif
85 #ifdef __cplusplus
86 }
87 #endif
88 #endif
JNIEXPORT jobject JNICALL Java_tv_twitch_broadcast_PassThroughVideoEncoder_SetPps(JNIEnv *, jobject, jlong, jbyteArray)
JNIEXPORT jobject JNICALL Java_tv_twitch_broadcast_PassThroughVideoEncoder_Initialize(JNIEnv *, jobject, jlong)
JNIEXPORT jlong JNICALL Java_tv_twitch_broadcast_PassThroughVideoEncoder_CreateNativeInstance(JNIEnv *, jobject)
JNIEXPORT jstring JNICALL Java_tv_twitch_broadcast_PassThroughVideoEncoder_GetName(JNIEnv *, jobject, jlong)
JNIEXPORT jobject JNICALL Java_tv_twitch_broadcast_PassThroughVideoEncoder_SetAdjustTargetBitRateFunc(JNIEnv *, jobject, jlong, jobject)
JNIEXPORT jobject JNICALL Java_tv_twitch_broadcast_PassThroughVideoEncoder_SetSps(JNIEnv *, jobject, jlong, jbyteArray)
JNIEXPORT void JNICALL Java_tv_twitch_broadcast_PassThroughVideoEncoder_DisposeNativeInstance(JNIEnv *, jobject, jlong)
JNIEXPORT jobject JNICALL Java_tv_twitch_broadcast_PassThroughVideoEncoder_Shutdown(JNIEnv *, jobject, jlong)