Share via


CBaseVideoRenderer::SetSink (Windows Embedded CE 6.0)

1/6/2010

Sets the IQualityControl object that will receive quality messages.

Syntax

HRESULT SetSink(
  IQualityControl* piqc
);

Parameters

  • piqc
    Pointer to the IQualityControl object to which the notifications should be sent.

Return Value

Returns an HRESULT value.

Remarks

This member function implements the IQualityControl::SetSink method on the video renderer.

Requirements

Windows Embedded CE Windows CE 2.12 and later
Note Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements
For more information, see Setting Up the Build Environment, Version 2.12 requires DXPAK 1.0 or later

See Also

Reference

CBaseVideoRenderer Class