이전: Data Retrieval, 상위 문서: Audio Recorder [차례][찾아보기]
The remaining two methods allow you to read or alter the properties of audiorecorder objects.
Return the 값 of the property identified by 이름.
If 이름 is a cell array, return the values of the properties corresponding to the elements of the cell array. Given only the recorder object, return a scalar structure with values of all properties of recorder. The field names of the structure correspond to property names.
Set the value of property specified by 이름 to a given 값.
If 이름 and 값 are cell arrays of the same size, set each property to a corresponding value. Given a structure with fields corresponding to property names, set the value of those properties to the corresponding field values. Given only the recorder object, return a structure of settable properties.