audioplayer_get
Get property value from audioplayer interface.
Syntax
v = get(h, propertyname)
v = audioplayer_get(h, propertyname)
v = h.propertyname
Input argument
h - an audioplayer object.
propertyname - a string: the property's name of audioplayer object.
Output argument
v - a nelson variable.
Description
The function returns the value of the property specified in the string, propertyname.
Example
See also
History
Version
Description
1.0.0
initial version
Author
Allan CORNET
Last updated