Microsoft DirectX 9.0 |
The SetBufferSamples method specifies whether to copy sample data into a buffer as it goes through the filter.
Syntax
HRESULT SetBufferSamples(
BOOL BufferThem
);
Parameters
BufferThem
Boolean value specifying whether to buffer sample data. If TRUE, the filter copies sample data into an internal buffer.
Return Value
Returns S_OK.
See Also