eAVEncVideoFilmContent 열거형(codecapi.h)
[이 페이지와 연결된 기능인 DirectShow는 레거시 기능입니다. MediaPlayer, IMFMediaEngine 및 Media Foundation의 오디오/비디오 캡처로 대체되었습니다. 이러한 기능은 Windows 10 및 Windows 11 최적화되었습니다. 가능한 경우 새 코드가 DirectShow 대신 Media Foundation에서 MediaPlayer, IMFMediaEngine 및 오디오/비디오 캡처를 사용하는 것이 좋습니다. 가능한 경우 레거시 API를 사용하는 기존 코드를 다시 작성하여 새 API를 사용하도록 제안합니다.]
입력 비디오의 원래 원본이 필름인지 비디오인지 지정합니다. 이 열거형은 AVEncVideoSourceFilmContent 속성과 함께 사용됩니다.
Syntax
typedef enum eAVEncVideoFilmContent {
eAVEncVideoFilmContent_VideoOnly = 0,
eAVEncVideoFilmContent_FilmOnly = 1,
eAVEncVideoFilmContent_Mixed = 2
} ;
상수
eAVEncVideoFilmContent_VideoOnly 값: 0 원래 원본은 비디오였습니다. |
eAVEncVideoFilmContent_FilmOnly 값: 1 원래 소스는 영화였다. |
eAVEncVideoFilmContent_Mixed 값: 2 원본 원본에는 비디오와 필름이 혼합되어 있습니다. |
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 2000 Professional [데스크톱 앱 | UWP 앱] |
지원되는 최소 서버 | Windows 2000 Server [데스크톱 앱 | UWP 앱] |
머리글 | codecapi.h |