@videts/vide / ssai / AdBreakMetadata
Interface: AdBreakMetadata
Defined in: ssai/types.ts:15
Parsed ad break metadata from stream signals.
Properties
| Property | Type | Description |
|---|---|---|
clickThrough? | string | - |
customData? | Record<string, string> | - |
duration | number | Duration of the ad break in seconds. |
id | string | - |
startTime | number | Absolute start time in seconds relative to stream timeline. |
tracking? | AdTrackingMap | Timing-specific tracking URLs. |