startAt property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? startAt
getter/setter pair

The time, measured in seconds from the start of the video, when the video should start playing.

(The playlist owner can specify the times when the video should start and stop playing when the video is played in the context of the playlist.) The default value is 0.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? startAt;