StreamLink.NET
ThrottleControl Enumeration
StreamLink.NETCaplin.StreamLink.CommandThrottleControl
Defines the possible changes in throttle level that can be sent to the Liberator in a throttle command.
Declaration Syntax
C#Visual BasicVisual C++
public enum ThrottleControl
Public Enumeration ThrottleControl
public enum class ThrottleControl
Members
MemberDescription
Default
Set the throttle level to the default level.

Up
Increase the throttle level.

Down
Decrease the throttle level.

Min
Set the throttle level to the minimum amount of throttling.

Max
Set the throttle level to the maximum amount of throttling.

Stop
Stop sending updates to the client.

Start
Start sending updates to the client again.

Remarks
For more information on throttling see the Caplin StreamLink Overview.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.14.0 (5.0.14.0)