Microsoft DirectX 9.0

MSVidCtl.InputActive

This topic applies to Windows XP only.

The InputActive property sets or input device that is currently active.

Syntax

objMSVidCtl.InputActive As MSVidInputDevice

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 either an MSVidBDATunerDevice or an MSVidAnalogTunerDevice object.

Remarks

If the MSVidCtl.State property is not STATE_UNBUILT, call the MSVidCtl.Decompose to tear down the filter graph before setting this property.

This property is read/write.

See Also