RemoteControlConfig constructor
const
RemoteControlConfig({ - String? receiverStylesheetUrl,
- Map<String, String> customReceiverConfig = const {},
- bool isAirPlayEnabled = true,
- bool isCastEnabled = true,
- bool sendManifestRequestsWithCredentials = false,
- bool sendSegmentRequestsWithCredentials = false,
- bool sendDrmLicenseRequestsWithCredentials = false,
})
Implementation
const RemoteControlConfig({
this.receiverStylesheetUrl,
this.customReceiverConfig = const {},
this.isAirPlayEnabled = true,
this.isCastEnabled = true,
this.sendManifestRequestsWithCredentials = false,
this.sendSegmentRequestsWithCredentials = false,
this.sendDrmLicenseRequestsWithCredentials = false,
});