Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 865 Bytes

mediasource_externaltimedmetadatatracks.md

File metadata and controls

23 lines (16 loc) · 865 Bytes
-api-id -api-type
P:Windows.Media.Core.MediaSource.ExternalTimedMetadataTracks
winrt property

Windows.Media.Core.MediaSource.ExternalTimedMetadataTracks

-description

A collection of external timed metadata tracks associated with the MediaSource.

-property-value

The collection of external timed metadata tracks.

-remarks

You can generate TimedMetadataTrack objects in code and add them to this collection directly, or you can create a TimedTextSource from a URL or stream and use the ExternalTimedTextSources property to populate the collection.

-examples

-see-also