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.
我希望我的应用程序在特定时间段(比如 30 秒)后停止播放视频,并向我显示一些选项的菜单,即同时折叠媒体元素。我不知道如何做到这一点。
使用 DispatcherTimer,将其间隔设置为 30 秒,然后在滴答事件中执行代码以停止视频和计时器本身。
或者,您可以使用 Rx 中的调度程序。