Explorar el Código

audio: Added some minor missing comments in struct SDL_AudioDevice.

Ryan C. Gordon hace 1 año
padre
commit
aa10e51c74
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/audio/SDL_sysaudio.h

+ 3 - 0
src/audio/SDL_sysaudio.h

@@ -305,8 +305,11 @@ struct SDL_AudioDevice
 
 
     // The device's current audio specification
     // The device's current audio specification
     SDL_AudioSpec spec;
     SDL_AudioSpec spec;
+
+    // The size, in bytes, of the device's playback/recording buffer.
     int buffer_size;
     int buffer_size;
 
 
+    // The device's channel map, or NULL for SDL default layout.
     int *chmap;
     int *chmap;
 
 
     // The device's default audio specification
     // The device's default audio specification