mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 904617: Part 4 - Add windows wasapi latency entries for cubeb r=kinetik
This commit is contained in:
parent
92c2527ea3
commit
e27a44b240
@ -878,8 +878,8 @@ cubeb_ops const wasapi_ops = {
|
||||
/*.stream_destroy =*/ wasapi_stream_destroy,
|
||||
/*.stream_start =*/ wasapi_stream_start,
|
||||
/*.stream_stop =*/ wasapi_stream_stop,
|
||||
/*.stream_get_position =*/ wasapi_stream_get_position
|
||||
///*.stream_get_latency =*/ wasapi_stream_get_latency
|
||||
/*.stream_get_position =*/ wasapi_stream_get_position,
|
||||
/*.stream_get_latency =*/ wasapi_stream_get_latency
|
||||
};
|
||||
} // namespace anonymous
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user