IMFDXGIBuffer interface
Represents a buffer that contains a Microsoft DirectX Graphics Infrastructure (DXGI) surface.
Members
The IMFDXGIBuffer interface inherits from the IUnknown interface. IMFDXGIBuffer also has these types of members:
Methods
The IMFDXGIBuffer interface has these methods.
| Method | Description |
|---|---|
| GetResource |
Queries the DXGI surface for an interface. |
| GetSubresourceIndex |
Gets the index of the subresource that is associated with this media buffer. |
| GetUnknown |
Gets an IUnknown pointer that was previously stored in the media buffer object. |
| SetUnknown |
Stores an arbitrary IUnknown pointer in the media buffer object. |
Remarks
To create a DXGI media buffer, first create the DXGI surface. Then call MFCreateDXGISurfaceBuffer.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
See also