IMSVidCtl Interface
This topic applies to Windows XP or later.
The IMSVidCtl interface is the main interface for the Video Control. It contains methods to enumerate available devices and features, and to select which features and devices will be active. It also contains methods to build, stop, start, and pause the filter graph.
Methods
The IMSVidCtl interface inherits the methods of the IDispatch interface.
In addition, IMSVidCtl defines the following methods.
Method | Description |
---|---|
Builds the underlying filter graph and connects all the filters. |
|
Disassembles the filter graph. |
|
Disables the audio output device. |
|
Disables the video output device. |
|
Retrieves a collection of inputs available on the local system. |
|
Retrieves a collection of outputs for a specified category that are available on the local system. |
|
Retrieves the currently active audio renderer. |
|
Retrieves a collection containing the available audio renderers. |
|
Retrieves a value that determines whether the Video Control is automatically resized to display its entire contents. |
|
Retrieves the background color of the Video Control. |
|
Retrieves the color key. |
|
Retrieves the display size. |
|
Retrieves a value that determines whether the Video Control can respond to user-generated events. |
|
Retrieves a collection of the features that are currently active. |
|
Retrieves a collection of features available on the local system. |
|
Retrieves the currently active input device. |
|
Retrieves a collection of inputs available on the local system. |
|
Retrieves a value indicating whether the Video Control should maintain the aspect ratio of the source video when resizing its own rectangle. |
|
Retrieves the currently active output device collection. |
|
Retrieves a collection of outputs for a specified category that are available on the local system. |
|
Retrieves the state of the Video Control. |
|
Retrieves a value indicating whether a user can use the TAB key to give the focus to the Video Control. |
|
Retrieves the currently active video renderer. |
|
Retrieves a collection of video renderers available on the local system. |
|
Retrieves the window handle associated with the Video Control. |
|
Pauses the filter graph. |
|
Sets the currently active audio renderer. |
|
Sets a value that determines whether the Video Control is automatically resized to display its entire contents. |
|
Sets the background color of the Video Control. |
|
Sets the color key. |
|
Sets the display size. |
|
Sets a value that determines whether the Video Control can respond to user-generated events. |
|
Sets a collection of the features that are currently active. |
|
Sets the currently active input device. |
|
Sets a value indicating whether the Video Control should maintain the aspect ratio of the source video when resizing its own rectangle. |
|
Sets the currently active output device collection. |
|
Sets a value indicating whether a user can use the TAB key to give the focus to the Video Control. |
|
Sets the currently active video renderer. |
|
Refreshes the graph configuration and the video display rectangle. |
|
Runs the filter graph. |
|
Stops the filter graph. |
|
Selects an input device that is capable of handling a specified tune request. |
|
Finds another input device for viewing the specified item. |
See Also
Using the Video Control
Video Control Interfaces
Send comments about this topic to Microsoft
Build date: 12/4/2008