MediaStreamSample.Direct3D11Surface 属性

定义

获取封装 MediaStreamSample 数据的 IDirect3DSurface。

public:
 property IDirect3DSurface ^ Direct3D11Surface { IDirect3DSurface ^ get(); };
IDirect3DSurface Direct3D11Surface();
public IDirect3DSurface Direct3D11Surface { get; }
var iDirect3DSurface = mediaStreamSample.direct3D11Surface;
Public ReadOnly Property Direct3D11Surface As IDirect3DSurface

属性值

图面。

Windows 要求

设备系列
Windows 10, version 1809 (在 10.0.17763.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v7.0 中引入)

适用于