next up previous contents index
Next: Settings Up: Picture placement Previous: FMPSetSource   Contents   Index

FMPSetVisibleSource

This function allows the user to set a small rectangle area inside the source area as the play back source area. The coordinates are relative to the source window (usually 720*480 for MPEG2 NTSC).

DWORD FMPSetVisibleSource(DWORD x,DWORD y,DWORD w,DWORD h);

Arguments
DWORD x Left horizontal coordinate
DWORD y Top vertical coordinate
DWORD w Horizontal length
DWORD h Vertical length

See also
FMPSet with FMPI_VISIBLE_SOURCE_WINDOW (4.3.11)

Sigma Designs 2001-05-01