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.
我有异或的媒体文件。
我想用MediaPlayer类播放它们。是否可以即时解密媒体流(并能够倒带)?
很快,我想拥有MediaPlayerXOR 媒体文件的所有类功能。
MediaPlayer
提前致谢!
MediaPlayer可能级别太高而无法完成此操作。我建议看看AudioTrack。如果您使用InputStream读取文件,那么您可以在将数据提供给 AudioTrack 实例之前对数据进行异或。这种方法的唯一缺点是您需要实现自己的查找机制。