audiorecorder_used
Returns list of current used audiorecorder handle.
📝Syntax
r = audiorecorder_used()
📤Output Arguments
Parameter Description
h a vector of audiorecorder handle.
📄Description

Returns list of current used audiorecorder handle.

💡Examples
audiorecorder_used(),delete(audiorecorder_used())
🔗See Also
audiorecorder_set (set)audiorecorder_get (get)
🕔Version History
Version Description
1.16.0 initial version
Edit this page on GitHub