Reputation: 1065
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
Upvotes: 3
Views: 1566
Reputation: 1065
I wrote a blog answering my own question lol here it is:
http://www.sevenarmedsquid.com/help/robovmbinding
Upvotes: 8