Microsoft DirectX 8.1 (C++) |
Note The IAMAnalogVideoEncoder interface is deprecated.
The put_CCEnable method enables or disables closed captioning.
Syntax
HRESULT put_CCEnable(
long lCCEnable
);
Parameters
lCCEnable
[in] Specifies whether closed captioning is on or off as a long integer.
Value | Description |
1 | Closed captioning is on. |
0 | Closed captioning is off. |
Return Values
When this method succeeds, it returns S_OK. Otherwise it returns an HRESULT error code.
See Also