public int NumberFramesNeeded { get; }
Public ReadOnly Property NumberFramesNeeded As Integer
Get
public:
property int NumberFramesNeeded {
int get ();
}
member NumberFramesNeeded : int with get
The number frames needed is a rough guide for the client application to know how many more data points will be required for a request to be sent. It is not a guarantee as variance will occur for a number of reasons: variable frame rate, participant movement, along with environment and camera impacts. When the measurement has collected enough data this will be zero and isChunkReady will return true. The number of frames is not necessarily monotonically decreasing.
If sufficient information has been collected, 0 is returned. If there is an error or inability to calculate, -1 is returned.