AI-generated Key Takeaways
-
A Video Offset can be defined by either a duration in seconds or a percentage of the video duration.
-
The
offsetSecondsfield specifies the duration in seconds, with acceptable values ranging from 0 to 86399. -
The
offsetPercentagefield specifies the duration as a percentage, with acceptable values ranging from 0 to 100. -
Only one of
offsetSecondsoroffsetPercentageshould be set for a single Video Offset.
Video Offset
| JSON representation |
|---|
{ "offsetSeconds": integer, "offsetPercentage": integer } |
| Fields | |
|---|---|
offsetSeconds |
Duration, in seconds. Do not set when
is set. Acceptable values are
to
, inclusive. |
offsetPercentage |
Duration, as a percentage of video duration. Do not set when
is set. Acceptable values are
to
, inclusive. |