audiorecorder_get
Get property value from audiorecorder interface.
📝Syntax
v = get(h, propertyname)
v = audiorecorder_get(h, propertyname)
v = h.propertyname
📥Input Arguments
Parameter Description
h an audiorecorder object.
propertyname a string: the property's name of audiorecorder object.
📤Output Arguments
Parameter Description
v a nelson variable.
📄Description

The function returns the value of the property specified in the string, propertyname.

💡Examples
recObj = audiorecorder()
recObj.Running
🔗See Also
audiorecorder_set
🕔Version History
Version Description
1.16.0 initial version
Edit this page on GitHub