MediaSource.ExternalTimedMetadataTracks Property
Definition
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 metadata tracks associated with the MediaSource.
public:
property IObservableVector<TimedMetadataTrack ^> ^ ExternalTimedMetadataTracks { IObservableVector<TimedMetadataTrack ^> ^ get(); };
IObservableVector<TimedMetadataTrack> ExternalTimedMetadataTracks();
public IObservableVector<TimedMetadataTrack> ExternalTimedMetadataTracks { get; }
var iObservableVector = mediaSource.externalTimedMetadataTracks;
Public ReadOnly Property ExternalTimedMetadataTracks As IObservableVector(Of TimedMetadataTrack)
Property Value
The collection of external timed metadata tracks.
Remarks
You can generate TimedMetadataTrack objects in code and add them to this collection directly, or you can create a TimedTextSource from a URL or stream and use the ExternalTimedTextSources property to populate the collection.