Microsoft DirectX 9.0 |
The IncrementTypeVersion method increments the version number on the set of preferred media types.
Syntax
void IncrementTypeVersion(void);
Remarks
This method increments the CBasePin::m_TypeVersion member variable. If the pin dynamically changes the list of preferred media types, call this method whenever the list changes. For more information, see CBasePin::GetMediaTypeVersion.
See Also