共用方式為


TimedTextSource.CreateFromStreamWithIndex 方法

定義

多載

CreateFromStreamWithIndex(IRandomAccessStream, IRandomAccessStream)

建立 TimedTextSource 的新實例,這個實例會使用所提供影像和索引資料流程中的影像型副標題。

CreateFromStreamWithIndex(IRandomAccessStream, IRandomAccessStream, String)

建立 TimedTextSource 的新實例,這個實例會使用所提供影像和索引資料流程中的影像型副標題,並設定預設語言。

CreateFromStreamWithIndex(IRandomAccessStream, IRandomAccessStream)

建立 TimedTextSource 的新實例,這個實例會使用所提供影像和索引資料流程中的影像型副標題。

public:
 static TimedTextSource ^ CreateFromStreamWithIndex(IRandomAccessStream ^ stream, IRandomAccessStream ^ indexStream);
/// [Windows.Foundation.Metadata.Overload("CreateFromStreamWithIndex")]
 static TimedTextSource CreateFromStreamWithIndex(IRandomAccessStream const& stream, IRandomAccessStream const& indexStream);
[Windows.Foundation.Metadata.Overload("CreateFromStreamWithIndex")]
public static TimedTextSource CreateFromStreamWithIndex(IRandomAccessStream stream, IRandomAccessStream indexStream);
function createFromStreamWithIndex(stream, indexStream)
Public Shared Function CreateFromStreamWithIndex (stream As IRandomAccessStream, indexStream As IRandomAccessStream) As TimedTextSource

參數

stream
IRandomAccessStream

資料流程,包含影像型字幕的影像資料。

indexStream
IRandomAccessStream

資料流程,包含影像型字幕的索引資料。

傳回

新的計時文字來源。

屬性

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

適用於

CreateFromStreamWithIndex(IRandomAccessStream, IRandomAccessStream, String)

建立 TimedTextSource 的新實例,這個實例會使用所提供影像和索引資料流程中的影像型副標題,並設定預設語言。

public:
 static TimedTextSource ^ CreateFromStreamWithIndex(IRandomAccessStream ^ stream, IRandomAccessStream ^ indexStream, Platform::String ^ defaultLanguage);
/// [Windows.Foundation.Metadata.Overload("CreateFromStreamWithIndexAndLanguage")]
 static TimedTextSource CreateFromStreamWithIndex(IRandomAccessStream const& stream, IRandomAccessStream const& indexStream, winrt::hstring const& defaultLanguage);
[Windows.Foundation.Metadata.Overload("CreateFromStreamWithIndexAndLanguage")]
public static TimedTextSource CreateFromStreamWithIndex(IRandomAccessStream stream, IRandomAccessStream indexStream, string defaultLanguage);
function createFromStreamWithIndex(stream, indexStream, defaultLanguage)
Public Shared Function CreateFromStreamWithIndex (stream As IRandomAccessStream, indexStream As IRandomAccessStream, defaultLanguage As String) As TimedTextSource

參數

stream
IRandomAccessStream

資料流程,包含影像型字幕的影像資料。

indexStream
IRandomAccessStream

資料流程,包含影像型字幕的索引資料。

defaultLanguage
String

Platform::String

winrt::hstring

字串,表示計時文字來源的預設語言。

傳回

新的計時文字來源。

屬性

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

適用於