MediaStreamSample.Direct3D11Surface Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the IDirect3DSurface which encapsulates the MediaStreamSample data.
public:
property IDirect3DSurface ^ Direct3D11Surface { IDirect3DSurface ^ get(); };
IDirect3DSurface Direct3D11Surface();
public IDirect3DSurface Direct3D11Surface { get; }
var iDirect3DSurface = mediaStreamSample.direct3D11Surface;
Public ReadOnly Property Direct3D11Surface As IDirect3DSurface
Property Value
The surface.
Windows requirements
Device family |
Windows 10, version 1809 (introduced in 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v7.0)
|