AudioQueueSetProperty(_:_:_:_:)
Sets an audio queue property value.
Declaration
func AudioQueueSetProperty(_ inAQ: AudioQueueRef, _ inID: AudioQueuePropertyID, _ inData: UnsafeRawPointer, _ inDataSize: UInt32) -> OSStatusParameters
- 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.