TimedMetadataTrack.Cues Property

Definition

Gets a read-only list of the media cues in the TimedMetadataTrack.

public:
 property IVectorView<IMediaCue ^> ^ Cues { IVectorView<IMediaCue ^> ^ get(); };
IVectorView<IMediaCue> Cues();
public IReadOnlyList<IMediaCue> Cues { get; }
var iVectorView = timedMetadataTrack.cues;
Public ReadOnly Property Cues As IReadOnlyList(Of IMediaCue)

Property Value

A read-only list of the media cues in the timed metadata track.

Remarks

Add cues to the list by calling AddCue.

The cues in the list are sorted in chronological order by the value of the StartTime property.

Applies to