TimedTextSourceResolveResultEventArgs.Tracks 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.
Gets the list of TimedMetadataTrack objects resulting from resolving the TimedTextSource.
public:
property IVectorView<TimedMetadataTrack ^> ^ Tracks { IVectorView<TimedMetadataTrack ^> ^ get(); };
IVectorView<TimedMetadataTrack> Tracks();
public IReadOnlyList<TimedMetadataTrack> Tracks { get; }
var iVectorView = timedTextSourceResolveResultEventArgs.tracks;
Public ReadOnly Property Tracks As IReadOnlyList(Of TimedMetadataTrack)
Property Value
The list of TimedMetadataTrack objects.