Microsoft Windows CE 3.0  

CVideoTransformFilter::RegisterPerfId

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.

Registers performance measurement identifiers.

virtual void RegisterPerfId( );

Return Values

No return value.

Remarks

By default, this member function registers the following performance identifiers.

Performance identifier Registered string
m_idSkip Video transform skip frame
m_idFrameType Video transform frame type
m_idLate Video transform lateness
m_idTimeTillKey Video transform estd. time to next key

This member function also calls CTransformFilter::RegisterPerfIdfor its performance identifier.

Override this member function if you want to register performance measurement identifiers in the derived class. If you do this, be sure to register these as well. This member function is enabled only when PERFis defined.