Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 705 Bytes

imagecue.md

File metadata and controls

21 lines (14 loc) · 705 Bytes
-api-id -api-type
T:Windows.Media.Core.ImageCue
winrt class

Windows.Media.Core.ImageCue

-description

Represents a image cue that can be included in a TimedMetadataTrack.

-remarks

An ImageCue can be added to a TimedMetadataTrack with the AddCue method. When the cue's start time is reached, the CueEntered event is raised and you can use the MediaCueEventArgs passed into the handler to get a copy of the ImageCue.

-see-also

-examples