A method identified as deprecated has been superseded and may become unsupported in the future.
Provides the list of file types the NSSound
class understands. (Deprecated in Mac OS X v10.5. Use soundUnfilteredTypes
.)
+ (NSArray *)soundUnfilteredFileTypes
Array of strings representing the file types the NSSound
class understands.
The returned array may be passed directly to the runModalForTypes:
method of the NSOpenPanel
class.
NSSound.h
Provides a list of the pasteboard types that the NSSound
class can accept. (Deprecated in Mac OS X v10.5. Use soundUnfilteredTypes
.)
+ (NSArray *)soundUnfilteredPasteboardTypes
Array of pasteboard types that the NSSound
class can accept.
NSSound.h
© 2008 Apple Inc. All Rights Reserved. (Last updated: 2008-10-15)