Google Apps Script API
    Preparing search index...

    Output only. Additional metadata about video media. This may not be available immediately upon upload.

    interface FileVideoMediaMetadata {
        durationMillis?: string;
        height?: number;
        width?: number;
    }
    Index

    Properties

    durationMillis?: string

    Output only. The duration of the video in milliseconds.

    height?: number

    Output only. The height of the video in pixels.

    width?: number

    Output only. The width of the video in pixels.