KeySystemTrackConfiguration constructor

KeySystemTrackConfiguration({
  1. String robustness,
  2. String? encryptionScheme,
})

Implementation

external factory KeySystemTrackConfiguration({
  String robustness,
  String? encryptionScheme,
});