Microsoft DirectX 9.0 |
The SetState method sets configuration for the VCM codec.
Syntax
HRESULT SetState(
LPVOID pState,
int cbState
);
Parameters
pState
[in] State of the VCM codec.
cbState
[in] Size of the state.
Return Values
Return value varies depending on the implementation within each driver.
Remarks
This method calls the COM ICSetState macro, which notifies a video compression driver to set the state of the compressor.
See Also