Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何控制由 LiveCode mergExt 套件的 mergAV 外部创建的 A/V 播放器的音量?我需要打开和关闭播放器的音频,并将其音量设置为特定值(0 - 100)。
目前不可能,因此需要将其添加到 mergAV。不幸的是,Apple 决定不给 AVPlayer 一个音量或静音属性,这就是它尚未实现的原因。不过有一个解决方法。还有 MPVolumeView 可以添加到 mergMP 中,它呈现系统音量控制。