MediaSource.ExternalTimedTextSources Property

Definition

A collection of external timed text sources associated with the MediaSource.

public:
 property IObservableVector<TimedTextSource ^> ^ ExternalTimedTextSources { IObservableVector<TimedTextSource ^> ^ get(); };
IObservableVector<TimedTextSource> ExternalTimedTextSources();
public IObservableVector<TimedTextSource> ExternalTimedTextSources { get; }
var iObservableVector = mediaSource.externalTimedTextSources;
Public ReadOnly Property ExternalTimedTextSources As IObservableVector(Of TimedTextSource)

Property Value

The collection of external timed text sources.

Remarks

You can create a TimedTextSource from a URL or stream and then set this property to populate the ExternalTimedMetadataTracks collection, or you can generate TimedMetadataTrack objects in code and add them to tthe ExternalTimedMetadataTracks collection directly.

Applies to