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.
外部ソースを使用する MediaElement を使用すると、ダウンロード中に mp3 を再生し、ダウンロードが完了したら、後で使用するために分離ストレージに保存できますか?
そうでない場合、これを達成するための最良の方法は何ですか?
MediaElement が使用しているストリームに触れることはできません。ただし、DL して分離ストレージに保存し、そのストリームを mediaElement に読み込むことはできます...