Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 693 Bytes

timedmetadatatrack_cues.md

File metadata and controls

25 lines (17 loc) · 693 Bytes
-api-id -api-type
P:Windows.Media.Core.TimedMetadataTrack.Cues
winrt property

Windows.Media.Core.TimedMetadataTrack.Cues

-description

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

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

-examples

-see-also