MediaVideo: {
    altTag?: string;
    attributes?: MetadataAttribute[];
    cover?: EncryptableURI;
    duration?: number;
    item: EncryptableURI;
    license?: MetadataLicenseType;
    type: MediaVideoMimeType;
}

Type declaration

  • Optional altTag?: string

    The alt tag for accessibility.

  • Optional attributes?: MetadataAttribute[]

    A bag of attributes that can be used to store any kind of metadata that is not currently supported by the standard.

  • Optional cover?: EncryptableURI

    The cover image for the video.

  • Optional duration?: number

    How long the the video is in seconds.

  • item: EncryptableURI

    The location of the file.

  • Optional license?: MetadataLicenseType

    The license for the video.

  • type: MediaVideoMimeType

    The mime type of the video.