Share via


CBasePin::IncrementTypeVersion (Compact 2013)

3/26/2014

Adds 1 to the current media type version.

Syntax

void IncrementTypeVersion(void);

Parameters

None.

Return Value

None.

Remarks

The media type version is used to ensure that the filter has not changed the media type. If it changes the media type, the filter should call this member function.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBasePin Class