AudioConfig.setProperty Method
Definition
Overloads
setProperty(PropertyId id, String value) |
Sets the property by propertyId. |
setProperty(String name, String value) |
Sets a named property as value. |
setProperty(PropertyId id, String value)
Sets the property by propertyId.
public void setProperty(PropertyId id, String value)
Parameters
- id
- PropertyId
PropertyId of the property.
- value
- String
The value.
setProperty(String name, String value)
Sets a named property as value.
public void setProperty(String name, String value)
Parameters
- name
- String
the name of the property.
- value
- String
the value.