TimedMetadataTrack.ActiveCues 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 media cues in the TimedMetadataTrack that are currently active. A cue is considered active after its StartTime has been reached until its Duration has been exceeded.
public:
property IVectorView<IMediaCue ^> ^ ActiveCues { IVectorView<IMediaCue ^> ^ get(); };
IVectorView<IMediaCue> ActiveCues();
public IReadOnlyList<IMediaCue> ActiveCues { get; }
var iVectorView = timedMetadataTrack.activeCues;
Public ReadOnly Property ActiveCues As IReadOnlyList(Of IMediaCue)
Property Value
The list of media cues in the TimedMetadataTrack that are currently active.