MediaKeySystemMediaCapability constructor

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

Implementation

factory MediaKeySystemMediaCapability({
  _i2.String? contentType,
  _i2.String? encryptionScheme,
  _i2.String? robustness,
}) =>
    MediaKeySystemMediaCapability._(
      contentType: contentType,
      encryptionScheme: encryptionScheme ?? _i6.undefined,
      robustness: robustness,
    );