IAMAnalogVideoEncoder::get_CopyProtection
Microsoft DirectShow 9.0 |
IAMAnalogVideoEncoder::get_CopyProtection
- Note The IAMAnalogVideoEncoder interface is deprecated.
The get_CopyProtection method determines whether copy protection is currently enabled on the encoder.
Syntax
HRESULT get_CopyProtection( long *lVideoCopyProtection );
Parameters
lVideoCopyProtection
[out] Specifies a pointer to a long integer to receive the current copy protection level, as defined in the AM_COPY_MACROVISION_LEVEL enumeration.
Return Values
When this method succeeds, it returns S_OK. Otherwise it returns an HRESULT
Requirements
Reference: Dshow.h.
Library: Quartz.dll.
See Also