Options
All
  • Public
  • Public/Protected
  • All
Menu

Properties that define the scale of the required streaming layer. dataInThroughputKbps and dataOutThroughputKbps can only be values multiple of 100. For instance, the value 33200 is valid while 32250 is not.

Hierarchy

  • PatchStreamProperties

Index

Properties

dataInThroughputKbps?: number

Maximum throughput for incoming data expressed in kilobytes per second. Throttling occurs when the inbound rate exceeds the maximum inbound throughput. The default is 1000 KBps. The minimum is 100 KBps, the maximum is 32800 KBps. Can only be multiple of 100 KBps.

dataOutThroughputKbps?: number

Maximum throughput for outgoing data expressed in kilobytes per second. Throttling occurs when the total outbound rate to all consumers exceeds the maximum outbound throughput. The default is 4000 KBps. The minimum is 100 KBps, the maximum is 65500 KBps. Can only be multiple of 100 KBps.

Generated using TypeDoc