Share via


IWMSPublishingPoint::put_EnableFEC

banner art

Previous Next

IWMSPublishingPoint::put_EnableFEC

The put_EnableFEC method specifies whether to enable Forward Error Correction.

Syntax

  HRESULT put_EnableFEC(
  
  VARIANT_BOOL
  
  newVal
  
  );

Parameters

newVal

[in] VARIANT_BOOL that specifies whether to enable Forward Error Correction.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Return code Number Description
NS_E_INVALID_OPERATING_SYSTEM_VERSION 0xC00D1459L Indicates that this feature is not supported on this operating system.
NS_E_PUBLISHING_POINT_REMOVED 0xC00D145AL Indicates that the publishing point was already removed.

Remarks

The default value is TRUE. When this value is TRUE, a client may request Forward Error Correction at any time that the client is connected. Forward Error Correction is applicable only to RTSP connections and is not supported for outgoing distribution connection clients. Changes to this value apply only to new client connections. The maximum number of data packets that can be buffered before error correction is applied to them can be set by using the IWMSPublishingPointLimits::put_FECPacketSpan method.

Example Code

  

FakePre-95367247a5f54bd1bdb8a6b263ceb978-a9f66c94bd9a477183c792702d9809d6

Requirements

Header: wmsserver.h.

Library: WMSServerTypeLib.dll.

Platform: Windows Server 2003 family, Windows Server 2008 family.

See Also

Previous Next