• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: dereference UnsafePointer
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dereference UnsafePointer


  • Subject: Re: dereference UnsafePointer
  • From: Roland King <email@hidden>
  • Date: Mon, 20 Jul 2015 23:01:51 +0800

> On 20 Jul 2015, at 22:57, Jan E. Schotsman <email@hidden> wrote:
>
> 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,


asbd.memory().mChannelsPerFrame I think should work - untested but memory() gives you the underlying object.
_______________________________________________

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


  • Follow-Ups:
    • Re: dereference UnsafePointer
      • From: "Jan E. Schotsman" <email@hidden>
References: 
 >dereference UnsafePointer (From: "Jan E. Schotsman" <email@hidden>)

  • Prev by Date: dereference UnsafePointer
  • Next by Date: KVO detection of changes to selection in NSOpenPanel
  • Previous by thread: dereference UnsafePointer
  • Next by thread: Re: dereference UnsafePointer
  • Index(es):
    • Date
    • Thread