WMS_EVENT_LIMIT_CHANGE

banner art

Previous Next

WMS_EVENT_LIMIT_CHANGE

A property on the IWMSServerLimits interface or the IWMSPublishingPointLimits interface has changed. You can determine the exact nature of the change by examining the WMS_COMMAND_CONTEXT_EVENT value in the command context. This will contain a value from the WMS_LIMIT_CHANGE_EVENT_TYPE enumeration type, as shown in the following table.

Value Description
WMS_EVENT_LIMIT_CHANGE_CONNECTED_PLAYERS The ConnectedPlayers property has changed for either the IWMSServerLimits or the IWMSPublishingPointLimits interface.
WMS_EVENT_LIMIT_CHANGE_PLAYER_BANDWIDTH The PlayerBandwidth property has changed for either the IWMSServerLimits or the IWMSPublishingPointLimits interface.
WMS_EVENT_LIMIT_CHANGE_PLAYER_CONNECTION_BANDWIDTH The PlayerConnectionBandwidth property has changed for either the IWMSServerLimits or the IWMSPublishingPointLimits interface.
WMS_EVENT_LIMIT_CHANGE_DISTRIBUTION_CONNECTIONS The OutgoingDistributionConnections property has changed for either IWMSServerLimits or the IWMSPublishingPointLimits interface.
WMS_EVENT_LIMIT_CHANGE_PLAYER_INACTIVITY_TIMEOUT The PlayerInactivityTimeout property has changed for the IWMSServerLimits interface.
WMS_EVENT_LIMIT_CHANGE_PLAYER_ACKNOWLEDGEMENT_TIMEOUT The PlayerAcknowledgementTimeout property has changed for the IWMSServerLimits interface.
WMS_EVENT_LIMIT_CHANGE_CONNECTION_RATE The ConnectionRate property has changed for the IWMSServerLimits interface.
WMS_EVENT_LIMIT_CHANGE_CPU_UTILIZATION_DURING_CONNECTION The CPUUtilizationDuringConnection property has changed for the IWMSServerLimits object.
WMS_EVENT_LIMIT_CHANGE_DISTRIBUTION_BANDWIDTH The OutgoingDistributionBandwidth property has changed for either the IWMSServerLimits or the IWMSPublishingPointLimits interface.
WMS_EVENT_LIMIT_CHANGE_DISTRIBUTION_CONNECTION_BANDWIDTH The OutgoingDistributionConnectionBandwidth property has been changed for either the IWMSServerLimits or the IWMSPublishingPointLimits interface.
WMS_EVENT_LIMIT_CHANGE_DIAGNOSTIC_EVENTS The DiagnosticEvents property has changed for the IWMSServerLimits interface. There is no matching WMS_EVENT_LIMIT_HIT event for this event. The properties in the server context should not be changed.
WMS_EVENT_LIMIT_CHANGE_PLAYER_CACHE_DELIVERY_RATE_EVENTS The PlayerCacheDeliveryRate property has been changed for the IWMSPublishingPointLimits interface.
WMS_EVENT_LIMIT_CHANGE_FEC_PACKET_SPAN The FECPacketSpan property has been changed for the IWMSPublishingPointLimits object. There is no matching WMS_EVENT_LIMIT_HIT event for this event.
WMS_EVENT_LIMIT_CHANGE_INCOMING_BANDWIDTH The IncomingBandwidth property has been changed for the IWMSServerLimits interface.

See Also (General)

See Also (Visual Basic .NET)

See Also (C#)

See Also (C++)

Previous Next