Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 935 Bytes

mediasource_externaltimedtextsources.md

File metadata and controls

25 lines (16 loc) · 935 Bytes
-api-id -api-type
P:Windows.Media.Core.MediaSource.ExternalTimedTextSources
winrt property

Windows.Media.Core.MediaSource.ExternalTimedTextSources

-description

A collection of external timed text sources associated with the MediaSource.

-property-value

The collection of external timed text sources.

-remarks

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

-examples

-see-also