Share via


CPosPassThru::GetPreroll (Compact 2013)

3/26/2014

Retrieves the preroll settings.

Syntax

HRESULT GetPreroll(
  LONGLONG* pllPreroll 
);

Parameters

  • pllPreroll
    Returned preroll time.

Return Value

Returns the HRESULT value returned from calling IMediaSeeking::GetPreroll on the connected pin.

Remarks

This member function implements the IMediaSeeking::GetPreroll method by calling this same method on the upstream filter's output pin.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CPosPassThru Class