Changeset 68039 in vbox for trunk/src/VBox/Devices/Audio/pulse_stubs.c
- Timestamp:
- Jul 18, 2017 5:46:43 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/pulse_stubs.c
r67952 r68039 166 166 (pa_stream *s, pa_stream_notify_cb_t cb, void *userdata), 167 167 (s, cb, userdata)) 168 PROXY_STUB_VOID(pa_stream_set_overflow_callback, 169 (pa_stream *s, pa_stream_notify_cb_t cb, void *userdata), 170 (s, cb, userdata)) 168 171 PROXY_STUB_VOID(pa_stream_set_write_callback, 169 172 (pa_stream *s, pa_stream_request_cb_t cb, void *userdata), … … 277 280 ELEMENT(pa_stream_set_state_callback), 278 281 ELEMENT(pa_stream_set_underflow_callback), 282 ELEMENT(pa_stream_set_overflow_callback), 279 283 ELEMENT(pa_stream_set_write_callback), 280 284 ELEMENT(pa_stream_flush),
Note:
See TracChangeset
for help on using the changeset viewer.