MonobjcMonobjc Documented Class Library
SoundUnfilteredFileTypes Property
NamespacesMonobjc.AppKitNSSoundSoundUnfilteredFileTypes

Provides the list of file types the NSSound class understands. (Deprecated in Mac OS X v10.5. Use soundUnfilteredTypes.)

Original signature is '+ (NSArray *)soundUnfilteredFileTypes'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[ObsoleteAttribute("Deprecated in Mac OS X v10.5. Use soundUnfilteredTypes.")]
public static NSArray SoundUnfilteredFileTypes { get; }
<ObsoleteAttribute("Deprecated in Mac OS X v10.5. Use soundUnfilteredTypes.")> _
Public Shared ReadOnly Property SoundUnfilteredFileTypes As NSArray
	Get
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.5. Use soundUnfilteredTypes.")]
public:
static property NSArray^ SoundUnfilteredFileTypes {
	NSArray^ get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)