IOAudioEngine getNumSampleFramesPerBuffer weirdness
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com User-agent: Mozilla Thunderbird 0.9 (Macintosh/20041103) In IOAudioEngine, protected: UInt32 getNumSampleFramesPerBuffer (); public: UInt32 numSampleFramesPerBuffer; I assume the former is an accessor for the latter? -- Andrew White _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... It strikes me as bizarre (backwards, even) for a public member variable to have a protected read-only accessor. What am I missing? This email sent to site_archiver@lists.apple.com
participants (1)
-
Andrew White