Re: CMFormatDescriptionEqual
Re: CMFormatDescriptionEqual
- Subject: Re: CMFormatDescriptionEqual
- From: "Jan E. Schotsman" <email@hidden>
- Date: Sat, 25 Jul 2015 21:34:51 +0200
On Jul 25, 2015, at 9:10 PM, Marco S Hyman wrote:
The declaration for CMFormatDescriptionEqual is
func CMFormatDescriptionEqual(_ ffd1: CMFormatDescription!,
_ ffd2: CMFormatDescription!) -> Boolean
so I’d think this should work (but untested)
if CMFormatDescriptonEqual(fd1, fd2) { }
Unfortunately it does not!
I was hoping for an example that compiles.
Jan E.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden