TimedMetadataTrack.ActiveCues Property

Definition

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.

Applies to