如何将音频设备 UID 传递到 NSSound 的 setPlaybackDeviceIdentifier 中:
我怎样才能将音频设备UID(USB扬声器)传递到NSSound的setPlaybackDeviceIdentifier:方法
谢谢
How can i get audio device UID (USB speaker) to pass into NSSound's setPlaybackDeviceIdentifier: method
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
为了避免已弃用的 AudioHardwareGetProperty 和 AudioDeviceGetProperty 调用,请将它们替换为如下内容:
To avoid the deprecated AudioHardwareGetProperty and AudioDeviceGetProperty calls replace them with something like this:
好的,我自己得到了...
theCFString 将包含设备 UID
ok i got it myself...
the theCFString will contain the device UID
AudioHardwareGetProperty 在雪豹中已弃用。
AudioHardwareGetProperty is deprecated in snow leopard.