Updated from the SDL Documentation Project
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40182
This commit is contained in:
parent
627578c0d5
commit
8dd601989f
355 changed files with 2317 additions and 1398 deletions
|
@ -73,7 +73,7 @@ NAME="SDLOPENAUDIO"
|
|||
><DIV
|
||||
CLASS="REFNAMEDIV"
|
||||
><A
|
||||
NAME="AEN6103"
|
||||
NAME="AEN6262"
|
||||
></A
|
||||
><H2
|
||||
>Name</H2
|
||||
|
@ -81,14 +81,14 @@ NAME="AEN6103"
|
|||
><DIV
|
||||
CLASS="REFSYNOPSISDIV"
|
||||
><A
|
||||
NAME="AEN6106"
|
||||
NAME="AEN6265"
|
||||
></A
|
||||
><H2
|
||||
>Synopsis</H2
|
||||
><DIV
|
||||
CLASS="FUNCSYNOPSIS"
|
||||
><A
|
||||
NAME="AEN6107"
|
||||
NAME="AEN6266"
|
||||
></A
|
||||
><P
|
||||
></P
|
||||
|
@ -112,7 +112,7 @@ CLASS="FSFUNC"
|
|||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN6113"
|
||||
NAME="AEN6272"
|
||||
></A
|
||||
><H2
|
||||
>Description</H2
|
||||
|
@ -418,7 +418,7 @@ CLASS="STRUCTFIELD"
|
|||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN6200"
|
||||
NAME="AEN6359"
|
||||
></A
|
||||
><H2
|
||||
>Examples</H2
|
||||
|
@ -443,6 +443,9 @@ desired->freq=22050;
|
|||
/* 16-bit signed audio */
|
||||
desired->format=AUDIO_S16LSB;
|
||||
|
||||
/* Mono */
|
||||
desired->channels=0;
|
||||
|
||||
/* Large audio buffer reduces risk of dropouts but increases response time */
|
||||
desired->samples=8192;
|
||||
|
||||
|
@ -471,7 +474,7 @@ SDL_PauseAudio(0);</PRE
|
|||
><DIV
|
||||
CLASS="REFSECT1"
|
||||
><A
|
||||
NAME="AEN6203"
|
||||
NAME="AEN6362"
|
||||
></A
|
||||
><H2
|
||||
>See Also</H2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue