Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

why use the CreateImpl<T> function

sameer_h_
Beginner
459 Views

Hi

getting started on understanding the SDK.   Here is an example

PXCMAudioSource audioSrc1;

session.CreateImpl<PXCMAudioSource>(out audioSrc1);

PXCMAudioSource audioSrc2;

audioSrc2 = session.CreateAudioSource();

It's not clear to me from the SDK documentation why use one way to create an audio source vs. the other.   

To me creation of audiotSrc2 makes much more sense than the first one.  

 

0 Kudos
0 Replies
Reply