prepareLicenseServerUrl property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
(String Function(String licenseServerUrl)?) prepareLicenseServerUrl
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;