|
IMVCameraSync
IMVCameraSync Interface.
Header file: IMVCameraSync.h
Interface definition language file: IMVCameraSync.idl
Typelib: MVCameraSync
Property
IMVCameraSync::AcceptOnlyRGBFormat
Declaration:
Property Get/Put AcceptOnlyRGBFormat As Boolean
The filter accepts only RGB24 mediatypes for connections.
Prototype:
HRESULT
put_AcceptOnlyRGBFormat(VARIANT_BOOL newVal);
HRESULT get_AcceptOnlyRGBFormat(VARIANT_BOOL* pVal);
|