diff options
author | Brendan Early <[email protected]> | 2020-09-30 19:52:00 -0500 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2020-10-07 11:27:54 +1300 |
commit | 01e0997c75abeff9c361568f2bdc645f6c3c0ade (patch) | |
tree | 2e3312fa69baab86f4425004afd87f0c4eddbcdf /src/cubeb_audiounit.cpp | |
parent | 2e842a01f743a734e3720f817c22224af0a80298 (diff) | |
download | cubeb-01e0997c75abeff9c361568f2bdc645f6c3c0ade.tar.gz cubeb-01e0997c75abeff9c361568f2bdc645f6c3c0ade.zip |
Add stream_set_name = null to cubeb_ops structs
Diffstat (limited to 'src/cubeb_audiounit.cpp')
-rw-r--r-- | src/cubeb_audiounit.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cubeb_audiounit.cpp b/src/cubeb_audiounit.cpp index 4b506d0..f0586a1 100644 --- a/src/cubeb_audiounit.cpp +++ b/src/cubeb_audiounit.cpp @@ -3623,6 +3623,7 @@ cubeb_ops const audiounit_ops = { /*.stream_get_latency =*/ audiounit_stream_get_latency, /*.stream_get_input_latency =*/ NULL, /*.stream_set_volume =*/ audiounit_stream_set_volume, + /*.stream_set_name =*/ NULL, /*.stream_get_current_device =*/ audiounit_stream_get_current_device, /*.stream_device_destroy =*/ audiounit_stream_device_destroy, /*.stream_register_device_changed_callback =*/ audiounit_stream_register_device_changed_callback, |