end property

int? end
getter/setter pair

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

If set, the end time should be after the start time. If not set or if you set this to a value that exceeds the video's length, the video will be played until its end.

Implementation

core.int? end;