fileDetails property

VideoFileDetails? fileDetails
getter/setter pair

The fileDetails object encapsulates information about the video file that was uploaded to YouTube, including the file's resolution, duration, audio and video codecs, stream bitrates, and more.

This data can only be retrieved by the video owner.

Implementation

VideoFileDetails? fileDetails;