<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<div>Hi everyone,<br></div><div>I'm trying to write a plugin for VLC, and one of the configuration parameters is supposed to be an enumeration.<br></div><div><br></div><div>Reading the source for the WaveOut windows audio driver, I noticed the macro VLC_CONFIG_STRING_ENUM is used in order to enumerate a config at run time. Unfortunately, the SDK I downloaded from <a href="https://get.videolan.org/vlc/3.0.11/win64/vlc-3.0.11-win64.7z">https://get.videolan.org/vlc/3.0.11/win64/vlc-3.0.11-win64.7z</a> does not contain this macro inside vlc_plugin.h.<br></div><div>Can anyone point me in the right direction?<br></div><div><br></div><div>Thanks,<br></div><div>Francesco<br></div> </body>
</html>