次の方法で共有


CBaseVideoRenderer::SetSink (Compact 2013)

3/26/2014

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

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBaseVideoRenderer Class