createBitmapInfoHeader Method

Creates a BITMAPINFOHEADER structure filled with the frame type description from a FrameTypeInfo.
Syntax:
smart_ptr<BITMAPINFOHEADER> createBitmapInfoHeader( const FrameTypeInfo& type );
Name Description
type

The FrameTypeInfo to be converted into a BITMAPINFOHEADER.

Return Value:

smart_ptr to a BITMAPINFOHEADER representing the supplied frame type.

Remarks:

This method is useful, when drawing frames using Windows GDI functions.

Information:

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

See also: FrameTypeInfo

<< Functions