AdaptiveMediaSource.Close 方法

定义

关闭自适应媒体源并释放关联的资源。

public:
 virtual void Close() = Close;
void Close();
// This member is not implemented in C#
function close()
' This member is not implemented in VB.NET

实现

M:Windows.Foundation.IClosable.Close M:System.IDisposable.Close

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

注解

使用完自适应媒体源(例如切换到其他媒体源时)时调用此方法,以确保清理资源并停止此自适应媒体源的网络操作。

适用于