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

System.Single

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

System.String

Media

The linked media. Null when the authored mediaId didn’t resolve.

public MediaView? Media { get; }
Property Value

MediaView

MediaId

Authored media id (mirrors Media.Id). Empty when Media is unhydrated.

public string MediaId { get; }
Property Value

System.String

MediaType

Lower-cased media type for the linked sequence.

public string? MediaType { get; }
Property Value

System.String

Title

Linked sequence display title.

public string? Title { get; }
Property Value

System.String

Docs last synced: 2026-07-08
Screenshot viewer