KeySystemTrackConfiguration constructor
Implementation
factory KeySystemTrackConfiguration(
{String? robustness, String? encryptionScheme}) =>
KeySystemTrackConfiguration._(
robustness: robustness ?? '',
encryptionScheme: encryptionScheme ?? undefined);