IMF2DBuffer2 interface
Represents a buffer that contains a two-dimensional surface, such as a video frame.
Members
The IMF2DBuffer2 interface inherits from IMF2DBuffer. IMF2DBuffer2 also has these types of members:
Methods
The IMF2DBuffer2 interface has these methods.
| Method | Description |
|---|---|
| Copy2DTo |
Copies the buffer to another 2D buffer object. |
| Lock2DSize |
Gives the caller access to the memory in the buffer. |
Remarks
This interface extends the IMF2DBuffer interface and adds a safer version of the IMF2DBuffer::Lock2D method.
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