processingWarnings property

List<String>? processingWarnings
getter/setter pair

A list of reasons why YouTube may have difficulty transcoding the uploaded video or that might result in an erroneous transcoding.

These warnings are generated before YouTube actually processes the uploaded video file. In addition, they identify issues that are unlikely to cause the video processing to fail but that might cause problems such as sync issues, video artifacts, or a missing audio track.

Implementation

core.List<core.String>? processingWarnings;