memset AND struct = {0}?
memset AND struct = {0}?
- Subject: memset AND struct = {0}?
- From: "Patrick J. Collins" <email@hidden>
- Date: Sun, 01 Mar 2015 17:27:56 -0800 (PST)
This "learning core audio" book I am reading shows:
AudioStreamBasicDescription recordFormat = {0};
memset(&recordFormat, 0, sizeof(recordFormat));
Is the memset actually doing anything? Isn't the line with the = {0},
going to zero out all the data? Should I be doing memset with all my
asbd's?
Patrick J. Collins
http://collinatorstudios.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden