문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top