Skip to content

Latest commit

 

History

History
107 lines (87 loc) · 4.13 KB

nf-strmif-iddrawexclmodevideocallback-onupdatecolorkey.md

File metadata and controls

107 lines (87 loc) · 4.13 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:strmif.IDDrawExclModeVideoCallback.OnUpdateColorKey
IDDrawExclModeVideoCallback::OnUpdateColorKey (strmif.h)
The OnUpdateColorKey method informs the application that the color key has changed so that the application can use the new color key to overlay graphics on the video.
IDDrawExclModeVideoCallback interface [DirectShow]
OnUpdateColorKey method
IDDrawExclModeVideoCallback.OnUpdateColorKey
IDDrawExclModeVideoCallback::OnUpdateColorKey
IDDrawExclModeVideoCallbackOnUpdateColorKey
OnUpdateColorKey
OnUpdateColorKey method [DirectShow]
OnUpdateColorKey method [DirectShow]
IDDrawExclModeVideoCallback interface
dshow.iddrawexclmodevideocallback_onupdatecolorkey
strmif/IDDrawExclModeVideoCallback::OnUpdateColorKey
dshow\iddrawexclmodevideocallback_onupdatecolorkey.htm
dshow
87d4a4b5-f67e-46f6-956a-1c9c309bfde7
4/26/2023
IDDrawExclModeVideoCallback interface [DirectShow],OnUpdateColorKey method, IDDrawExclModeVideoCallback.OnUpdateColorKey, IDDrawExclModeVideoCallback::OnUpdateColorKey, IDDrawExclModeVideoCallbackOnUpdateColorKey, OnUpdateColorKey, OnUpdateColorKey method [DirectShow], OnUpdateColorKey method [DirectShow],IDDrawExclModeVideoCallback interface, dshow.iddrawexclmodevideocallback_onupdatecolorkey, strmif/IDDrawExclModeVideoCallback::OnUpdateColorKey
strmif.h
Dshow.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Strmiids.lib
Windows
19H1
IDDrawExclModeVideoCallback::OnUpdateColorKey
strmif/IDDrawExclModeVideoCallback::OnUpdateColorKey
c++
APIRef
kbSyntax
COM
Strmiids.lib
Strmiids.dll
IDDrawExclModeVideoCallback.OnUpdateColorKey

IDDrawExclModeVideoCallback::OnUpdateColorKey

-description

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The OnUpdateColorKey method informs the application that the color key has changed so that the application can use the new color key to overlay graphics on the video.

-parameters

-param pKey [out]

Pointer to a COLORKEY structure that contains the key type and a palette index.

-param dwColor [out]

Value indicating the 8-bit palette index of the COLORKEY returned in pKey, if the current display mode is 8-bit palettized. Otherwise, it is a value representing the color key in the pixel format of the current display mode.

-returns

Returns an HRESULT value. Possible values include the following.

Return code Description
S_OK
Success.
E_INVALIDARG
One of the parameters is invalid.

-see-also

Error and Success Codes

IDDrawExclModeVideoCallback Interface