Contents

getAttributeForConnection

Generic method to retrieve some attribute of the audio engine, specific to one connection.

Declaration

virtual IOReturn getAttributeForConnection(
 SInt32 connectIndex,
 UInt32 attribute,
 uintptr_t *value );

Parameters

  • attribute:

    Defines the attribute to be returned. Some defined attributes are:

  • value:

    Returns the value for the attribute.

Return Value

an IOReturn code.

Overview

IOAudioEngine subclasses may implement this method to allow arbitrary attribute/value pairs to be returned, specific to one connection.

See Also

Miscellaneous