Frage

I'm writing an application in .NET2.0 (i have to support legacy equipment) that will use DirectSound. There is a possibility that I will need to port the codebase to Mono to run on some Linux equipment. Does anybody have experience of what might happen to references to DirectSound when I attempt this?

Maybe there is a Mono compliant scenario I haven't encountered.

Thanks in advance.

War es hilfreich?

Lösung

No, DirectSound is not supported. On Linux/Mono, you would usually use GStreamer, see Banshee for an example.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top