createFCCMediaSubType Method

Creates a FourCC media subtype from a 4-character-string.
Syntax:
GUID createFCCMediaSubType( const wchar_t* pFCC );
GUID createFCCMediaSubType( const char* pFCC );

Name Description
pFCC

String, describing the subtype to create. Has to be 4 chars in length.

Return Value:

Media subtype GUID, describing the color format identified by the specified string pFCC.

Information:

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

<< Functions