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 |
IAMTimelineTrack::ZeroBetween2
The ZeroBetween2 method removes everything from the track between the specified times. This method is equivalent to IAMTimelineTrack::ZeroBetween, but takes REFTIME values.
Syntax
HRESULT ZeroBetween2( REFTIME rtStart, REFTIME rtEnd );
Parameters
rtStart
Beginning of the range to clear, in seconds.
rtEnd
End of the range to clear, in seconds.
Return Value
Returns an HRESULT value. Possible values include the following.
Value | Description |
S_FALSE | The time range falls beyond everything in the track. |
S_OK | Success. |
Requirements
Header: Include Qedit.h. This header file is not compatible with Microsoft® Direct3D® headers later than version 7.
Library: Use strmiids.lib.
See Also