WMENC_PROFILE_BROADCAST_MODE
![]() |
The WMENC_PROFILE_BROADCAST_MODE enumeration type defines the type of frame rate used for a broadcast.
Syntax
typedef enum WMENC_PROFILE_BROADCAST_MODE{
WMENC_PFM_CUSTOM = 1,
WMENC_PFM_NTSC = 2,
WMENC_PFM_PAL = 3
};
Remarks
WMENC_PFM_CUSTOM indicates that a custom frame rate is used. WMENC_PFM_NTSC indicates that frame rate and video size are NTSC-compatible. WMENC_PFM_PAL indicates that frame rate and video size are PAL-compatible.
Requirements
Header: wmencode.h
Library: wmenc.exe
See Also
.gif)