|
IMVDPSSource
The IMVDPSSource Interface contains methods to configure the
MV DPS Source
filter.
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 Long
Specifies the output video format as
MV_DPS_OUTPUT_MODE.
typedef enum _MV_DPS_OUTPUT_MODE
{
MV_OUTPUT_FORMAT_RGB,
MV_OUTPUT_FORMAT_ARGB,
MV_OUTPUT_FORMAT_YVYU,
MV_OUTPUT_FORMAT_2YUY
}MV_DPS_OUTPUT_MODE;
Prototype:
HRESULT put_OutputFormat(int
Format);
HRESULT get_OutputFormat(int* Format);
|