destinations property

List<OutputDestination>? destinations
final

A list of destinations of the channel. For UDP outputs, there is one destination per output. For other types (HLS, for example), there is one destination per packager.

Implementation

final List<OutputDestination>? destinations;