getSupportedConstraints property

MediaTrackSupportedConstraints Function() get getSupportedConstraints

Implementation

_i3.MediaTrackSupportedConstraints Function() get getSupportedConstraints =>
    () => _i4.callMethod(
          _i4.getProperty(
            this,
            'getSupportedConstraints',
          ),
          r'call',
          [this],
        );
set getSupportedConstraints (MediaTrackSupportedConstraints value())

Implementation

set getSupportedConstraints(
    _i3.MediaTrackSupportedConstraints Function() value) {
  _i4.setProperty(
    this,
    'getSupportedConstraints',
    _i4.allowInterop(value),
  );
}