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.
私の目的は、オーディオの速度を上げることです.winRTメディア要素でこれを達成する方法はありますか.
使用できるプロパティは 2 つあります。
MediaElement.DefaultPlaybackRate
これは、アプリケーション セッション全体で持続し、
MediaElement.PlaybackRate
これは、Pause() または Stop() が呼び出されるたびに失われます。どちらもタイプdoubleで、デフォルトは 1.0 です。
double