Length()

Synopsis

#include <aoi.h>

int64_t (*Length)(void *ctx);

Arguments

ctx
The context for the stream.

Description

This function should return the length of the stream, in bytes, if known.

Returns

The length of the stream.