prepareLicenseServerUrl property
- @JsonKey(includeFromJson: false, includeToJson: false)
final
A function to prepare the URI (without the skd://) from the HLS manifest before passing it to the system.
Implementation
@JsonKey(includeFromJson: false, includeToJson: false)
final String Function(String licenseServerUrl)? prepareLicenseServerUrl;