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
Description
Author-authored description (UI hint / debug).
public string Description { get; }
Property Value
End
Clip end time within the source media, in seconds.
public float End { get; }
Property Value
Extension
Optional file extension when authored separately from File (mirrors Media.Extension).
public string? Extension { get; }
Property Value
File
Source filename (relative to the project’s media root).
public string File { get; }
Property Value
MediaId
Id of the parent Media definition.
public string MediaId { get; }
Property Value
Title
Parent media’s title.
public string Title { get; }