Twitch SDK (Internal)
jni_passthroughaudioencoder.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_PassThroughAudioEncoder */
4 
5 #ifndef _Included_tv_twitch_broadcast_PassThroughAudioEncoder
6 #define _Included_tv_twitch_broadcast_PassThroughAudioEncoder
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class: tv_twitch_broadcast_PassThroughAudioEncoder
12  * Method: CreateNativeInstance
13  * Signature: ()J
14  */
16  (JNIEnv *, jobject);
17 
18 /*
19  * Class: tv_twitch_broadcast_PassThroughAudioEncoder
20  * Method: DisposeNativeInstance
21  * Signature: (J)V
22  */
24  (JNIEnv *, jobject, jlong);
25 
26 /*
27  * Class: tv_twitch_broadcast_PassThroughAudioEncoder
28  * Method: GetName
29  * Signature: (J)Ljava/lang/String;
30  */
32  (JNIEnv *, jobject, jlong);
33 
34 /*
35  * Class: tv_twitch_broadcast_PassThroughAudioEncoder
36  * Method: Initialize
37  * Signature: (J)Ltv/twitch/ErrorCode;
38  */
40  (JNIEnv *, jobject, jlong);
41 
42 /*
43  * Class: tv_twitch_broadcast_PassThroughAudioEncoder
44  * Method: Shutdown
45  * Signature: (J)Ltv/twitch/ErrorCode;
46  */
48  (JNIEnv *, jobject, jlong);
49 
50 /*
51  * Class: tv_twitch_broadcast_PassThroughAudioEncoder
52  * Method: SetAudioFormat
53  * Signature: (JLtv/twitch/broadcast/AudioFormat;)Ltv/twitch/ErrorCode;
54  */
56  (JNIEnv *, jobject, jlong, jobject);
57 
58 /*
59  * Class: tv_twitch_broadcast_PassThroughAudioEncoder
60  * Method: SetSamplesPerFrame
61  * Signature: (JI)Ltv/twitch/ErrorCode;
62  */
64  (JNIEnv *, jobject, jlong, jint);
65 
66 #ifdef __cplusplus
67 }
68 #endif
69 #endif
JNIEXPORT jstring JNICALL Java_tv_twitch_broadcast_PassThroughAudioEncoder_GetName(JNIEnv *, jobject, jlong)
JNIEXPORT jobject JNICALL Java_tv_twitch_broadcast_PassThroughAudioEncoder_Shutdown(JNIEnv *, jobject, jlong)
JNIEXPORT jobject JNICALL Java_tv_twitch_broadcast_PassThroughAudioEncoder_SetSamplesPerFrame(JNIEnv *, jobject, jlong, jint)
JNIEXPORT jobject JNICALL Java_tv_twitch_broadcast_PassThroughAudioEncoder_Initialize(JNIEnv *, jobject, jlong)
JNIEXPORT jlong JNICALL Java_tv_twitch_broadcast_PassThroughAudioEncoder_CreateNativeInstance(JNIEnv *, jobject)
JNIEXPORT jobject JNICALL Java_tv_twitch_broadcast_PassThroughAudioEncoder_SetAudioFormat(JNIEnv *, jobject, jlong, jobject)
JNIEXPORT void JNICALL Java_tv_twitch_broadcast_PassThroughAudioEncoder_DisposeNativeInstance(JNIEnv *, jobject, jlong)