@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface VideoMedia

    Information about a video.

    VideoMedia

    interface VideoMedia {
        duration: number;
        filename: string;
        height: number;
        mimeType: string;
        size: number;
        width: number;
    }

    Hierarchy

    • BaseMediaInfo
      • VideoMedia
    Index

    Properties

    duration: number

    The duration of the video.

    filename: string
    height: number

    The height of the image in pixels.

    mimeType: string
    size: number
    width: number

    The width of the image in pixels.