VideoOffset

  • The Video Offset object has two fields: offsetSeconds and offsetPercentage .

  • You should set either offsetSeconds or offsetPercentage , but not both.

  • offsetSeconds represents duration in seconds and accepts values from 0 to 86399.

  • offsetPercentage represents duration as a percentage of video duration and accepts values from 0 to 100.

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.

Design a Mobile Site
View Site in Mobile | Classic
Share by: