Kinect.KinectManager.GetBodyFrameTimestamp C# (CSharp) 메소드

GetBodyFrameTimestamp() 공개 메소드

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