Can someone please provide an example of how to call CMFormatDescriptionEqual?

For example:

var fd1:CMFormatDescription
var fd2:CMFormatDescription
if CMFormatDescriptionEqual( desc1:fd1, desc2:fd2 ) {}

"Cannot invoke CMFormatDescriptionEqual with an argument list of type (desc1: CMFormatDescription,desc2: CMFormatDescription)"

I've tried quite a few combinations of parameter names and CMFormatDescriptions with and without question marks or exclamation marks but none of them compiles.

Swift 1.2, Xcode 6.3

Jan E.
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to