SetVideoMode

Sets the currently active video signal mode

long SetVideoMode (
        long mode
)

Arguments

mode Video signal mode
MODE_NTSC: NTSC video signal mode
MODE_PAL:    PAL video signal mode

Return Value

The previously active video signal mode is returned.

Explanation

The currently active video signal mode is set to mode for use by the library functions.

Notes

SetVideoMode() should be called before any library functions.

See Also

GetVideoMode()