Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SetAllSettings method reads codec properties from a stream and sets them on the codec.
Syntax
HRESULT SetAllSettings(
IStream *__MIDL__ICodecAPI0001
);
Parameters
__MIDL__ICodecAPI0001
Pointer to the IStream interface of the stream.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
The method succeeded. |
|
Not implemented. |
Remarks
Codecs that implement ICodecAPI are not required to support this method.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 Build 20348 |
Minimum supported server | Windows 10 Build 20348 |
Header | icodecapi.h |