gpt4 book ai didi

c# - C#XNA SoundEffect.FromStream

转载 作者:行者123 更新时间:2023-12-03 02:18:26 24 4
gpt4 key购买 nike

我想加载XNA SoundEffect。
我尝试使用:

SoundEffect.FromStream(TitleContainer.OpenStream(XXX));

XXX是地址,但它需要内容中的地址,我想从整个计算机中搜索。地址类似:

C:\Users\PC\Desktop\programs



我怎么做?

最佳答案

这样行吗?

SoundEffect.FromStream(new FileStream(path, FileMode.Open));

其中path是文件路径。

关于c# - C#XNA SoundEffect.FromStream,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17187503/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com