< Previous PageNext Page > Hide TOC

Deprecated NSSound Methods

A method identified as deprecated has been superseded and may become unsupported in the future.

Deprecated in Mac OS X v10.5

soundUnfilteredFileTypes

Provides the list of file types the NSSound class understands. (Deprecated in Mac 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
Declared In
NSSound.h

soundUnfilteredPasteboardTypes

Provides a list of the pasteboard types that the NSSound class can accept. (Deprecated in Mac OS X v10.5. Use soundUnfilteredTypes.)

+ (NSArray *)soundUnfilteredPasteboardTypes

Return Value

Array of pasteboard types that the NSSound class can accept.

Availability
Declared In
NSSound.h

< Previous PageNext Page > Hide TOC


© 2008 Apple Inc. All Rights Reserved. (Last updated: 2008-10-15)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.