Package com.ctre.phoenix6.jni
Class OrchestraJNI
java.lang.Object
com.ctre.phoenix6.jni.CtreJniWrapper
com.ctre.phoenix6.jni.OrchestraJNI
public class OrchestraJNI extends CtreJniWrapper
-
Field Summary
Fields Modifier and Type Field Description int
id
-
Constructor Summary
Constructors Constructor Description OrchestraJNI()
-
Method Summary
Modifier and Type Method Description int
JNI_AddDevice(String network, long deviceHash)
int
JNI_AddDeviceWithTrack(String network, long deviceHash, int trackNum)
int
JNI_ClearDevices()
int
JNI_Close()
int
JNI_Create()
double
JNI_GetCurrentTime()
boolean
JNI_IsPlaying()
int
JNI_LoadMusic(String filepath)
int
JNI_Pause()
int
JNI_Play()
int
JNI_Stop()
-
Field Details
-
Constructor Details
-
OrchestraJNI
public OrchestraJNI()
-
-
Method Details