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 ); |
|||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||
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 |