AVEncVideoSourceIsBW Property
Microsoft DirectShow 9.0 |
AVEncVideoSourceIsBW Property
Specifies whether the video is monochrome (black and white) or contains color.
Property GUID
CODECAPI_AVEncVideoSourceIsBW
Data Type
VARIANT_BOOL (VT_BOOL)
Remarks
This property is read/write.
If the value is VARIANT_TRUE, the video is monochrome. Otherwise, the video contains color.
Requirements
Header: Include codecapi.h.
See Also