Interface VideoPlaybackDetails

Hierarchy

  • VideoPlaybackDetails

Properties

badge?: null | string

Video badge type.

caption?: null | string

The caption for the video.

duration?: null | number

The total duration of the video.

hasCTA?: null | boolean

Indicates if the video is associated with a call-to-action (CTA).

playerSize?: null | VideoPlayerSize

The size of the player.

videoId: string

A unique identifier of the video.

Generated using TypeDoc