Skip to content

Latest commit

 

History

History
75 lines (59 loc) · 2.17 KB

nf-vfw-cappreviewrate.md

File metadata and controls

75 lines (59 loc) · 2.17 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:vfw.capPreviewRate
capPreviewRate macro (vfw.h)
The capPreviewRate macro sets the frame display rate in preview mode. You can use this macro or explicitly call the WM_CAP_SET_PREVIEWRATE message.
_win32_capPreviewRate
capPreviewRate
capPreviewRate macro [Windows Multimedia]
multimedia.cappreviewrate
vfw/capPreviewRate
multimedia\cappreviewrate.htm
Multimedia
72d885cb-5a48-4403-a668-c3c437405317
12/05/2018
_win32_capPreviewRate, capPreviewRate, capPreviewRate macro [Windows Multimedia], multimedia.cappreviewrate, vfw/capPreviewRate
vfw.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
capPreviewRate
vfw/capPreviewRate
c++
APIRef
kbSyntax
HeaderDef
Vfw.h
capPreviewRate

capPreviewRate macro

-description

The capPreviewRate macro sets the frame display rate in preview mode. You can use this macro or explicitly call the WM_CAP_SET_PREVIEWRATE message.

-parameters

-param hwnd

Handle to a capture window.

-param wMS

Rate, in milliseconds, at which new frames are captured and displayed.

-remarks

The preview mode uses substantial CPU resources. Applications can disable preview or lower the preview rate when another application has the focus. During streaming video capture, the previewing task is lower priority than writing frames to disk, and preview frames are displayed only if no other buffers are available for writing.

-see-also

Video Capture

Video Capture Macros