标签: c# uwp mp4
我有一个mp4,需要在页面中重复播放。
如何实现?
<MediaPlayerElement Grid.Row="0" Background="White" Source="{x:Bind MovieSource}" Width="900" AutoPlay="True" > </MediaPlayerElement>
我尝试使用情节提要,但发现MediaTimeline在UWP中不可用。
MediaTimeline
找不到可行的替代方案...
答案 0 :(得分:4)
MediaPlayerElement类的MediaPlayer属性具有IsLoopingEnabled属性。