VMRDeinterlacePrefs 열거형(strmif.h)

[이 페이지와 연결된 기능인 DirectShow는 레거시 기능입니다. MediaPlayer, IMFMediaEngineMedia Foundation의 오디오/비디오 캡처로 대체되었습니다. 이러한 기능은 Windows 10 및 Windows 11 최적화되었습니다. 가능한 경우 새 코드에서 DirectShow 대신 MediaPlayer, IMFMediaEngine오디오/비디오 캡처를 사용하는 것이 좋습니다. 가능한 경우 레거시 API를 사용하는 기존 코드를 다시 작성하여 새 API를 사용하도록 제안합니다.]

VMRDeinterlacePrefs 열거형 형식은 애플리케이션에서 설정한 메서드를 사용할 수 없는 경우 비디오 혼합 렌더러 필터 7(VMR-7)에서 사용하는 디인터레이싱 메서드를 설명합니다.

Syntax

typedef enum VMRDeinterlacePrefs {
  DeinterlacePref_NextBest = 0x1,
  DeinterlacePref_BOB = 0x2,
  DeinterlacePref_Weave = 0x4,
  DeinterlacePref_Mask = 0x7
} ;

상수

 
DeinterlacePref_NextBest
값: 0x1
드라이버에서 제공하는 다음 최상의 모드를 사용합니다.
DeinterlacePref_BOB
값: 0x2
bob 메서드를 사용합니다.
DeinterlacePref_Weave
값: 0x4
직조 메서드(즉, 디인터레이싱 없음)를 사용합니다.
DeinterlacePref_Mask
값: 0x7
이전 플래그의 비트 OR 입니다. 이 값은 유효한 플래그가 아닙니다.

요구 사항

   
머리글 strmif.h(Dshow.h 포함)

추가 정보

DirectShow 열거형 형식

IVMRDeinterlaceControl 인터페이스