AudioObjectPropertyAddress
An AudioObjectPropertyAddress collects the three parts that identify a specific property together in a struct for easy transmission.
Declaration
struct AudioObjectPropertyAddressOverview
term:
mSelector: The AudioObjectPropertySelector for the property.term:
mScope: The AudioObjectPropertyScope for the property.term:
mElement: The AudioObjectPropertyElement for the property.