mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
audio: Added some minor missing comments in struct SDL_AudioDevice.
This commit is contained in:
parent
10a5b388df
commit
aa10e51c74
1 changed files with 3 additions and 0 deletions
|
|
@ -305,8 +305,11 @@ struct SDL_AudioDevice
|
|||
|
||||
// The device's current audio specification
|
||||
SDL_AudioSpec spec;
|
||||
|
||||
// The size, in bytes, of the device's playback/recording buffer.
|
||||
int buffer_size;
|
||||
|
||||
// The device's channel map, or NULL for SDL default layout.
|
||||
int *chmap;
|
||||
|
||||
// The device's default audio specification
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue