With MediaElement using an external source - is it possible to play mp3 while downloading, and then when it has finished downloading, save it in isolated storage for future use?
If not, what is the best way to do this?
You cannot touch the stream used by MediaElement. But you can DL, and then save to isolated storage and then load this stream into mediaElement ...
Source: https://habr.com/ru/post/1768949/More articles:CakePHP: how to read user data in a session? - databaseCan you make sure all threads are running with a specific culture? - multithreadingразмещение наименьшего по величине целого числа - c#Immutable types allowing subclasses in Python - pythonHow to request x64 indexing service for Windows 2008 from 32-bit ASP applications? - iis-7toolstripbutton remove lighting - c #OpenMP Library Specification - c ++Add custom code to Visual Studio installation project? - c #What relative path do I need to use in my Java project - javawpf: How do I place elements horizontally and evenly? - layoutAll Articles