C# LibVLCSharp: SetAudioDevice - error 0x80070057

0

How can I change the output device?

MediaPlayer.SetOutputDevice(id);

I have picked out the Id via the AudioOutputDeviceEnum.

VLC says:

mmdevice Debug: using selected device {536A131C-2830-445B-8ACC-EDD22DDCE6D5} mmdevice Error: cannot get selected device {536A131C-2830-445B-8ACC-EDD22DDCE6D5} (error 0x80070057) mmdevice Error: cannot get device identifier (error 0x80070057)

I would like to achieve passthrough of the audio signal

libvlcsharp
asked on Stack Overflow Feb 22, 2021 by Hugo Möller • edited Feb 22, 2021 by Hugo Möller

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0