CueSegmentScope
How long a CueSegment plays before ceding to the next.
public class CueSegmentScope
Inheritance System.Object → CueSegmentScope
Properties
CustomScope
Custom scope label when Kind is "custom".
public string? CustomScope { get; }
Property Value
Kind
One of: "untilAudioEnds" | "untilScopeEnds" | "forBars" | "custom".
public string Kind { get; }