VideoOffset

  • A Video Offset can be defined by either a duration in seconds or a percentage of the video duration.

  • The offsetSeconds field specifies the duration in seconds, with acceptable values ranging from 0 to 86399.

  • The offsetPercentage field specifies the duration as a percentage, with acceptable values ranging from 0 to 100.

  • Only one of offsetSeconds or offsetPercentage should be set for a single Video Offset.

Video Offset

JSON representation
{
  "offsetSeconds": integer,
  "offsetPercentage": integer
}
Fields
offsetSeconds

integer

Duration, in seconds. Do not set when

offsetPercentage

is set. Acceptable values are

0

to

86399

, inclusive.

offsetPercentage

integer

Duration, as a percentage of video duration. Do not set when

offsetSeconds

is set. Acceptable values are

0

to

100

, inclusive.