WMENC_MEDIA_FILTER
![]() |
The WMENC_MEDIA_FILTER enumeration type defines the types of input streams supported by a profile.
Syntax
typedef enum WMENC_MEDIA_FILTER{
WMENC_FILTER_NONE = 0,
WMENC_FILTER_A = 1,
WMENC_FILTER_AV = 3,
WMENC_FILTER_AS = 4
WMENC_FILTER_AVS = 5,
};
Remarks
In WMENC_FILTER_NONE, no media types are supported. In WMENC_FILTER_A, one audio stream is supported. In WMENC_FILTER_AV, one audio and one video stream are supported. In WMENC_FILTER_AS, one audio and one text stream are supported. In WMENC_FILTER_AVS, one audio, one video and one text stream are supported.
Requirements
Header: wmencode.h
Library: wmenc.exe
See Also
.gif)