BackgroundClipView
Catalog entry for a background clip authored on a MediaView. See BackgroundClipResult for the result-DTO form returned by the runtime’s accessors.
public class BackgroundClipView
Inheritance System.Object → BackgroundClipView
Properties
At
Clip start time within the parent media, in seconds.
public float At { get; }
Property Value
Description
Author-authored description (UI / debug hint).
public string Description { get; }
Property Value
End
Clip end time within the parent media, in seconds.
public float End { get; }