wseemann / FFmpegMediaPlayer

FFmpegMediaPlayer can be used to control playback of audio/video files and streams.
673 stars 201 forks source link

Support recording audio or video #145

Open jarklee opened 6 years ago

jarklee commented 6 years ago

I use your old project last 3 year ago, it use AudioTrack to play audio, so I can implement recording feature easily. But it has lack of support https that I need recently. But with new FFmpegMediaPlayer nowaday, I want to record audio along with stream but no method found. Can you provide some api to expose decoded data to java side. Thanks