Microsoft Windows CE 3.0  

CTransformFilter::NewSegment

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.

Informs the derived class that a new segment has started and delivers it downstream.

virtual HRESULT NewSegment(  
REFERENCE_TIME
tStart,   
REFERENCE_TIME
tStop,   
double
dRate  
);

Parameters

tStart
Start time of the segment.
tStop
Stop time of the segment.
dRate
Rate of the segment.

Return Values

Returns an HRESULTvalue.

Remarks

This member function is called by the CTransformInputPin::NewSegmentmember function and calls the CBaseOutputPin::DeliverNewSegmentmember function.