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
67df617f2b
commit
69c298e25f
@ -48,6 +48,7 @@ Result audinCaptureBuffer(AudioInBuffer *source, AudioInBuffer **released);
|
|||||||
/**
|
/**
|
||||||
* @brief Waits for audio capture to finish.
|
* @brief Waits for audio capture to finish.
|
||||||
* @param released AudioInBuffer to receive the last captured buffer.
|
* @param released AudioInBuffer to receive the last captured buffer.
|
||||||
|
* @param released_count Pointer to receive the number of captured buffers.
|
||||||
* @param timeout Timeout value, use U64_MAX to wait until all finished.
|
* @param timeout Timeout value, use U64_MAX to wait until all finished.
|
||||||
*/
|
*/
|
||||||
Result audinWaitCaptureFinish(AudioInBuffer **released, u32* released_count, u64 timeout);
|
Result audinWaitCaptureFinish(AudioInBuffer **released, u32* released_count, u64 timeout);
|
||||||
|
Loading…
Reference in New Issue
Block a user