Share via


IMediaPosition::get_PrerollTime (Compact 2013)

3/26/2014

This method retrieves the time prior to the start position that any nonrandom access device should start rolling.

Syntax

HRESULT get_PrerollTime(
  REFTIME* pllTime
);

Parameters

  • pllTime
    [out] Returned preroll time as a double pointer value.

Return Value

Returns an HRESULT value.

Remarks

Preroll time is the time prior to the start position at which nonrandom access devices, such as tape players, should start rolling.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IMediaPosition Interface