次の方法で共有


CBaseRenderer::GetMediaPositionInterface (Compact 2013)

3/26/2014

IMediaSeeking interfaces for the video renderer.

Syntax

virtual HRESULT GetMediaPositionInterface(
  REFIID riid,
  void** ppv
);

Parameters

  • riid
    Reference identifier.
  • ppv
    Pointer to the interface.

Return Value

Returns an HRESULT value.

Remarks

A CRendererPosPassThru helper object is created dynamically when this is called to support passing the IMediaPosition or IMediaSeeking interface calls from the filter graph manager to the upstream filter.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CBaseRenderer Class