mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 10:32:15 +02:00
Return result in audoutPlayBuffer
This commit is contained in:
parent
fe940d2f4b
commit
0292acffe5
@ -52,7 +52,7 @@ Result audoutContainsAudioOutBuffer(AudioOutBuffer *Buffer, bool *ContainsBuffer
|
|||||||
* @param source AudioOutBuffer containing the source sample data to be played.
|
* @param source AudioOutBuffer containing the source sample data to be played.
|
||||||
* @param released AudioOutBuffer to receive the last played buffer.
|
* @param released AudioOutBuffer to receive the last played buffer.
|
||||||
*/
|
*/
|
||||||
void audoutPlayBuffer(AudioOutBuffer *source, AudioOutBuffer *released);
|
Result audoutPlayBuffer(AudioOutBuffer *source, AudioOutBuffer *released);
|
||||||
|
|
||||||
/// These return the state associated with the currently active audio output device.
|
/// These return the state associated with the currently active audio output device.
|
||||||
u32 audoutGetSampleRate(void); ///< Supported sample rate (48000Hz).
|
u32 audoutGetSampleRate(void); ///< Supported sample rate (48000Hz).
|
||||||
|
Loading…
Reference in New Issue
Block a user