Contents

AudioQueueGetPropertySize(_:_:_:)

Gets the size of the value of an audio queue property.

Declaration

func AudioQueueGetPropertySize(_ inAQ: AudioQueueRef, _ inID: AudioQueuePropertyID, _ outDataSize: UnsafeMutablePointer<UInt32>) -> OSStatus

Parameters

  • inAQ:

    The audio queue that has the property value whose size you want to get.

  • inID:

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

  • outDataSize:

    On output, the size of the requested property value.

Return Value

A result code. See Result Codes.

See Also

Manipulating Audio Queue Properties