DirectShow DirectShow 레퍼런스 인터페이스 IVMRImagePresenterExclModeConfig   [목차열람] [주소복사] [슬롯비우기]
IVMRImagePresenterExclModeConfig 인터페이스
 
Microsoft DirectX 9.0

IVMRImagePresenterExclModeConfig 인터페이스

IVMRImagePresenterExclModeConfig 인터페이스는 IVMRImagePresenterConfig 를 계승해, 배타 모드의 얼로케이터 프리젠터의 렌더링 설정을 설정 및 얻어온다 메서드를 제공한다. 이 인터페이스는, DirectDraw 배타 모드의 얼로케이터 프리젠터 개체로 공개된다. 애플리케이션이 DirectDraw 배타 모드로 실행하고 있는 경우는, 애플리케이션 독자적인 DirectDraw 개체를 생성 해, VMR 가 배타 모드의 얼로케이터 프리젠터를 사용하도록(듯이) 구성한다. 그리고, 이 인터페이스를 사용해 VMR 에, DirectDraw 개체와 그 개체에 관련하는 1차 표면에 대해 통지한다. 더 자세한 정보는, 「DirectDraw 배타 모드」를 참조할것.

IVMRImagePresenterExclModeConfig 인터페이스는,IVMRImagePresenterConfig 로부터 계승하는 메서드 이외에 이하의 메서드도 공개한다.

메서드 설명
SetXlcModeDDObjAndPrimarySurface VMR 에 애플리케이션이 생성 한 DirectDraw 개체와 1차 표면을 통지한다.
GetXlcModeDDObjAndPrimarySurface SetXlcModeDDObjAndPrimarySurface 메서드를 사용해, DirectDraw 배타 모드용으로 구성된 VMR 가 현재 사용하고 있는, DirectDraw 개체와 1차 표면을 얻어온다.

↑TOP