이전: , 상위 문서: Audio Player   [차례][찾아보기]


33.3.2 Properties

The remaining couple of methods are used to get and set various properties of the audioplayer object.

= get (player, 이름)
values = get (player)

Return the of the property identified by 이름.

If 이름 is a cell array return the values of the properties identified by the elements of the cell array. Given only the player object, return a scalar structure with values of all properties of player. The field names of the structure correspond to property names.

set (player, 이름, )
set (player, properties)
properties = set (player)

Set the value of property specified by 이름 to a given .

If 이름 and are cell arrays, set each property to the corresponding value. Given a structure of properties with fields corresponding to property names, set the value of those properties to the field values. Given only the audioplayer object, return a structure of settable properties.