TimedMetadataTrack.Cues 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 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.