duration property
The duration property of the MediaSource
interface gets and sets the duration of the current media being presented.
Implementation
external double get duration;
Implementation
external set duration(num value);
The duration property of the MediaSource
interface gets and sets the duration of the current media being presented.
external double get duration;
external set duration(num value);