next up previous contents index
Next: Streaming video Up: Settings Previous: FMPI_STANDARDTV   Contents   Index


Source and destination settings

Use

DWORD FMPSet(FMPI_SOURCE_WINDOW, WND* SrcWnd);

with

typedef struct {
DWORD x;
DWORD y;
DWORD w;
DWORD h;
} WND;

Setting code   Description
FMPI_SOURCE_WINDOW   Sets or retrieves source window coordinates.
FMPI_VISIBLE_SOURCE_WINDOW   Sets or retrieves visible source window coordinates.
FMPI_DESTINATION_WINDOW   Sets or retrieves destination window coordinates.

and

DWORD FMPSet(FMPI_OVERLAY_FLAGS,DWORD dwOverlayFlags);

with dwOverlayFlags a combination of:

VIDEO_ZOOM_ENABLE Zoom VisibleSource (from Source) area in Destination window
VIDEO_TV_DEST_ENABLE use Destination window instead of full screen on TV
VIDEO_HDTV_DEST_ENABLE use Destination window instead of full screen on HDTV
OSD_VIDEO_INDEPENDENT_DEST On screen display can have different destination than the MPEG Video


mabelsha 2002-03-26