<< audioplayer_fieldnames | Audio playback | audioplayer_pause >> |
v = get(h, propertyname) |
v = audioplayer_get(h, propertyname) |
v = h.propertyname |
an audioplayer object.
a string: the property's name of audioplayer object.
a nelson variable.
The function returns the value of the property specified in the string, propertyname.
signal = rand(2, 44100) - 0.5;
playObj = audioplayer(signal, 44100, 16)
playObj.Running
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET