ComposeMarketingSegment
type ComposeMarketingSegment = { durationSec?: number; sourceUrl: string;};Defined in: packages/sdk/src/index.ts:446
Input shape accepted by aq.assets.composeMarketing(...).
Properties
Section titled “Properties”durationSec?
Section titled “durationSec?”optional durationSec?: number;Defined in: packages/sdk/src/index.ts:450
Optional clip duration in seconds (cap for that segment).
sourceUrl
Section titled “sourceUrl”sourceUrl: string;Defined in: packages/sdk/src/index.ts:448
Public URL of the source clip (typically a /t/.../video.mp4 transform).