Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 9.0 |
CPosPassThru::put_PrerollTime
The put_PrerollTime method sets the amount of data that will be queued before the start position. This method implements the IMediaPosition::put_PrerollTime method.
Syntax
HRESULT put_PrerollTime( REFTIME llTime );
Parameters
llTime
Preroll time, in seconds.
Return Value
Returns the HRESULT value from the connected pin.
Requirements
** Header:** Declared in Ctlutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also