Ocean
MediaUSBJni.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) Meta Platforms, Inc. and affiliates.
3
*
4
* This source code is licensed under the MIT license found in the
5
* LICENSE file in the root directory of this source tree.
6
*/
7
8
#ifndef META_OCEAN_MEDIA_USB_JNI_MEDIA_USB_JNI_H
9
#define META_OCEAN_MEDIA_USB_JNI_MEDIA_USB_JNI_H
10
11
#include "
ocean/media/usb/jni/JNI.h
"
12
13
/**
14
* Java native interface function to register the media usb component.
15
* @param env The JNI environment
16
* @param javaThis The JNI object
17
* @return True, if succeeded
18
* @ingroup mediausbjni
19
*/
20
extern
"C"
jboolean
Java_com_meta_ocean_media_usb_MediaUSBJni_registerLibrary
(JNIEnv* env, jobject javaThis);
21
22
/**
23
* Java native interface function to unregister the media usb component.
24
* @param env The JNI environment
25
* @param javaThis The JNI object
26
* @return True, if succeeded
27
* @ingroup mediausbjni
28
*/
29
extern
"C"
jboolean
Java_com_meta_ocean_media_usb_MediaUSBJni_unregisterLibrary
(JNIEnv* env, jobject javaThis);
30
31
#endif
// META_OCEAN_MEDIA_USB_JNI_MEDIA_USB_JNI_H
Java_com_meta_ocean_media_usb_MediaUSBJni_registerLibrary
jboolean Java_com_meta_ocean_media_usb_MediaUSBJni_registerLibrary(JNIEnv *env, jobject javaThis)
Java native interface function to register the media usb component.
Java_com_meta_ocean_media_usb_MediaUSBJni_unregisterLibrary
jboolean Java_com_meta_ocean_media_usb_MediaUSBJni_unregisterLibrary(JNIEnv *env, jobject javaThis)
Java native interface function to unregister the media usb component.
JNI.h
impl
ocean
media
usb
jni
MediaUSBJni.h
Generated on Thu Nov 14 2024 06:04:23 for Ocean by
1.9.1