Share via


IAMAnalogVideoEncoder::put_CopyProtection

 
Microsoft DirectShow 9.0

IAMAnalogVideoEncoder::put_CopyProtection

  • Note   The IAMAnalogVideoEncoder interface is deprecated.

The put_CopyProtection method sets the level of copy protection for the encoder.

Syntax

  HRESULT put_CopyProtection(
  long lVideoCopyProtection
);

Parameters

lVideoCopyProtection

[in]  Specifies the level of copy protection as a long integer with a value as defined in the AM_COPY_MACROVISION_LEVEL enumeration.

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