eAVEncVideoFilmContent Enumeration
Microsoft DirectShow 9.0 |
eAVEncVideoFilmContent Enumeration
Specifies whether the original source of the input video was film or video. This enumeration is used with the AVEncVideoSourceFilmContent property.
Syntax
enum eAVEncVideoFilmContent { eAVEncVideoFilmContent_VideoOnly = 0, eAVEncVideoFilmContent_FilmOnly = 1, eAVEncVideoFilmContent_Mixed = 2 };
Members
eAVEncVideoFilmContent_VideoOnly
The original source was video.
eAVEncVideoFilmContent_FilmOnly
The original source was film.
eAVEncVideoFilmContent_Mixed
The original source contains a mix of video and film.
Requirements
Header: Include codecapi.h.
See Also