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
Return Values
Returns an HRESULTvalue.
Remarks
This member function is called by the CTransformInputPin::NewSegmentmember function and calls the CBaseOutputPin::DeliverNewSegmentmember function.