来自服务器的媒体元素源(mms :)问题wpf

时间:2010-07-27 04:12:12

标签: wpf mediaelement playlist

来自服务器的mp3文件在媒体元素中播放时间超过5分钟。

代码:

  <MediaElement 
            Name="player" 
    Source="{Binding ElementName=lbTrack, Path=SelectedItem.FilePath, NotifyOnSourceUpdated=True,NotifyOnTargetUpdated=True}"
            UnloadedBehavior="Stop"
            Volume="{Binding ElementName=volume, Path=Value}" MediaEnded="player_MediaEnded" MediaOpened="player_MediaOpened" 
            LoadedBehavior="Manual" />

1 个答案:

答案 0 :(得分:0)

您将从ActiveX媒体播放器获得更好的性能。试试这个演练: http://msdn.microsoft.com/en-us/library/ms742735.aspx