Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 947 Bytes

timedtextsource_createfromuriwithindex_1052488262.md

File metadata and controls

34 lines (22 loc) · 947 Bytes
-api-id -api-type
M:Windows.Media.Core.TimedTextSource.CreateFromUriWithIndex(Windows.Foundation.Uri,Windows.Foundation.Uri,System.String)
winrt method

Windows.Media.Core.TimedTextSource.CreateFromUriWithIndex

-description

Creates a new instance of TimedTextSource that uses image-based subtitles from the provided image and index URIs and sets the default language.

-parameters

-param uri

The URI of the image data from which the timed text source is created.

-param indexUri

The URI of the index data from which the timed text source is created.

-param defaultLanguage

A string indicating the default language for the timed text source.

-returns

The new timed text source.

-remarks

-see-also

-examples