mediaSource top-level property
dynamic
get
mediaSource
This Media Source Extensions API interface represents a source of media data for an HTMLMediaElement object. A MediaSource object can be attached to a HTMLMediaElement to be played in the user agent.
Implementation
_i2.dynamic get mediaSource => _i4.getProperty(
_self,
'MediaSource',
);