DirectShow DirectShow 레퍼런스 DirectShow 의 열거형 VfwCaptureDialogs   [목차열람] [주소복사] [슬롯비우기]
VfwCaptureDialogs 열거
 
Microsoft DirectX 9.0

VfwCaptureDialogs 열거

Video for Windows 의 캡춰 드라이버에 존재 가능한 다이알로그 박스를 지정한다.

구문

 typedef enum {
    VfwCaptureDialog_Source  = 0x01,
    VfwCaptureDialog_Format  = 0x02,
    VfwCaptureDialog_Display = 0x04
} VfwCaptureDialogs;

요소

VfwCaptureDialog_Source

비디오 소스 다이알로그 박스.

VfwCaptureDialog_Format

비디오 포맷 다이알로그 박스.

VfwCaptureDialog_Display

비디오 디스플레이 다이알로그 박스.

참조

↑TOP