xn.OpenNIImporter.xnSetPlayerSource C# (CSharp) Method

xnSetPlayerSource() private method

private xnSetPlayerSource ( IntPtr hPlayer, RecordMedium sourceType, string strSource ) : UInt32
hPlayer System.IntPtr
sourceType RecordMedium
strSource string
return System.UInt32
        public static extern XnStatus xnSetPlayerSource(XnNodeHandle hPlayer, RecordMedium sourceType, string strSource);
OpenNIImporter