gbox-sdk
    Preparing search index...

    Interface MediaVideo

    Video representation

    interface MediaVideo {
        lastModified: string;
        mimeType: string;
        name: string;
        path: string;
        size: string;
        type: "video";
    }
    Index

    Properties

    lastModified: string

    Last modified time of the video

    mimeType: string

    MIME type of the video

    name: string

    Name of the video

    path: string

    Full path to the video in the box

    size: string

    Size of the video

    type: "video"

    Video type indicator