This class is a list of FrameTypeInfo objects. It is used in the communication between FrameFilterImpl-derived classes when the image stream is setup and the filters are inserted in the image stream.
FrameTypeInfoArray is derived from std::vector<FrameTypeInfo>.
Header File: tisudshl.h
Namespace: DShowLib
Introduced in version 3.0
| Method | Description | ||
| FrameTypeInfoArray | Constructs a new FrameTypeInfoArray. |
||
| addFrameType | Adds a frame type or color format to the list. |
||
| createOptimalTypesArray | Creates an array filled with types that allow fast transformations. |
||
| createRGBArray | Creates an array filled with RGB frame types. |
||
| createStandardTypesArray | Creates an array filled with frame types that are commonly used. |
||