audiorecorder_pause

Pause an audiorecorder object.

📝 Syntax

  • pause(recObj)

📥 Input argument

  • recObj - an audiorecorder object.

📄 Description

pause pauses an audiorecorder object.

💡 Example

recObj = audiorecorder();
      resume(recObj);
pause(recObj)

🔗 See also

audiorecorder, stop.

🕔 History

Version
📄 Description

1.16.0

initial version

Last updated

Was this helpful?