LinkedMediaView
A secondary media reference attached to a primary MediaView — e.g. a linked clip that plays simultaneously.
public class LinkedMediaView
Inheritance System.Object → LinkedMediaView
Properties
At
Start time within the parent media, in seconds.
public float At { get; }
Property Value
Media
The linked media. Null when the authored mediaId didn’t resolve.
public MediaView? Media { get; }
Property Value
MediaId
Convenience — id of the linked Media, or empty when Media is null.
public string MediaId { get; }