Skip to content

Latest commit

 

History

History
119 lines (93 loc) · 2.29 KB

nf-icodecapi-icodecapi-setvalue.md

File metadata and controls

119 lines (93 loc) · 2.29 KB
UID title ms.date targetos description helpviewer_keywords tech.root req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NF:icodecapi.ICodecAPI.SetValue
ICodecAPI::SetValue
09/22/2020
Windows
The SetValue method sets the value of a codec property. (ICodecAPI::SetValue)
ICodecAPI interface [DirectShow]
SetValue method
ICodecAPI.SetValue
ICodecAPI::SetValue
ICodecAPISetValue
SetValue
SetValue method [DirectShow]
SetValue method [DirectShow]
ICodecAPI interface
dshow.icodecapi_setvalue
icodecapi/ICodecAPI::SetValue
mf
function
icodecapi.h
Windows 10 Build 20348
Windows 10 Build 20348
apiref
COM
icodecapi.h
ICodecAPI::SetValue
ICodecAPI::SetValue
icodecapi/ICodecAPI::SetValue
c++

-description

The SetValue method sets the value of a codec property.

-parameters

-param Api [in]

Pointer to a GUID that specifies the property to set. For a list of standard codec properties, see Codec API Properties.

-param Value [in]

Pointer to a VARIANT that contains the new value for the property.

-returns

This method can return one of these values.

Return code Description
S_OK
The method succeeded.
S_FALSE
The property is read-only.
E_INVALIDARG
Invalid property GUID or value.

-remarks

-see-also

Codec API Reference

Encoder API

ICodecAPI

ICodecAPI::GetValue