BackgroundClipResult

One background clip — a media segment authored as ambient B-roll. Returned by GetAllBackgroundClips() and GetSceneBackgroundClips().

public class BackgroundClipResult

Inheritance System.Object → BackgroundClipResult

Properties

At

Clip start time within the source media, in seconds.

public float At { get; }
Property Value

System.Single

Description

Author-authored description (UI hint / debug).

public string Description { get; }
Property Value

System.String

End

Clip end time within the source media, in seconds.

public float End { get; }
Property Value

System.Single

Extension

Optional file extension when authored separately from File (mirrors Media.Extension).

public string? Extension { get; }
Property Value

System.String

File

Source filename (relative to the project’s media root).

public string File { get; }
Property Value

System.String

MediaId

Id of the parent Media definition.

public string MediaId { get; }
Property Value

System.String

Title

Parent media’s title.

public string Title { get; }
Property Value

System.String

Docs last synced: 2026-07-08
Screenshot viewer