Contents

AudioQueueSetProperty(_:_:_:_:)

Sets an audio queue property value.

Declaration

func AudioQueueSetProperty(_ inAQ: AudioQueueRef, _ inID: AudioQueuePropertyID, _ inData: UnsafeRawPointer, _ inDataSize: UInt32) -> OSStatus

Parameters

  • inAQ:

    The audio queue that you want to set a property value on.

  • inID:

    The ID of the property whose value you want to set. See Audioqueuepropertyid.

  • inData:

    The property value to set.

  • inDataSize:

    The size of the property data.

Return Value

A result code. See Result Codes.

See Also

Manipulating Audio Queue Properties