Software Archive
Read-only legacy content
Announcements
Important Update: Community Platform Migration​. Learn more​>
17060 Discussions

why use the CreateImpl<T> function

sameer_h_
Beginner
1,336 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