Logo

IStandardMpegEncoderProfile::GetInterlaceMode

This function retrieves three pieces of information about the interface mode.

HRESULT GetInterlaceMode(BOOL * bPreProcessDeinterlace, BOOL * bInterlacedOutputDCT, BOOL * bInterlacedOutputME);

Parameters

bPreProcessDeinterlace: Pointer to a Boolean value set if it is set to deinterlace pre-process.

bInterlacedOutputDCT: Pointer to a Boolean value set if DCT (Discrete Cosinus Transformation – a process for data reduction) should be outputted.

bInterlacedOutputME: Pointer to a Boolean value set if ME should be outputted.

Remarks

None.

[[The Standard MPEG Encoder – Quality you can rely on]]