Microsoft Windows CE 3.0  

CVideoTransformFilter::StartStreaming

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.

Overrides CTransformFilter::StartStreamingto reset the quality control information when streaming starts or flushing starts.

virtual HRESULT StartStreaming( );

Return Values

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_itrAvgDecodeto 3000, and sets m_bQualityChangedand m_bSampleSkippedto FALSE.