android / media-samples

Multiple samples showing the best practices in media APIs on Android (audio, video, etc.).
Apache License 2.0
1.28k stars 741 forks source link

Mediacodec async mode #8

Open ghost opened 7 years ago

ghost commented 7 years ago

Hi,

Could you Google give a example about async mediacodec? In this doc https://developer.android.com/reference/android/media/MediaCodec.html , the preferred method to process data is async way. But I can't find a project which is working with async mode, even Google's exoplayer.

Thanks

fzyzcjy commented 4 years ago

+1 Is there any updates?

pablogeek commented 3 years ago

Any updates on this?