The embedded content metadata, about the currently playing ad.

interface EmbeddedContentMetadata {
    asmea: string;
    assetid: string;
    attributes: string;
    length: string;
    title: string;
    type: "preroll" | "midroll" | "postroll";
}

Properties

asmea: string
assetid: string
attributes: string
length: string
title: string
type: "preroll" | "midroll" | "postroll"

Generated using TypeDoc