2011-09-25, 04:24 PM
I don't *need* this, but it would make configuring the AudioAdjust plugin a bit easier for users...
Could you expose the list of available audio renderers (that I assume requires some native code to determine) as a nice simple list/array of strings somewhere, eg:
At the moment, a user has to add (some of) the renderer strings by hand, and it would simplify things if I could let them select from the same list that NPVR itself uses.
Thanks
Iain
Could you expose the list of available audio renderers (that I assume requires some native code to determine) as a nice simple list/array of strings somewhere, eg:
Code:
string[] SettingsHelper.GetAudioRenderers()
At the moment, a user has to add (some of) the renderer strings by hand, and it would simplify things if I could let them select from the same list that NPVR itself uses.
Thanks
Iain