media property

String media

Gets or sets the intended media type of the media source.

MDN Reference

Implementation

_i2.String get media => _i4.getProperty(
      this,
      'media',
    );
void media=(String value)

Implementation

set media(_i2.String value) {
  _i4.setProperty(
    this,
    'media',
    value,
  );
}