comparison libmlk-core/mlk/core/music.h @ 536:848897bfef2f

core: doxygenize sound
author David Demelier <markand@malikania.fr>
date Sun, 05 Mar 2023 11:05:40 +0100
parents 593703440a05
children fcd124e513ea
comparison
equal deleted inserted replaced
535:7d6a879901e0 536:848897bfef2f
76 mlk_music_open(struct mlk_music *music, const char *path); 76 mlk_music_open(struct mlk_music *music, const char *path);
77 77
78 /** 78 /**
79 * Open a music from a const binary data. 79 * Open a music from a const binary data.
80 * 80 *
81 * The binary data must be kept alive until the font is no longer used. 81 * The binary data must be kept alive until the music is no longer used.
82 * 82 *
83 * \pre music != NULL 83 * \pre music != NULL
84 * \pre path != NULL 84 * \pre path != NULL
85 * \param music the music to initialize 85 * \param music the music to initialize
86 * \param data the font content 86 * \param data the font content