开发者

Android:AudioTrack support?

开发者 https://www.devze.com 2022-12-23 04:01 出处:网络
I like to know on which version of SDK does support \'Audi开发者_C百科oTrack\' class? Does \'AudioTrack\' can be used from 1.5 SDK, 1.6 SDK and 2.0 SDK?

I like to know on which version of SDK does support 'Audi开发者_C百科oTrack' class? Does 'AudioTrack' can be used from 1.5 SDK, 1.6 SDK and 2.0 SDK?

Thanks.


I believe the AudioTrack class support was added in SDK3/Platform 1.5 so anything newer than that should be fine.

You can always create a test app with minSDKver set to 3 and platform set to 1.5 and see if you are getting errors.

I am sure you have looked at the Documentation , but here it is.

http://developer.android.com/reference/android/media/AudioTrack.html

0

精彩评论

暂无评论...
验证码 换一张
取 消