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.
我的目标是提高音频的速度。有没有办法在 winRT 媒体元素中实现这一点。
您可以使用 2 个属性:
MediaElement.DefaultPlaybackRate
这将在整个应用程序会话中持续存在,并且
MediaElement.PlaybackRate
每次 Pause() 或 Stop() 调用后都会丢失。它们都是 typedouble并且默认为 1.0
double