Contents

kAudioFileGlobalInfo_AllExtensions

A CFArray of CFStrings containing all recognized file extensions. You can use this array when creating an NSOpenPanel (declared in the AppKit’s NSOpenPanel.h header file).

Declaration

var kAudioFileGlobalInfo_AllExtensions: AudioFilePropertyID { get }

Discussion

If you access this property, your app is responsible for releasing the CFArray object.

When accessing this property’s value, you must set the inSpecifier parameter to NULL.

See Also

Constants