mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Remove an unused member in ma_device.
This commit is contained in:
@@ -3744,7 +3744,6 @@ struct ma_device
|
||||
/*HANDLE*/ ma_handle hEventPlayback;
|
||||
/*HANDLE*/ ma_handle hEventCapture;
|
||||
ma_uint32 fragmentSizeInFrames;
|
||||
ma_uint32 fragmentSizeInBytes;
|
||||
ma_uint32 iNextHeaderPlayback; /* [0,periods). Used as an index into pWAVEHDRPlayback. */
|
||||
ma_uint32 iNextHeaderCapture; /* [0,periods). Used as an index into pWAVEHDRCapture. */
|
||||
ma_uint32 headerFramesConsumedPlayback; /* The number of PCM frames consumed in the buffer in pWAVEHEADER[iNextHeader]. */
|
||||
|
||||
Reference in New Issue
Block a user