start property

int? start
getter/setter pair

The time at which to start playback, measured in seconds from the beginning of the video.

If set, the start time should be before the end time. If you set this to a value that exceeds the video's length in seconds, the video will be played from the last second. If not set, the video will be played from the beginning.

Implementation

core.int? start;