Tell()
Synopsis:
#include <aoi.h>
int64_t (*Tell)(void *ctx);
Arguments:
- ctx
- The context for the stream you're querying.
Description:
This function should return the current position in the stream.
Returns:
The current position in the stream, or -1 if an error occurred.
Page updated:
