mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Whitespace.
This commit is contained in:
+1
-1
@@ -5678,7 +5678,7 @@ typedef struct
|
|||||||
ma_result (* onProcess )(void* pUserData, ma_resampling_backend* pBackend, const void* pFramesIn, ma_uint64* pFrameCountIn, void* pFramesOut, ma_uint64* pFrameCountOut);
|
ma_result (* onProcess )(void* pUserData, ma_resampling_backend* pBackend, const void* pFramesIn, ma_uint64* pFrameCountIn, void* pFramesOut, ma_uint64* pFrameCountOut);
|
||||||
ma_result (* onSetRate )(void* pUserData, ma_resampling_backend* pBackend, ma_uint32 sampleRateIn, ma_uint32 sampleRateOut); /* Optional. Rate changes will be disabled. */
|
ma_result (* onSetRate )(void* pUserData, ma_resampling_backend* pBackend, ma_uint32 sampleRateIn, ma_uint32 sampleRateOut); /* Optional. Rate changes will be disabled. */
|
||||||
ma_uint64 (* onGetInputLatency )(void* pUserData, const ma_resampling_backend* pBackend); /* Optional. Latency will be reported as 0. */
|
ma_uint64 (* onGetInputLatency )(void* pUserData, const ma_resampling_backend* pBackend); /* Optional. Latency will be reported as 0. */
|
||||||
ma_uint64 (* onGetOutputLatency )(void* pUserData, const ma_resampling_backend* pBackend); /* Optional. Latency will be reported as 0. */
|
ma_uint64 (* onGetOutputLatency)(void* pUserData, const ma_resampling_backend* pBackend); /* Optional. Latency will be reported as 0. */
|
||||||
ma_result (* onReset )(void* pUserData, ma_resampling_backend* pBackend);
|
ma_result (* onReset )(void* pUserData, ma_resampling_backend* pBackend);
|
||||||
} ma_resampling_backend_vtable;
|
} ma_resampling_backend_vtable;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user