Contents

AudioSessionGetPropertySize(_:_:)

Gets the size of the value for a specified audio session property.

Declaration

func AudioSessionGetPropertySize(_ inID: AudioSessionPropertyID, _ outDataSize: UnsafeMutablePointer<UInt32>!) -> OSStatus

Parameters

  • inID:

    The identifier for the audio session property whose value you want to get the size of.

  • outDataSize:

    On output, the size of the property value.

Return Value

A result code. See Result Codes.

Discussion

Audio session properties are listed and described in Audio Session Property Identifiers.

See Also

Related Documentation

Functions