mmdevapi: Store period size in frames.
commitbbbf72ddcb12022a1cc229068690302a147b5456
authorAndrew Eikum <aeikum@codeweavers.com>
Tue, 4 Jan 2011 21:30:27 +0000 (4 15:30 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 5 Jan 2011 16:56:36 +0000 (5 17:56 +0100)
tree09fd904446ce054322e96fb2dc22a178f3473c77
parent1bf86127188ff1de883735e1ac9df6174ad7b86d
mmdevapi: Store period size in frames.

There are three different units to represent durations of audio: time,
bytes, and frames. Since all three are in use in this module, we should
be more explicit about the unit of each variable.
dlls/mmdevapi/audio.c