MediaPlayer.RemoveAllEffects 方法

定义

MediaPlayer 的播放流中删除所有效果。

public:
 virtual void RemoveAllEffects() = RemoveAllEffects;
void RemoveAllEffects();
public void RemoveAllEffects();
function removeAllEffects()
Public Sub RemoveAllEffects ()

Windows 要求

设备系列
Windows 10 (在 10.0.10586.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v2.0 中引入)

注解

通过调用 AddAudioEffectAddVideoEffect 向播放流添加效果。

适用于