Contents

CopyNameFromSoundBank(_:_:)

Copies the name of a sound bank from a sound bank file at a specified URL.

Declaration

func CopyNameFromSoundBank(_ inURL: CFURL, _ outName: UnsafeMutablePointer<Unmanaged<CFString>?>) -> OSStatus

Parameters

  • inURL:

    A URL that points to the sound bank whose name you want to get.

  • outName:

    The name of the sound bank.

Return Value

A result code.

See Also

Instrument Functions