fourCC |
|
A four char string that describes the color format of the frame. Sample strings are "Y800","UYVY", "RGB24","RGB32" or "V210".
Any FourCC can be passed to this parameter. If a FourCC is passed to the fourCC parameter is used, then valid colorspace transform filters
must exist on the computer. Otherwise an exception will be thrown.
(Annotation: Even if "RGB24" and "RGB32" are no FourCC codes, they are accepted as parameter, because they are very common.
They will create an RGB24, respective and RGB32 sink.)
|