Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 |
IAMAnalogVideoEncoder::get_CCEnable
- Note The IAMAnalogVideoEncoder interface is deprecated.
The get_CCEnable determines whether closed captioning on the encoder is currently enabled.
Syntax
HRESULT get_CCEnable( long *lCCEnable );
Parameters
lCCEnable
[out] Specifies a pointer to a long integer to receive the current status of closed captioning on the encoder.
| Value | Description |
| 1 | Closed captioning enabled. |
| 0 | Closed captioning disabled. |
Return Values
When this method succeeds, it returns S_OK. Otherwise it returns an HRESULT error code.
Requirements
Reference: Dshow.h.
Library: Quartz.dll.
See Also