UdpGroupSettings constructor
UdpGroupSettings({
- InputLossActionForUdpOut? inputLossAction,
- UdpTimedMetadataId3Frame? timedMetadataId3Frame,
- int? timedMetadataId3Period,
Implementation
UdpGroupSettings({
this.inputLossAction,
this.timedMetadataId3Frame,
this.timedMetadataId3Period,
});