Anonymous Maarten
|
549cedfa88
include: add \brief to includes
|
2 years ago |
Sylvain
|
49e47b523a
Update `\returns` to the generic form
|
2 years ago |
Sylvain
|
43c08170af
Add missing '\param' documentation
|
2 years ago |
Sylvain
|
ce366facaa
Add missing \returns, change "return" to "returns" to have same naming
|
2 years ago |
Sam Lantinga
|
5b77ad54c4
Fixed order and constness of parameters to SDL_ConvertAudioSamples()
|
2 years ago |
Sylvain
|
e2e5e670bf
Remove returns int from Destroy/Close/Unlock functions
|
2 years ago |
Linus Probert
|
3bd737d44c
Add error returns to void functions that can fail/set errors.
|
2 years ago |
Sylvain
|
b305d9e3c0
Change return type from void to int for audio function. Eventually set invalid parameter error.
|
2 years ago |
Sylvain
|
c5c94a6be6
Change return type from void to int, for functions that set an error
|
2 years ago |
Ryan C. Gordon
|
197340ea1c
Sync wiki -> headers.
|
2 years ago |
Sylvain
|
052b14eb65
Add SDL_ConvertAudioSamples() helper function
|
2 years ago |
Sylvain
|
64bc0a1612
Remove AudioCVT interface in favor of SDL_AudioStream
|
2 years ago |
Sam Lantinga
|
fde78d12f2
Updated copyright for 2023
|
2 years ago |
Sylvain
|
93e2903ac5
Add SDL_PlayAudioDevice() to play audio. Remove pause_on param from SDL_PauseAudioDevice()
|
2 years ago |
Sylvain
|
2d7f8d7d51
Remove legacy SDL_Audio functions that acts on device id == 1
|
2 years ago |
Sam Lantinga
|
701e965235
Removed leading underscore in structure names
|
2 years ago |
Sam Lantinga
|
713ba2e31a
SDL API renaming: SDL_audio.h
|
2 years ago |
Sam Lantinga
|
9625fb2832
Documentation cleanup
|
2 years ago |
Sylvain Becker
|
47170d288e
Don't export SDL_AudioInit/Quit, use SDL_InitSubsystem instead (#6912)
|
2 years ago |
Sylvain
|
3fb0c8b54a
Remove/Rename SDL_FreeWAV() to SDL_free()
|
2 years ago |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
2 years ago |
Ryan C. Gordon
|
3197632347
include: Renamed begin_code.h and close_code.h to have SDL_ prefixes.
|
2 years ago |
Ozkan Sezer
|
d6327a00fb
re-applied the SDL_NewAudioStream deconstification, including to its definition
|
2 years ago |
Ozkan Sezer
|
25e62193f4
just revert the const removal from SDL_NewAudioStream in commit d0bbfdb
|
2 years ago |
Pierre Wendling
|
3c501b963d
Clang-Tidy fixes (#6725)
|
2 years ago |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
2 years ago |