MediaSource.Reset 方法

定义

重置 MediaSource 的内部状态。

public:
 virtual void Reset() = Reset;
void Reset();
public void Reset();
function reset()
Public Sub Reset ()

Windows 要求

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

注解

调用 Reset 后, MediaSource 将在下次使用时重新打开。

适用于