Class: DefaultProcedure

default-procedure~DefaultProcedure(negotiationPingUp, negotiationPingDown, negotiationBandwidth, continuityPingUp, continuityPingDown, windowSizeUp, windowSizeDown, windowSizePctLssUp, windowSizePctLssDown)

Default Procedure Class

Constructor

new DefaultProcedure(negotiationPingUp, negotiationPingDown, negotiationBandwidth, continuityPingUp, continuityPingDown, windowSizeUp, windowSizeDown, windowSizePctLssUp, windowSizePctLssDown)

Constructor for the QualityParameters class. Does not validate any data.
Parameters:
Name Type Description
negotiationPingUp Number Miliseconds bewtween pings for the uplink during negotiation stage.
negotiationPingDown Number Miliseconds bewtween pings for the downlink during negotiation stage
negotiationBandwidth Number Time that the bandwidth measure should last in seconds.
continuityPingUp Number Miliseconds between pings for the uplink during the continuity stage.
continuityPingDown Number Miliseconds between pings for the downlink during the continuity stage.
windowSizeUp Number Window size for the jitter calculation in the uplink during continuity phase.
windowSizeDown Number Window size for the jitter calculation in the downlink during continuity phase.
windowSizePctLssUp Number Window size for the packet loss calculation in the uplink during continuity phase.
windowSizePctLssDown Number Window size for the packet loss calculation inthe downlink during continuity phase.
Source:

Members

continuityPingDown :Number

Type:
  • Number
Source:

continuityPingUp :Number

Type:
  • Number
Source:

negotiationBandwidth :Number

Type:
  • Number
Source:

negotiationPingDown :Number

Type:
  • Number
Source:

negotiationPingUp :Number

Type:
  • Number
Source:

windowSizeDown :Number

Type:
  • Number
Source:

windowSizePctLssDown :Number

Type:
  • Number
Source:

windowSizePctLssUp :Number

Type:
  • Number
Source:

windowSizeUp :Number

Type:
  • Number
Source:

Methods

fromOptions(opt)

Generates this object from options or default it
Parameters:
Name Type Description
opt Object to geenrate this
Source:

toAttr() → {String}

Generates a string with the information contained withing this object. It is intended to fill an SDP.
Source:
Returns:
- Return the SDP representation of the Object.
Type
String

updateFromAttr(str)

Factory function to generate a new MeasurementProcedure orut of a SDP string. It is intended to be called with the line which contains the measurement procedure.
Parameters:
Name Type Description
str String Line of the SDP containing the procedure.
Source: