FrameTypeInfoArray::addFrameType Method

Adds a frame type or color format to the list.
Syntax:
void addFrameType( tColorformatEnum fmt, unsigned int width = 0, int height = 0 );
void addFrameType( const GUID& subtype, unsigned int width = 0, int height = 0 );
void addFrameType( const FrameTypeInfo& info );
void addFrameType( const FrameTypeInfo* pInfoList, unsigned int count = 1 );

Parameter Description
fmt

Color format of the frame type to be added.

width

Width of the frame type to be added.

height

Height of the frame type to be added.

subtype

GUID of the format of the frame type to be added.

info

Frame type to be inserted into the array.

pInfoList

Array of FrameTypeInfo structures to be added.

count

Number of FrameTypeInfo structures in pInfoList.

Remarks:

When setting fmt to eInvalidColorformat, the connection format is chosen by the connection itself and not influenced by the user.

See also: FrameTypeInfoArray, tColorformatEnum, FrameTypeInfo

<< FrameTypeInfoArray