Chinaunix首页 | 论坛 | 博客
  • 博客访问: 334928
  • 博文数量: 89
  • 博客积分: 5152
  • 博客等级: 大校
  • 技术积分: 1155
  • 用 户 组: 普通用户
  • 注册时间: 2006-02-25 15:12
文章分类

全部博文(89)

文章存档

2012年(1)

2011年(5)

2010年(14)

2009年(69)

我的朋友

分类: 嵌入式

2010-12-08 09:30:09


1 Native audio API through the OpenSL ES Standard.

  直接播放audio,录音,以及混音处理等等 

New headers and

are provided to allow applications targetting this API level to perform

low-latency audio input, output and processing directly from native

code.

 

2 Native activity support

3 Includes a new toolchain (based on GCC 4.4.3)

4 Support for C++ exceptions and RTTI

  在Android.mk 中追加

    LOCAL_CPPFLAGS += -fexceptions 支持异常

    LOCAL_CPPFLAGS += -frtti 支持RTTI

  或在Application.mk 中追加 APP_CPPFLAGS += -frtti

 

5 STLport implementation

  在Application.mk 中追加

  APP_STL := stlport_static (静态库)或

  APP_STL := stlport_shared (动态库)
 

阅读(1407) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~