api-impl/android/media/AudioTrack: make this a stub again for now, it's kinda broken

This commit is contained in:
Mis012
2023-08-12 13:10:34 +02:00
parent 4a1159f5cb
commit aa5d9b16df

View File

@@ -74,5 +74,9 @@ public class AudioTrack {
System.out.println("calling release(), how did this not get reported before DIDREEEEEEEEEEEEEEEEEEEEEEEEE\n");
}
public int getState() {
return 0; // TODO: fix up the native part and make this work properly
}
public native int write(byte[] audioData, int offsetInBytes, int sizeInBytes);
}