Commit 61f9e79e authored by Max Kellermann's avatar Max Kellermann

MusicChunk: update API documentation

parent cf797657
...@@ -116,7 +116,7 @@ struct music_chunk { ...@@ -116,7 +116,7 @@ struct music_chunk {
/** /**
* Prepares appending to the music chunk. Returns a buffer * Prepares appending to the music chunk. Returns a buffer
* where you may write into. After you are finished, call * where you may write into. After you are finished, call
* music_chunk_expand(). * Expand().
* *
* @param chunk the music_chunk object * @param chunk the music_chunk object
* @param audio_format the audio format for the appended data; * @param audio_format the audio format for the appended data;
...@@ -132,7 +132,7 @@ struct music_chunk { ...@@ -132,7 +132,7 @@ struct music_chunk {
/** /**
* Increases the length of the chunk after the caller has written to * Increases the length of the chunk after the caller has written to
* the buffer returned by music_chunk_write(). * the buffer returned by Write().
* *
* @param chunk the music_chunk object * @param chunk the music_chunk object
* @param audio_format the audio format for the appended data; must * @param audio_format the audio format for the appended data; must
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment