convertToString Method

Creates a string representation from a FrameTypeInfo.
Syntax:
std::string convertToString( const FrameTypeInfo& type );
std::wstring convertToStringW( const FrameTypeInfo& type );
std::string convertToStringA( const FrameTypeInfo& type );

Name Description
type

A FrameTypeInfo object

Return Value:

String representation of the specified frame type.

Information:

Header File: tisudshl.h
Namespace: DShowLib
Introduced in version 3.0

See also: FrameTypeInfo

<< Functions