Microsoft DirectX 9.0 |
The SetAllSettings method loads encoder settings from a stream and sets them on the encoder.
Syntax
HRESULT SetAllSettings(
IStream *pStream
);
Parameters
pStream
[in] Pointer to the IStream interface of the stream.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
See Also