Is there pause available in mediarecorder class

后端 未结 2 764
花落未央
花落未央 2021-01-22 01:33

Is there a way to pause the recording and start after a while.

2条回答
  •  醉酒成梦
    2021-01-22 01:55

    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.

提交回复
热议问题