diff options
author | Matthew Gregan <[email protected]> | 2021-02-17 13:28:51 +1300 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2021-02-17 22:05:37 +1300 |
commit | 8942382280721117900072945767cece14eef046 (patch) | |
tree | 8eaf1f4f11b14da73a6e62b017755e97f800f31a /src/cubeb-internal.h | |
parent | 9beb8ed0c91f1b6ed7769d2c28c94a1d78b6c6f1 (diff) | |
download | cubeb-8942382280721117900072945767cece14eef046.tar.gz cubeb-8942382280721117900072945767cece14eef046.zip |
Remove cubeb_stream_reset_default_device API.
Diffstat (limited to 'src/cubeb-internal.h')
-rw-r--r-- | src/cubeb-internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cubeb-internal.h b/src/cubeb-internal.h index 9d3d1dd..406dca4 100644 --- a/src/cubeb-internal.h +++ b/src/cubeb-internal.h @@ -60,7 +60,6 @@ struct cubeb_ops { void (* stream_destroy)(cubeb_stream * stream); int (* stream_start)(cubeb_stream * stream); int (* stream_stop)(cubeb_stream * stream); - int (* stream_reset_default_device)(cubeb_stream * stream); int (* stream_get_position)(cubeb_stream * stream, uint64_t * position); int (* stream_get_latency)(cubeb_stream * stream, uint32_t * latency); int (* stream_get_input_latency)(cubeb_stream * stream, uint32_t * latency); |