DirectShow Programming
25
3.3.11 SetResolution
The SetResolution method set the filter’s resolution.
Syntax
HRESULT SetResolution(
ULONG ulWidth,
ULONG ulHeight
);
Paramters
(
ulWidth
,
ulHeight
)
Specifies the width and height. It could be one of the following
pairs:
If TV Standard = NTSC,
(720, 480),
(352, 240),
(640, 480),
(320, 240),
(480, 480),
(176, 144),
(352, 480),
(720, 240)
If TV Standard = PAL,
(720, 576),
(352, 288),
(480, 576),
(176, 144),
(352, 576),
(640, 480),
(720, 288)
Summary of Contents for PCI-MPG24
Page 4: ......
Page 7: ...List of Tables iii List of Tables Table 2 1 Include Files 4 Table 2 2 Library File 4 ...
Page 8: ...iv List of Tables ...
Page 10: ...2 Introduction ...
Page 17: ...DirectShow Programming 9 ADLink Unicast Receiver ...
Page 18: ...10 DirectShow Programming ADLink Multicast Sender ...
Page 20: ...12 DirectShow Programming Unicast Receiver Preview File Save Multicast Sender ...
Page 36: ...28 DirectShow Programming ...
Page 51: ...Windows API Functions 43 Return Values See chapter 4 5 ...