VIGetScanMode

Syntax

#include <revolution/vi.h>

u32 VIGetScanMode(void);

Arguments

None.

Return Values

VI_INTERLACE The scan mode is Interlace mode.
VI_NON_INTERLACE The scan mode is Non-interlace mode.
VI_PROGRESSIVE The scan mode is Progressive mode.

Description

This function returns the current scan mode (VI_INTERLACE, VI_NON_INTERLACE, or VI_PROGRESSIVE).

See Also

None.

Revision History

2006/09/01 Initial version.


CONFIDENTIAL