Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MediaSource.ExternalTimedTextSources Property

Definition

Namespace:
Windows.Media.Core

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?