IMediaPosition::put_PrerollTime (Compact 2013)

3/26/2014

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

Syntax

HRESULT put_PrerollTime(
  REFTIME llTime
);

Parameters

  • llTime
    [in] Preroll time to be set.

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