MediaKeySystemMediaCapability constructor

MediaKeySystemMediaCapability({
  1. String contentType,
  2. String? encryptionScheme,
  3. String robustness,
})

Implementation

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