currentBroadcast.go 265 B

1234567
  1. package models
  2. // CurrentBroadcast represents the configuration associated with the currently active stream.
  3. type CurrentBroadcast struct {
  4. OutputSettings []StreamOutputVariant `json:"outputSettings"`
  5. LatencyLevel LatencyLevel `json:"latencyLevel"`
  6. }