Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Am Creating the video player using Directshow which will display the Desktop screen as the video (using UScreenCapture filter). I can change the capture region through the properties of the UScreenCapture filter before execution. I want to change the position of the desktop capture region dynamically in my vc++ code. How can i do that!?

Filters in the Graph : UScreenCapture->VideoRenderer.

Thanking you,
Posted
Updated 21-Mar-13 23:53pm
v2

1 solution

You should know COM interface for that filter which if used for configuring it via property pages. If filter have typelibrary embedded you can easy see the controlling interface (for example in OLE COOM Object viewer tool by choosing load typelibrary in menu), if filter does not expose typelibrary - you should aqsk the filter vendor for interface declaration and/or documentation.

Maxim.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900