Contents

IOAudioPort

Represents a logical or physical port or functional unit in an audio device.

Declaration

class IOAudioPort : IOService

Overview

An IOAudioPort represents an element in the signal chain in the audio device. It may contain one or more controls (represented by IOAudioControl) by which different attributes of the port may be represented and adjusted.

IOAudioPort objects are connected up in the IORegistry in the IOAudioPlane to represent the signal chain of the device. They may be connected to other IOAudioPorts as well as IOAudioEngines to indicate they either feed into or are fed by one of the audio engines (i.e. they provide input to or take output from the computer).

Topics

Miscellaneous

Instance Methods

Type Methods

See Also

Interfaces