开发者

Is there pause available in mediarecorder class

开发者 https://www.devze.com 2023-03-08 19:37 出处:网络
Is there a way to pause the recording and start after a w开发者_JAVA百科hile. Short answer: no Once you are recording the only possible actions are stop and reset.There is no pause() functionality wh

Is there a way to pause the recording and start after a w开发者_JAVA百科hile.


Short answer: no

Once you are recording the only possible actions are stop and reset.


There is no pause() functionality when recording media. I would try conjoining two separate audio files together once the user hits your "stop" button in the app. Either that, or try to find a way to write to the same file stream after using the stop() method.

0

精彩评论

暂无评论...
验证码 换一张
取 消