소스 검색

Sync SDL2 wiki -> header

SDL Wiki Bot 1 년 전
부모
커밋
01314ff1d4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      include/SDL_audio.h

+ 1 - 0
include/SDL_audio.h

@@ -154,6 +154,7 @@ typedef Uint16 SDL_AudioFormat;
  * \param userdata An application-specific parameter saved in the
  *                 SDL_AudioSpec structure
  * \param stream A pointer to the audio data buffer.
+ * \param len Length of **stream** in bytes.
  */
 typedef void (SDLCALL * SDL_AudioCallback) (void *userdata, Uint8 * stream,
                                             int len);