Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The SetValue method sets the value of a codec property.
Syntax
HRESULT SetValue(
[in] const GUID *Api,
[in] VARIANT *Value
);
Parameters
[in] Api
Pointer to a GUID that specifies the property to set. For a list of standard codec properties, see Codec API Properties.
[in] Value
Pointer to a VARIANT that contains the new value for the property.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
The method succeeded. |
|
The property is read-only. |
|
Invalid property GUID or value. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 Build 20348 |
| Minimum supported server | Windows 10 Build 20348 |
| Header | icodecapi.h |