ScreenCapture
ScreenCapture copied to clipboard
How to recode audio and print audio device name?
I want to recode audio.
but default code can not do it.
I patch this code then I can recode audio. and I print vistamixers info.
I don't why I can't print [i.name].
[i.CanPlay] and [i.CanCapture] seems to be opposite.
I need to choose a recording device, how should I do it.
if I print [i.name]
try i.name.c_str()
for my project i just used
std::wstring myString = vistamixers[i].name.c_str(); and can receieve the device name
try i.name.c_str()
for my project i just used
std::wstring myString = vistamixers[i].name.c_str(); and can receieve the device name
not working for me.