UdpGroupSettings constructor

UdpGroupSettings({
  1. InputLossActionForUdpOut? inputLossAction,
  2. UdpTimedMetadataId3Frame? timedMetadataId3Frame,
  3. int? timedMetadataId3Period,
})

Implementation

UdpGroupSettings({
  this.inputLossAction,
  this.timedMetadataId3Frame,
  this.timedMetadataId3Period,
});