Share via


IWMSPublishingPointLimits::get_FECPacketSpan

banner art

Previous Next

IWMSPublishingPointLimits::get_FECPacketSpan

The get_FECPacketSpan method retrieves the largest number of data packets that can be buffered before error correction is applied.

Syntax

  HRESULT get_FECPacketSpan(
  
  long*
  
  pVal
  
  );

Parameters

pVal

[out] Pointer to a 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_POINTER 0x80004003 Indicates that pVal is a NULL pointer argument.

Remarks

Changes to this value apply only to new client connections. The default value is 24. Valid values are 0-24. A client can request Forward Error Correction (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