LinkedSequenceView
A secondary media reference linked off a primary SequenceEvent — e.g. an alternative camera angle that starts At seconds into the parent sequence.
public class LinkedSequenceView
Inheritance System.Object → LinkedSequenceView
Properties
At
Start time within the parent sequence, in seconds.
public float At { get; }
Property Value
Captions
Per-link captions (separate from the parent sequence’s captions).
public IReadOnlyList<SequenceCaption> Captions { get; }
Property Value
System.Collections.Generic.IReadOnlyList<SequenceCaption>
Duration
Linked-sequence asset duration in seconds.
public Nullable<float> Duration { get; }
Property Value
System.Nullable<System.Single>
File
Linked sequence asset filename. Null when Media is unhydrated.
public string? File { get; }
Property Value
Media
The linked media. Null when the authored mediaId didn’t resolve.
public MediaView? Media { get; }
Property Value
MediaId
Authored media id (mirrors Media.Id). Empty when Media is unhydrated.
public string MediaId { get; }
Property Value
MediaType
Lower-cased media type for the linked sequence.
public string? MediaType { get; }
Property Value
Title
Linked sequence display title.
public string? Title { get; }