getColorformatFromSubtype Method

Returns the tColorformatEnum, corresponding to the specified media subtype.
Syntax:
tColorformatEnum getColorformatFromSubtype( const GUID& subtype );
Name Description
subtype

A GUID, specifying a media subtype. A list with possible media subtypes can be found at Constants.

Return Value:

This method returns the member of tColorformatEnum that corresponds to the specified media subtype.

Information:

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

See also: tColorformatEnum, Standard Mediasubtype GUIDs, getSubtypeFromColorformat

<< Functions