Microsoft DirectX 9.0 |
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
See Also