Contents

setAttributeForConnection

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

Declaration

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

Parameters

  • attribute:

    Defines the attribute to be set.

  • value:

    The new value for the attribute.

Return Value

an IOReturn code.

Overview

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

See Also

Miscellaneous