Table of Contents

GetLastSample

Methods
public Sample<T>? GetLastSample()

Return the last sample in the sample buffer, casted to the given type.

Returns
Type Description
Sample<T>?

The last sample in the sample buffer.