[vlc-commits] [Git][videolan/libvlcpp][master] Instance: Don't expose audioOutputDeviceList in 4.0
Hugo Beauzée-Luyssen (@chouquette)
gitlab at videolan.org
Wed Feb 9 08:51:38 UTC 2022
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / libvlcpp
Commits:
7810bd13 by Hugo Beauzée-Luyssen at 2022-02-09T09:49:19+01:00
Instance: Don't expose audioOutputDeviceList in 4.0
- - - - -
1 changed file:
- vlcpp/Instance.hpp
Changes:
=====================================
vlcpp/Instance.hpp
=====================================
@@ -358,6 +358,7 @@ public:
return res;
}
+#if LIBVLC_VERSION_INT < LIBVLC_VERSION(4, 0, 0, 0)
/**
* Gets a list of audio output devices for a given audio output module,
*
@@ -392,6 +393,7 @@ public:
res.emplace_back( p );
return res;
}
+#endif
#if LIBVLC_VERSION_INT >= LIBVLC_VERSION(3, 0, 0, 0)
#if !defined(_MSC_VER) || _MSC_VER >= 1900
View it on GitLab: https://code.videolan.org/videolan/libvlcpp/-/commit/7810bd1317c1f24f3bb14963616a974a265983ce
--
View it on GitLab: https://code.videolan.org/videolan/libvlcpp/-/commit/7810bd1317c1f24f3bb14963616a974a265983ce
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list