mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-27 09:50:53 +00:00
clarify documentation of fluid_sample_sizeof()
This commit is contained in:
parent
c8b18056c6
commit
488da516cd
1 changed files with 2 additions and 0 deletions
|
@ -515,6 +515,8 @@ delete_fluid_sample(fluid_sample_t *sample)
|
||||||
* Useful in low latency scenarios e.g. to allocate a sample on the stack.
|
* Useful in low latency scenarios e.g. to allocate a sample on the stack.
|
||||||
*
|
*
|
||||||
* @return Size of fluid_sample_t in bytes
|
* @return Size of fluid_sample_t in bytes
|
||||||
|
*
|
||||||
|
* @note It is recommend to zero initialize the memory before using the object.
|
||||||
*/
|
*/
|
||||||
size_t fluid_sample_sizeof()
|
size_t fluid_sample_sizeof()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue