ICodecAPI::SetAllSettings method (icodecapi.h)

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
S_OK
The method succeeded.
E_NOTIMPL
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

See also

Codec API Reference

Encoder API

ICodecAPI

ICodecAPI::GetValue