IWMSPublishingPointLimits::put_FECPacketSpan

banner art

Previous Next

IWMSPublishingPointLimits::put_FECPacketSpan

The put_FECPacketSpan method specifies the Forward Error Correction (FEC) packet span.

Syntax

  HRESULT put_FECPacketSpan(
  
  long
  
  Val
  
  );

Parameters

Val

[in] long indicating the largest number of data packets that can be buffered before error correction is applied.

Return Values

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

Return code Number Description
E_INVALIDARG 0x80070057 Indicates that newVal is an invalid argument.

Remarks

Changes to this value only apply to new client connections. The default value is 24. Valid values are 0-24. A client can request FEC at any time during the connection by specifying the data packets per span and the FEC packets per span.

Example Code

  

Requirements

Header: wmsserver.h.

Library: WMSServerTypeLib.dll.

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

See Also

Previous Next