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.
A version of this page is also available for
4/8/2010

The Wxutil.h header file in the DirectShow base classes provides functions for converting between different data types (for example, between integers and wide strings) and between different stream formats.

Programming element Description

atoi

Converts a string to an integer.

ConvertVideoInfoToVideoInfo2

Converts a VIDEOINFOstream format to a VIDEOINFOHEADER2format.

IntToWstr

Converts an integer to a wide string.

WstrToInt

Converts a wide string to an integer.

See Also

Reference

Utility Functions