Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将本机解码器用于自定义视频播放器。VideoView 和 MediaPlayer 不提供支持我的要求的功能。
我现在正在使用 FFMPEG(软件解码器),但如果可能的话,我更愿意使用本机硬件解码。有没有办法通过 NDK 做到这一点?
目前没有可用于访问任何本机硬件的公共 API,并且我相信无法保证此类硬件的存在。虽然您可以深入研究某些设备正在使用的 ARM 处理器的 DSP 功能,但它并不适用于所有 Android 设备。
我建议继续您的软件方法,以保证在所有设备上的支持。