Returns all of the possible identifiers for the given media type that can be used with compressionOptionsWithIdentifier: on the user’s system.
Original signature is '+ (NSArray *)compressionOptionsIdentifiersForMediaType:(NSString *)mediaType'
Available in 5 and later.

C# | Visual Basic | Visual C++ |

- mediaType (NSString)
- A media type used to create compression options.

An array of strings that can be used to create compression options with the compressionOptionsWithIdentifier: method.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)