DvbSdtSettings constructor
DvbSdtSettings({
- DvbSdtOutputSdt? outputSdt,
- int? repInterval,
- String? serviceName,
- String? serviceProviderName,
Implementation
DvbSdtSettings({
this.outputSdt,
this.repInterval,
this.serviceName,
this.serviceProviderName,
});