문제

Hey I vitally need microphone access in my IOS app that I am making with libGDX and RoboVM. I read that I can bind a objC Class to a Java class. I read the documentation at https://github.com/robovm/robovm/wiki/The-Bro-Java-to-native-bridge However I am unable to make heads or tails of it.

So I have my mic.h and mic.m class files, however how do I bind these to Java functions? All I need is to get a meter rating.

Thanks! :)

-edit- If its important the mic class has two public functions init and read

도움이 되었습니까?

해결책

I wrote a blog answering my own question lol here it is:

http://www.sevenarmedsquid.com/help/robovmbinding

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top