dereference UnsafePointer
dereference UnsafePointer
- Subject: dereference UnsafePointer
- From: "Jan E. Schotsman" <email@hidden>
- Date: Mon, 20 Jul 2015 16:57:57 +0200
Hello list,
How can I dereference an UnsafePointer<Type> in Swift?
For example
let asbd =
CMAudioFormatDescriptionGetStreamBasicDescription( formatDescription )
let numSndChannels = asbd->mChannelsPerFrame // this fails to compile,
of course
Do I need to write an accessor in a .c or .m file?
TIA,
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