Microsoft Windows CE 3.0  

CPosPassThru::put_PrerollTime

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Sets the time prior to the start position that devices should start rolling.

HRESULT put_PrerollTime(
REFTIME
llTime
);

Parameters

llTime
Preroll time to be set.

Return Values

Returns the HRESULTvalue returned from calling IMediaPosition::put_PrerollTime.

Remarks

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

Note that while this member function passes the call upstream, the IMediaPosition::put_PrerollTimemethod is not implemented on any Microsoft source filter.