Microsoft DirectX 9.0 |
This topic applies to Windows XP only.
The VideoRenderersAvailable property retrieves a collection of video renderers available on the local system.
Syntax
objMSVidCtl.VideoRenderersAvailable As MSVideoRendererDevice
Parameters
This property takes no parameters.
Error Codes
If the property fails, an error is raised and Err.Number is set to a value other than zero.
Return Values
Returns a read-only MSVidVideoRendererDevices collection.
Remarks
Currently, this property always returns a collection that contains exactly one item: an MSVidVideoRenderer object representing the Video Mixing Renderer Filter (VMR).
Once the filter graph is built, you can also obtain the VMR through the MSVidCtl.VideoRendererActive property.
This property is read-only.
See Also