mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 02:22:15 +02:00
Add missing comment
This commit is contained in:
parent
69c298e25f
commit
6d430929b6
@ -48,6 +48,7 @@ Result audoutPlayBuffer(AudioOutBuffer *source, AudioOutBuffer **released);
|
||||
/**
|
||||
* @brief Waits for audio playback to finish.
|
||||
* @param released AudioOutBuffer to receive the last played buffer.
|
||||
* @param released_count Pointer to receive the number of played buffers.
|
||||
* @param timeout Timeout value, use U64_MAX to wait until all finished.
|
||||
*/
|
||||
Result audoutWaitPlayFinish(AudioOutBuffer **released, u32* released_count, u64 timeout);
|
||||
|
Loading…
Reference in New Issue
Block a user