TimedMetadataPresentationModeChangedEventArgs.Track 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 TimedMetadataTrack associated with the presentation mode change.
public:
property TimedMetadataTrack ^ Track { TimedMetadataTrack ^ get(); };
TimedMetadataTrack Track();
public TimedMetadataTrack Track { get; }
var timedMetadataTrack = timedMetadataPresentationModeChangedEventArgs.track;
Public ReadOnly Property Track As TimedMetadataTrack
Property Value
The TimedMetadataTrack associated with the presentation mode change.