Contents

AudioObjectPropertyAddress

An AudioObjectPropertyAddress collects the three parts that identify a specific property together in a struct for easy transmission.

Declaration

struct AudioObjectPropertyAddress

Overview

  • term: mSelector: The AudioObjectPropertySelector for the property.

  • term: mScope: The AudioObjectPropertyScope for the property.

  • term: mElement: The AudioObjectPropertyElement for the property.

Topics

Initializers

Instance Properties

See Also

Structures