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. |
Specifies that samples following this call are grouped as a segment with a given start time, stop time, and rate.
HRESULT NewSegment( REFERENCE_TIME tStart, REFERENCE_TIME tStop, double dRate );
Parameters
Return Values
Returns an HRESULTvalue.
Remarks
This member function implements the IPin::NewSegmentmethod and overrides the CBasePin::NewSegmentmember function. It calls the base class implementation first ( CBasePin::NewSegment), and then calls CTransformFilter::NewSegmentto pass the notification on to the next filter downstream.