From 1baf3e941a52a794a408ac6769cabd5192dcb1f7 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 16 Aug 2020 15:23:20 +1000 Subject: [PATCH] Update documentation for ma_mixer_end(). --- research/ma_mixing.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/research/ma_mixing.h b/research/ma_mixing.h index 0b49b6fe..600e909a 100644 --- a/research/ma_mixing.h +++ b/research/ma_mixing.h @@ -527,6 +527,9 @@ pFramesOut (in, optional) used to initialized it. The required size in frames is defined by the output frame count returned by `ma_mixer_begin()`. It is an error for `pFramesOut` and `pParentMixer` to both be non-NULL. +outputOffsetInFrames (in) + The offset in frames to start writing the output data to the destination buffer. + Return Value ------------