IMVDPSSource
The IMVDPSSource Interface contains methods to configure the MV DPS Source filter.
| OutputFormat | Output format. |
Header file: IMVDPSSource.h
Interface definition language file: IMVDPSSource.idl
Typelib: MVDPSSource
Interface ID: IID_IMVDPSSource
Property IMVDPSSource::OutputFormat
Declaration: Property Get/Put OutputFormat As LongSpecifies the output video format as MV_DPS_OUTPUT_MODE.
typedef enum _MV_DPS_OUTPUT_MODEPrototype:
{
MV_OUTPUT_FORMAT_RGB,
MV_OUTPUT_FORMAT_ARGB,
MV_OUTPUT_FORMAT_YVYU,
MV_OUTPUT_FORMAT_2YUY
}MV_DPS_OUTPUT_MODE;HRESULT put_OutputFormat(int Format);
HRESULT get_OutputFormat(int* Format);