aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorMatthew Gregan <[email protected]>2021-02-17 13:28:51 +1300
committerMatthew Gregan <[email protected]>2021-02-17 22:05:37 +1300
commit8942382280721117900072945767cece14eef046 (patch)
tree8eaf1f4f11b14da73a6e62b017755e97f800f31a /include
parent9beb8ed0c91f1b6ed7769d2c28c94a1d78b6c6f1 (diff)
downloadcubeb-8942382280721117900072945767cece14eef046.tar.gz
cubeb-8942382280721117900072945767cece14eef046.zip
Remove cubeb_stream_reset_default_device API.
Diffstat (limited to 'include')
-rw-r--r--include/cubeb/cubeb.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/cubeb/cubeb.h b/include/cubeb/cubeb.h
index afe7c8e..b678f73 100644
--- a/include/cubeb/cubeb.h
+++ b/include/cubeb/cubeb.h
@@ -552,14 +552,6 @@ CUBEB_EXPORT int cubeb_stream_start(cubeb_stream * stream);
@retval CUBEB_ERROR */
CUBEB_EXPORT int cubeb_stream_stop(cubeb_stream * stream);
-/** Reset stream to the default device.
- @param stream
- @retval CUBEB_OK
- @retval CUBEB_ERROR_INVALID_PARAMETER
- @retval CUBEB_ERROR_NOT_SUPPORTED
- @retval CUBEB_ERROR */
-CUBEB_EXPORT int cubeb_stream_reset_default_device(cubeb_stream * stream);
-
/** Get the current stream playback position.
@param stream
@param position Playback position in frames.