Unregisters an object that is receiving state-change notifications from the clock.
public:
HRESULT RemoveClockStateSink(
IMFClockStateSink *pStateSink
)
pStateSink
Type: IMFClockStateSink *
[in, optional]
Pointer to the object’s IMFClockStateSink interface.
Type: HRESULT
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
| Return code | Description |
|---|---|
| S_OK | The method succeeded. |
Refer to Media Foundation return codes.
Header: Declared in mfidl.h.
Library: Use mfuuid.lib.