Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 872 Bytes

timedtextsource_createfromstream_983868770.md

File metadata and controls

30 lines (21 loc) · 872 Bytes
-api-id -api-type
M:Windows.Media.Core.TimedTextSource.CreateFromStream(Windows.Storage.Streams.IRandomAccessStream,System.String)
winrt method

Windows.Media.Core.TimedTextSource.CreateFromStream

-description

Creates a new instance of TimedTextSource with the specified default language from the provided stream.

-parameters

-param stream

The stream from which the timed text source is created.

-param defaultLanguage

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

-returns

The new timed text source.

-remarks

-examples

-see-also

CreateFromStream(IRandomAccessStream)