IMediaPosition::put_PrerollTime method (control.h)

The put_PrerollTime method sets the amount of data that will be queued before the start position.

Syntax

HRESULT put_PrerollTime(
  [in] REFTIME llTime
);

Parameters

[in] llTime

Preroll time, in seconds.

Return value

Returns an HRESULT value. Possible values include the following.

Return code Description
S_OK
Success.
E_NOTIMPL
Not implemented.

Remarks

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

Requirements

   
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header control.h (include Dshow.h)
Library Strmiids.lib

See also

Error and Success Codes

IMediaPosition Interface