IEncoderAPI::SetValue
Microsoft DirectShow 9.0 |
IEncoderAPI::SetValue
- Note The IEncoderAPI interface is deprecated. Use ICodecAPI instead.
The SetValue method sets the current value of a parameter.
Syntax
HRESULT SetValue( const GUID* Api, VARIANT* Value );
Parameters
Api
[in] Pointer to a GUID that specifies the parameter.
Value
[out] Pointer that specifies the value of Api. If Api was specified as ENCAPIPARAM_BITRATE_MODE, then Value must be one of the VIDEOENCODER_BITRATE_MODE constants.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Requirements
Header: Declared in Strmif.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also