maxDurationSeconds property

int? maxDurationSeconds
getter/setter pair

Maximum duration for a video upload. Can be set for a video that is not yet uploaded to limit its duration. Uploaded that exceed this duration will fail during processing. A value of -1 means the value is unknown.

e.g: 300 default value: -1

Implementation

int? maxDurationSeconds;