mirror of
				https://github.com/libsdl-org/SDL.git
				synced 2025-11-04 01:34:38 +00:00 
			
		
		
		
	Sync SDL wiki -> header
This commit is contained in:
		@@ -533,12 +533,12 @@ extern DECLSPEC int SDLCALL SDL_GetAudioDeviceSpec(int index,
 | 
				
			|||||||
 * should call this function sparingly!
 | 
					 * should call this function sparingly!
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * `spec` will be filled with the sample rate, sample format, and channel
 | 
					 * `spec` will be filled with the sample rate, sample format, and channel
 | 
				
			||||||
 * count, if a default device exists on the system. If `name` is provided, will
 | 
					 * count, if a default device exists on the system. If `name` is provided,
 | 
				
			||||||
 * be filled with either a dynamically-allocated UTF-8 string or NULL.
 | 
					 * will be filled with either a dynamically-allocated UTF-8 string or NULL.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * \param name A pointer to be filled with the name of the default device (can
 | 
					 * \param name A pointer to be filled with the name of the default device (can
 | 
				
			||||||
               be NULL). Please call SDL_free() when you are done with this
 | 
					 *             be NULL). Please call SDL_free() when you are done with this
 | 
				
			||||||
               pointer!
 | 
					 *             pointer!
 | 
				
			||||||
 * \param spec The SDL_AudioSpec to be initialized by this function.
 | 
					 * \param spec The SDL_AudioSpec to be initialized by this function.
 | 
				
			||||||
 * \param iscapture non-zero to query the default recording device, zero to
 | 
					 * \param iscapture non-zero to query the default recording device, zero to
 | 
				
			||||||
 *                  query the default output device.
 | 
					 *                  query the default output device.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user