Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The MSVidClosedCaptioning object represents the closed-captioning feature in the features collection.
This object has the following CLSID:
{7F9CB14D-48E4-43B6-9346-1AEBC39C64D3}
To access this object, enumerate the features in the MSVidCtl.FeaturesAvailable collection. Compare the IMSVidDevice.ClassID property with the CLSID. To enable the feature, add the object to the MSVidCtl.FeaturesActive collectionEnable
This object inherits all the methods and properties of the IMSVidDevice object. In addition, it exposes the following property.
Property | Type |
Enable | Enables or disables closed captioning. |
See Also