Partager via


IAMNetShowPreroll::get_Preroll (Compact 2013)

3/26/2014

This method indicates whether or not the filter is prerolling.

Syntax

HRESULT get_Preroll(
  VARIANT_BOOL *pfPreroll
);

Parameters

  • pfPreroll
    [out] Points to a variable which on return will indicate the filter state.

    VARIANT_TRUE if the filter is prerolling, VARIANT_FALSE if it is not prerolling.

Return Values

Returns S_OK on success. Returns an HRESULT error on failure.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IAMNetShowPreroll