Kinect.KinectManager.GetBodyFrameTimestamp C# (CSharp) Method

GetBodyFrameTimestamp() public method

Gets the last body frame timestamp.
public GetBodyFrameTimestamp ( ) : long
return long
        public long GetBodyFrameTimestamp()
        {
            return bodyFrame.liRelativeTime;
        }
KinectManager