comparison DOCS/tech/libao2.txt @ 12228:7e22b762e1a8

typo fix: Mplayer --> MPlayer
author diego
date Sat, 17 Apr 2004 23:19:22 +0000
parents 4846c53f548d
children 8058e403d49c
comparison
equal deleted inserted replaced
12227:aa01df570de0 12228:7e22b762e1a8
83 83
84 static void uninit() 84 static void uninit()
85 Called before mplayer exits. Used for deallocating dynamic buffers. 85 Called before mplayer exits. Used for deallocating dynamic buffers.
86 86
87 static void reset() 87 static void reset()
88 Called during reset can be used to empty buffers. Mplayer calls this 88 Called during reset can be used to empty buffers. MPlayer calls this
89 function when pause is pressed. 89 function when pause is pressed.
90 90
91 static int play() 91 static int play()
92 Called for every block of audio data sent through the plugin. This 92 Called for every block of audio data sent through the plugin. This
93 function should be optimized for speed. The incoming data is found 93 function should be optimized for speed. The incoming data is found