Hi, I'm not sure this is the right forum for OpenSL questions, but I'll try.

In the Java SDK for Android there's the method 
called android.media.AudioRecord.getMinBufferSize(...) for querying audio 
input device capabilities.

I can't find a similar one in the NDK using the OpenSL API. OpenSL has an 
interface called SL_IID_AUDIOIODEVICECAPABILITIES but if I query this 
interface in the NDK I get an error that the interface is not supported.

Anyone know how to get information about audio devices in Android using 
NDK? E.g. what API does android.media.AudioRecord.getMinBufferSize(...) 
call?

-- Bjørn

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to