Deprecated NSSound Methods
A method identified as deprecated has been superseded and may become unsupported in the future.
Deprecated in OS X v10.5
soundUnfilteredFileTypes
Provides the list of file types the NSSound class understands. (Deprecated in OS X v10.5. Use soundUnfilteredTypes.)
+ (NSArray *)soundUnfilteredFileTypes
Return Value
Array of strings representing the file types the NSSound class understands.
Discussion
The returned array may be passed directly to the runModalForTypes: method of the NSOpenPanel class.
Availability
- Available in OS X v10.0 and later.
- Deprecated in OS X v10.5.
Declared In
NSSound.hsoundUnfilteredPasteboardTypes
Provides a list of the pasteboard types that the NSSound class can accept. (Deprecated in OS X v10.5. Use soundUnfilteredTypes.)
+ (NSArray *)soundUnfilteredPasteboardTypes
Return Value
Array of pasteboard types that the NSSound class can accept.
Availability
- Available in OS X v10.0 and later.
- Deprecated in OS X v10.5.
Declared In
NSSound.h© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-06-04)