IMSVidVideoInputDevice interface (segment.h)
The IMSVidVideoInputDevice interface represents a video input device. This interface inherits from the IMSVidInputDevice interface but adds no methods to it. It exists to support polymorphism.
The IMSVidTuner interface, which represents video tuning devices, inherits from this interface.
Inheritance
The IMSVidVideoInputDevice interface inherits from the IMSVidInputDevice interface.
Remarks
To declare the interface identifier (IID) for this interface, use the __uuidof operator: __uuidof(IMSVidVideoInputDevice)
.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | segment.h (include Msvidctl.h) |