xn.OpenNIImporter.xnGetRecorderFormat C# (CSharp) Method

xnGetRecorderFormat() private method

private xnGetRecorderFormat ( IntPtr hRecorder ) : string
hRecorder System.IntPtr
return string
        public static extern string xnGetRecorderFormat(XnNodeHandle hRecorder);
OpenNIImporter