1、MediaElement使用注意事项
如果使用流,必须是独立存储里面的流,如果使用网络流,则会提示“Stream must be of type IsolatedStorageFileStream”,报“NotSupportedException”
2、MediaElement播放时,其他媒体的播放会停止。
3、BackgroundAudioPlayer和调用它的应用程序交互时,如果需要共享变量或者其他数据,只能通过读写独立存储的形式进行。
1、MediaElement使用注意事项
如果使用流,必须是独立存储里面的流,如果使用网络流,则会提示“Stream must be of type IsolatedStorageFileStream”,报“NotSupportedException”
2、MediaElement播放时,其他媒体的播放会停止。
3、BackgroundAudioPlayer和调用它的应用程序交互时,如果需要共享变量或者其他数据,只能通过读写独立存储的形式进行。