mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 02:22:15 +02:00
Sync PCM format comments
This commit is contained in:
parent
1bac2917e5
commit
b2a9ac812a
@ -56,5 +56,5 @@ Result audoutWaitPlayFinish(AudioOutBuffer **released, u32* released_count, u64
|
|||||||
/// 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).
|
||||||
u32 audoutGetChannelCount(void); ///< Supported channel count (2 channels).
|
u32 audoutGetChannelCount(void); ///< Supported channel count (2 channels).
|
||||||
PcmFormat audoutGetPcmFormat(void); ///< Supported PCM format (INT16).
|
PcmFormat audoutGetPcmFormat(void); ///< Supported PCM format (Int16).
|
||||||
AudioOutState audoutGetDeviceState(void); ///< Initial device state (stopped).
|
AudioOutState audoutGetDeviceState(void); ///< Initial device state (stopped).
|
||||||
|
Loading…
Reference in New Issue
Block a user