Microsoft DirectX 8.1 (C++)

CVideoTransformFilter::StartStreaming

This method overrides CTransformFilter::StartStreaming to reset the quality control information when streaming starts or flushing starts.

Syntax

virtual HRESULT StartStreaming(void);

Return Value

Returns NOERROR.

Remarks

This member function sets several quality control member variables to 0, including m_itrLate, m_nKeyFramePeriod, m_nFramesSinceKeyFrame, m_bSkipping, and m_tDecodeStart. It sets m_itrAvgDecode to 3000, and sets m_bQualityChanged and m_bSampleSkipped to FALSE.

See Also