9using System.Collections.Generic;
29 public abstract float length {
get; }
52 public abstract bool Sample(
float time,
Frame toFill,
bool clampTimeToValid =
true);
The Frame class represents a set of hand and finger tracking data detected in a single frame.
abstract float length
Returns the length of the recording in seconds.
abstract bool Sample(float time, Frame toFill, bool clampTimeToValid=true)
Samples the recording at the given time. Caller must provide a frame object that will be filled with ...
const double NS_TO_S
Converts nanoseconds to seconds. Leap frames store timestamps in nanoseconds.
const double S_TO_NS
Converts seconds to nanoseconds. Leap frames store timestamps in nanoseconds.
abstract void LoadFrames(List< Frame > frames)
Loads this recording with data from the provided TEMPORARY list of frames. These frames reflect raw r...