On Thu Apr 17 22:48:49 2025 +0000, Brendan McGrath wrote:
I did think of another way to do this; I could simply return another value from `wg_transform_read_mf` (in addition to the sample) to indicate that a timestamp has been provided. We could potentially even use the `flags` variable that is already being passed. Let me know if you'd prefer one of those options.
Yeah I would rather not expose anything internal to the caller side, so either an internal flag (but still needs to be cleared), or a dedicated `bool *` parameter would be better.